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-tp941p970.html

Hi,

Using world is easy: you can create a world using the World() class.

Then, use world.get_ontology() for loading the ontology, world.search() for searching, world.get_namespace() for namespace, and sync_reasoner(world) for reasoning.

Jiba