From a previous question I gained an understanding of how intersection works among multiple domains and ranges of a predicate.
It seems that union is the more common way to handle this scenario, so now I'm wondering what different inferences are made from a union of domains or ranges.
Given p rdfs:domain (C ∪ D ∪ E)
and the triple a p b
, what is inferred about a
?