owlPropertyDisjointWith constant
IriTerm
const owlPropertyDisjointWith
propertyDisjointWith from owl vocabulary [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property]
The property that determines that two given properties are disjoint.
Can be used on: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Implementation
static const owlPropertyDisjointWith = const IriTerm(
'http://www.w3.org/2002/07/owl#propertyDisjointWith',
);