ObjectProperty constant

IriTerm const ObjectProperty

IRI for owl:ObjectProperty

The class of object properties.

Implementation

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