Hi all,
We wanted to migrate from our old ontology to TypeDB but faced the problem of a couple of classes being defined with several parent classes. I know that ideally, one resolves this by making a very new schema design, where these semantics are rather captured with role plays. Assuming one would like to get the most literal conversion of OWL to TypeDB, what would be your best approach in handling multiple parent classes? E.g., inheriting from one and defining the inherited attributes (data props) and role plays (object props) from the other parent class as additional features?
Many thanks in advance!