owlBottomObjectProperty constant

IriTerm const owlBottomObjectProperty

bottomObjectProperty from owl vocabulary [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 owlBottomObjectProperty = IriTerm.prevalidated(
  'http://www.w3.org/2002/07/owl#bottomObjectProperty',
);