Re: unexpected emptyness of instances of Thing

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/unexpected-emptyness-of-instances-of-Thing-tp2059p2067.html

Hi,

In your ontology, the class person is not explicitly declared as a child of Thing.

I fixed the problem in the development version of Owlready. You can also use default_world.individuals() to list all individuals.

Jiba