forked from ontop/ontop
-
Notifications
You must be signed in to change notification settings - Fork 0
ObdalibQuestOntology
Natan Cox edited this page Feb 26, 2016
·
4 revisions
Quest supports OWL 2 QL and RDFS with some restrictions. Note that entailment regimes are always active when doing query answering with Quest.
> Please note that when Quest deals with an Ontology that contains axioms that are not supported, > it will not fail. It will ignore the offending axiom and will print a warning message in the debugging console.
Quest supports all OWL 2 QL constructs except:
OWL 2 QL supports the following axioms, constrained so as to be compliant with the mentioned restrictions on class expressions:
- class expression disjointness (DisjointClasses)
- disjoint properties (DisjointObjectProperties and DisjointDataProperties)
- symmetric properties (SymmetricObjectProperty)
- DifferentIndividuals
RDFS support in Quest is very non-standard. Soon we will make sure that the system is more compliant. For the moment we support inferences related to:
We support:
- rdfs:type
- rdfs:subClassOf
- rdfs:subPropertyOf
- rdfs:domain
- rdfs:range
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links