Open markdoerr opened 2 years ago
I have the same question with you. And I have no idea how to solve it
I think the issue with the above may be that onto
and another_onto
have different namespaces, and because of the different namespaces they classes cannot be placed into the same ontology. I.e. if list(onto.classes())
is [namespace_1.class_1, namespace_1.class_2, etc]
, it makes sence that namespace_2.class_1, namespace_2.class_2 are not placed in the same list.
But then what is the supposed function of onto.imported_ontologies.append(another_onto)
?
When importing an additional
Intuitive behavior would be: here all classes should appear.