Design and query an ontology about Olympic Games, in OWL, developed with the editor Protégé.
-
Manually querying the ontology through:
- Queries in Manchester syntax, entered in the description logic Query Tool of the editor Protégé.
- SPARQL queries addresses trhough a SPARQL GUI (Twinkle).
-
Using the ontology through applications, through:
- A JAVA program using the JENA API, able to interact with the ontology at the RDFS level and to query it with SPARQL queries.
- A JAVA program using the OWL API, able to interact with the ontology at the OWL level, and to call a reasoner to perform inferences based on the ontology.