-
Notifications
You must be signed in to change notification settings - Fork 0
You need to download and install the right driver in Protege. See Setting up JDBC Drivers and JDBC Information
You probably can see the following message in the Protégé console:
org.osgi.framework.BundleException: Activator start error in bundle org.protege.osgi.jdbc.prefs [20].)
org.protege.osgi.jdbc.RegistryException: java.lang.ClassNotFoundException: org.h2.Driver
Please go to the Preferences and click on "Reset preferences".
To see the tabs go to Windows-> tabs-> Ontop Mappings and Ontop SPARQL.
If you experience the following error message: "Error in identifying column name", it may be due to casing problems with the SQL identifiers used in your mappings. See this dedicated page.
To use ontop and Mysql Server ANSI_QUOTES mode should be enabled. By default the " character can be used to enclose string literals just like ', while in ANSI_QUOTES mode the " character can be used to enclose identifiers just like ` .
To learn the mapping language [page](https://github.com/ontop/ontop/wiki/ObdalibQuestMappinglanguage). To see how to produce efficient mappings (under construction.)
We recommend to Start following an easy example: this example
See this page.
For deleting metadata about a repository, the Sesame Workbench should be able to create an instance of this repository. However, if the repository configuration is invalid (due to, for instance to bad mapping and ontology files), such an instance cannot be created. To avoid this situation, the configuration is validated in depth when a new repository is added to the Workbench. However, if the mapping and ontology files are changed afterwards, we offer no protection. Fortunately, there is some easy workarounds.
See the known issues and limitations here
Quest is the reasoner behind -ontop-. -ontop- is the whole framework. For more information check more info about Quest
Very fast! See our Benchmarks.
Yes! The -ontop- framework is available under the Apache License, Version 2.0
Send us an email to our mailing list: https://groups.google.com/d/forum/ontop4obda .
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links