On 29/06/17 07:32, Vivek Maturu wrote:
Hello!,
          I am Vivek,  I am working on DogOnt Ontology. My question is
whether I can directly copy the code from that ontology file into Jena
workspace? DogOnt file is in .owl format. Does Jena support that type of
files?


Hi Vivek,

The ".owl" file extension has been used and misused for different formats related to OWL so without knowing the actual syntax in the file, we can't say.

Jena reads RDF, so the ontology needs to be in one of the RDF representation of OWL. Otherwise, no, Jena can't read the file.

    Andy

FYI:

http://owlcs.github.io/owlapi/apidocs_5/org/semanticweb/owlapi/vocab/Extensions.html

Reply via email to