DatatypeProperty constant

IriTerm const DatatypeProperty

IRI for owl:DatatypeProperty

The class of data properties.

Implementation

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