On 24/03/14 13:56, Ed Swing wrote:
Fellow Jena Users, What is the best design for handling owl:imports
statements when the ontology you want to import is stored in TDB?
I have a set of ontologies that I am storing in TDB. However, many of
the ontologies are dependent on a base ontology, which is also stored
in TDB. I want to import the base ontology in the child ontology, but
owl:imports expects a URI (or more specifically, an ontology
reference). I'm not sure how to handle that in a TDB store.
There isn't a specific integration but the OntDocumentManager allow the
app to associate models with an ontology URI
(OntDocumentManager.addModel). That model can be backed by TDB.
Andy