An Ontology for factual information about Africa
# Africa Knowledge Graph Ontology
An Ontology for factual information about Africa
The preferred prefix is **akg**
The associated namespace of the ontology is
The ontology has been edited with Protégé and is available in the Turtle format
The model uses new relationships, in order to represent the relevant information as a set of interconnected events.
The ontology for facts and information about Africa and all the countries it contains over a knowledge graph.
A sample of a knowledge graph can be queried here!
This ontology is continuously updated as the respective knowledge graph grows. Below are some of its object and data properties.
## Citation
If you use this ontology, please cite:
Kakande, A. S. (2023). Africa Knowledge Graph Ontology. *Retrieved from
github.com
Latex bib text
> @misc{Kakande2023,
author = {Kakande, A. S.},
title = {Africa Knowledge Graph Ontology},
year = {2023},
howpublished = {\url{
github.com
}}
}
**This work is licensed under a Creative Commons Attribution 4.0 International License.**
# Ontology for Africa Knowledge graph information
## Object Properties:
1. hasCapitalCity
Description: Represents the relationship between a country and its capital city.
Inverse Property: isCapitalCityOf
2. hasDesert
Description: Denotes the relationship between a geographical entity and the deserts found within it.
Equivalent Property: hasMountain
Inverse Property: isFoundIn
3. hasMountain
Description: Represents the relationship between a geographical entity and the mountains found within it.
Equivalent Property: Inverse of isFoundIn
Inverse Property: isFoundIn
4. hasOfficialLanguage
Description: Denotes the official language(s) associated with a particular country.
Inverse Property: isOfficialLanguageOf
5. hasRiver
Description: Represents the relationship between a geographical entity and the rivers found within it.
Inverse Property: is …