bottomObjectProperty constant

IriTerm const bottomObjectProperty

IRI for owl:bottomObjectProperty [Expects: http://www.w3.org/2002/07/owl#Thing]

The object property that does not relate any two individuals.

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

Implementation

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