Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Showing the property

...

named has has multiple domains: Person and Cat Owner


Info
titleObjectUnionOf

A key thing to note here is:

ObjectPropertyDomain(:has ObjectUnionOf(:CatOwner :Person))
ObjectPropertyRange(:has ObjectUnionOf(:Cat :Pet))

This shows that a property which has multiple domains is exported as a union of all the domains and ranges.

...