forked from ontop/ontop
-
Notifications
You must be signed in to change notification settings - Fork 0
ontopProQuestPreferences
skomlaebri edited this page May 30, 2016
·
5 revisions
-ontopPro- works in the same way as any OWL reasoners work, however, it provides extra functionalities that makes it an attractive alternative for a wide range of scenarios.
In order to enable Quest in Protégé, you need to start it first by doing as follows:
- Select the "Reasoner" in the menu bar,
- Select "Ontop x.xx.x " as reasoner,
- And immediately click "Start reasoner"
Note that changes in the mappings or ontology are not detected automatically by Ontop. If you change any of these, you need to rerun the reasoner by doing synchronization as follows:
- Select the "Reasoner" in menu bar,
- Click on "Synchronize reasoner".
- Select the "Reasoner" in menu bar,
- Click on "None"
- Restart Ontop by selecting again "Ontop x.xx.x" and "Start reasoner".
There is a couple of features that is available in Ontop but not to the other OWL reasoners. Users can configure some of the features using the preference window: "File" > "Preferences...". In the preference window select "Quest" tab.
NOTE: Any changes in the configuration require you to restart Quest.
Users may :
- enable/disable the reasoning step to gain better performance in special case, e.g., when querying RDF data.
- enable/disable querying annotation property present in the ontology.
- enable/disable reasoning with owl:sameAs from mappings .
- Virtual RDF Graph mode. In this mode, Quest will not import any data from the data source. All reasoning will be done on-the-fly by means of query-rewriting. Quest computes the answers from your query over the ontology and generates one single SQL query to be executed through a database system. Currently, Quest allows a single data source only.
- Classic RDF Graph mode. In this mode, Quest will read individual assertions from the OWL file as well as "extract" individual assertions from the mappings of your OBDA model.
For a full description of Virtual and Classic ABox mode, please refer to this document.
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links