Sleep mode for ontologies?

Does anyone know a tool that can do for OWL ontologies what Hibernate does for relational databases, that is, from my point of view, to ignore the need to manually encode SQL queries to read / write Java objects from / to relational databases and manage the consistency of objects in memory and their serialized form in the database.

In the case of OWL ontologies, such a tool can, among other things, generate SPARQL queries to read (and write?) Data from an RDF repository (for example, Jena) and create the corresponding Java objects.

Many thanks: -)

+3
source share
2 answers

ORM RDF, Java, Python, Ruby. : http://semanticweb.org/wiki/Tripresso

+2

it ' . OOP/ORM Java.

+1

Source: https://habr.com/ru/post/1733381/


All Articles