Re: Searching multiiple ontologies

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Searching-multiiple-ontologies-tp2267p2277.html

Hi,

You can use default_world.search() for searching all loaded/definied ontologies, and your_ontology.search() to search only inside a given ontology.

You may also use Class.instances() to get the instance of a class.

Jiba