What is the proper approach to store and query an ontology using SPARQL-DL?
I have a large ontology and I would to persist it and mantain the ability to perform SPARQL-DL queries.
no-SQL to store OWL ontologies?
An ontology can be saved as JSON and imported into a NoSQL database. However, this will reduce the ontology’s ability to respond to complex queries. Considering this, what would be the better approach to store and query an ontology?
OWL reasoner not recognizing inverse restriction?
In following example (written in OWLready2):