You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which code sounds like the quickest way to retrieve the list of object properties and data properties whose domain contains a given class?
Is it a matter of iterating all properties, ask the reasoner for getObjectPropertyDomains(prop), and test whether the given class is in the returned collection?
Or is there a more direct way?
The text was updated successfully, but these errors were encountered:
Which code sounds like the quickest way to retrieve the list of object properties and data properties whose domain contains a given class?
Is it a matter of iterating all properties, ask the reasoner for getObjectPropertyDomains(prop), and test whether the given class is in the returned collection?
Or is there a more direct way?
The text was updated successfully, but these errors were encountered: