Re: Has problems with load local owl ontology which has importing other two local ontologies.
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Has-problems-with-load-local-owl-ontology-which-has-importing-other-two-local-ontologies-tp1152p1162.html
Hello,
For the first problem, do you mean that you want to load only the ontology, but not the other ontologies it imports?
For the second problem, the problem is that the imported ontology is not available online (the URL does not respond). In this case, if you want to work with local copies, you should put all OWL file in a given directory, and add this directory to the list onto_path, for example:
onto_path.append("/path/to/directory/with/owl/files")
Jiba