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: -)
user202473
source
share