Search code examples
sparqljenaowl-api

SPARQL Jena - functional-style syntax


Is it possible to read OWL ontology written in functional-style syntax in SPARQL Jena? The Api seems to read only RDF/XML files correctly:

model.read(SOURCE,"RDF/XML");

If no, are there other alternatives for dealing with SPARQL in Java? I'm using OWL API and HermiT reasoner for the rest of the code. The other api needs to be compatible with OWL API and HermiT.


Solution

  • ONT-API, which is OWL-API+Jena, allows read models in Functional syntax