complementOf constant

IriTerm const complementOf

complementOf [Expects: http://www.w3.org/2002/07/owl#Class]

The property that determines that a given class is the complement of another class.

Can be used on: http://www.w3.org/2002/07/owl#Class

Implementation

static const complementOf = IriTerm.prevalidated(
  'http://www.w3.org/2002/07/owl#complementOf',
);