Difference between revisions of "Loading A DatabaseProject"
From Protege Wiki
(Created page with 'I am going to focus my attention on the v3 owlapi database backends. == OWLDB == The OWLDB takes a hibernate approach to creating a database backend for Protege. There is a [h...') |
(→OWLDB) |
||
Line 3: | Line 3: | ||
== OWLDB == | == OWLDB == | ||
− | The OWLDB takes a hibernate approach to creating a database backend for Protege. There is a [http://owldb.sourceforge.net project page] and the svn sources for the project can be downloaded from [https://owldb.svn.sourceforge.net/svnroot/owldb/OWLDB-Core/trunk here]. | + | The OWLDB takes a hibernate approach to creating a database backend for Protege. There is a [http://owldb.sourceforge.net project page] and the svn sources for the project can be downloaded from [https://owldb.svn.sourceforge.net/svnroot/owldb/OWLDB-Core/trunk here]. The svn sources include some [https://owldb.svn.sourceforge.net/svnroot/owldb/OWLDB-Core/trunk/examples/de/fraunhofer/iitb/owldb/examples very simple examples] that show how to setup the owldb. The examples worked immediately for me. |
Revision as of 13:27, March 22, 2010
I am going to focus my attention on the v3 owlapi database backends.
OWLDB
The OWLDB takes a hibernate approach to creating a database backend for Protege. There is a project page and the svn sources for the project can be downloaded from here. The svn sources include some very simple examples that show how to setup the owldb. The examples worked immediately for me.