Re: is_a returns incomplete list for Individuals
Posted by Brownson on
URL: http://owlready.306.s1.nabble.com/is-a-returns-incomplete-list-for-Individuals-tp1453p1454.html
To add some clarification.... What I am doing is parsing an OWL file. So i have a class and i am parsing the list of individuals within this class.... For each individual, i am checking to see which classes it belongs to. This is the point where it is failing... It's not giving me the complete list of classes the individual belongs to
Any help would be greatly appreciated. Many thanks in advance