Re: Extracting properties with different namespaces

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Extracting-properties-with-different-namespaces-tp963p979.html

Hi,

"label" is defined in RDF; Owlready automatically define/import entities defined in RDF and OWL.

oboInOwl is defined in your ontology as an XML prefix, but the ontology is not imported. For importing, you need an import XML tag inside the ontology tag (or use the imported ontologies field in protégé).

Jiba