Skip to content

Iduoad/Mrrakc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mrrakc

Mrrakc is a structured data project that documents places, people, and provinces in Morocco, with a focus on cultural, historical, and geographical information.

🗂️ Project Structure

  • data/ - Contains all the data files organized by type:
    • people/ - Information about notable individuals
    • places/ - Information about locations, landmarks, and sites
    • provinces/ - Information about administrative regions
  • schema/ - JSON schema definitions that validate the data structure

🚀 Getting Started

Installation

Clone the repository:

git clone https://github.com/yourusername/mrrakc.git
cd mrrakc

Validation

To validate all data files:

mise install
boon schema/provinces data/provinces
boon schema/people data/people
boon schema/places data/places

📝 Data Structure

Places

Places represent physical locations such as museums, parks, historical sites, etc. Each place has:

  • Categorization (kind) in the format category/type (e.g., culture/museum)
  • Name and slug identifier
  • Description
  • Geographic location (province, coordinates)
  • Associated people
  • Timeline of significant events
  • Access information
  • Links to external resources

People

People represent notable individuals associated with places. Each person has:

  • Name and slug identifier
  • Biographical information
  • Birth place
  • Designations (roles/professions)
  • Timeline of significant events
  • Links to external resources

Provinces

Provinces represent administrative regions in Morocco. Each province has:

  • Name and slug identifier
  • Region (larger administrative area it belongs to)
  • Country (always "Morocco")

🤝 Contributing

We welcome contributions! Please see CONTRIBUTING.md for details on how to add or modify data. We encourage the use of AI; however, all outputs should be carefully verified to ensure their accuracy and reliability.

📊 Usage Ideas

This dataset can be used for:

  • Creating interactive maps of cultural and historical sites
  • Building educational tools about Moroccan heritage
  • Developing tourism applications
  • Research on historical connections between people and places
  • Analysis of cultural landmarks and their distribution

📄 License

This project is licensed under [LICENSE] - see the LICENSE file for details.

🙏 Acknowledgements

  • Contributors who have added data to this project
  • Open source tools and libraries that make this project possible

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors