Re: OwlReadyOntologyParsingErro

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/OwlReadyOntologyParsingErro-tp1958p1974.html

Hi,

doid.owl imports ext.owl, which itself imports many other ontologies. But ext.owl and the other ontologies are not in a format supported by Owlready2 (Ntriples, RDF/XML or OWL/XML).

You need to download these ontologies, and to convert them to RDF/XML (or another supported format).

Jiba