Re: Help ONTOLOGY Protégé OWLREADY

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Help-ONTOLOGY-Protege-OWLREADY-tp2928p2931.html

Hello,

The error means that Owlready was unable to open the ontology.

To load it from a local file, you can :
* either use onto_path as you did, and verify that a file "untitled-ontology-22.owl" exists in the path appended to onto_path
* or provide a local filename to get_ontology().

Jiba