Re: Problem with version > 0.11, handling OwlReadyInconsistentOntologyError()
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Problem-with-version-0-11-handling-OwlReadyInconsistentOntologyError-tp941p947.html
Hi,
The main problem here is that your ontology is inconsistent. Thus, the reasoner cannot perform any reasoning on it.
The last error (about the lock) is (indirectly) caused by the inconsistent ontology error. I'm going to see how I can remove it.
Jiba