Storing ontology in graph database
Posted by Bob van 't Padje on
URL: http://owlready.306.s1.nabble.com/Storing-ontology-in-graph-database-tp370.html
I'm creating an application which should be able to CRUD ontologies, but I'm not really sure how I should save my ontologies. I always thought it would be best to just save the ontologies in a graph database. What is the best way to achieve this? I might want to do some data analyses on the ontologies in the future so just saving the RDF files somewhere on the server isn't really an option.
What would be your advice on saving my ontologies? An graph database? Or is it possible to use a document store (like mongoDB)? And how would I to implement this in my python/owlready2 project?