Search code examples
javajenaowlowl-apitriplestore

access Jena TDB with OWLAPI


Is there a way to access to Jena TDB using OWL API, through Java API?

It seems that Jena doesn't support the OWL-API. As well as the RDF API, it has some convenience functions (OntAPI) for accessing and updating the RDF when treated as an OWL ontology, though this doesn't support OWL 2.

Any Suggestions?

Thanks a lot!


Solution

  • Not currently. We (OWLAPI) are planning to add an adapter to allow using a TDB store, but this is still being thought through, not implemented.