owlDatatypeComplementOf constant

IriTerm const owlDatatypeComplementOf

datatypeComplementOf from owl vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Datatype]

The property that determines that a given data range is the complement of another data range with respect to the data domain.

Can be used on: http://www.w3.org/2000/01/rdf-schema#Datatype

Implementation

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