Re: Storing ontology in graph database
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Storing-ontology-in-graph-database-tp370p374.html
Currently, Owlready support only ontology files (Ntriples or RDF) and database (SQLite or PostgresQL). The database option creates an SQL "graph" in a quad table. In my experience, SQLite is the fastest database.
Other backend could be implemented by adding driver module, but require some implementation.