I am wondering if there is a way to express logically complex object property assertions in OWL. For example, how might I express "John likes oranges or Mary likes oranges"? In a language like first-order predicate logic, this might be translated like this:
Ljo v Lmo
Is there an equally simple way to express this kind of object property statement in OWL?
Note: I am aware that general axioms containing logical disjunction (e.g., "All legal entities are either corporations or persons") can be expressed using the notion of set union. For present purposes, I am more interested in assertions that involve particular individuals/instances, like in my example above.
Thanks for any help!