|
Hi,
I created an ontology with protégé in which some of the classes inherit from multiple classes. When I use class.subclasses() on the ancestor classes, only one of them returns the descendant class.
For instance, if Class A is a B and Class A is a C in my owl file (generated with Protégé 5),
A is in the list returned by B.subclasses(), but not in the one returned by C.subclasses()
I there something I am missing ?
Is multiple inheritance managed ?
Thanks for your help,
Claire
|