disjointUnionOf constant
disjointUnionOf [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#List]
The property that determines that a given class is equivalent to the disjoint union of a collection of other classes.
Can be used on: http://www.w3.org/2002/07/owl#Class
Implementation
static const disjointUnionOf = IriTerm.prevalidated(
'http://www.w3.org/2002/07/owl#disjointUnionOf',
);