classIri constant

IriTerm const classIri

IRI term for the Resource class Use this to specify that a resource is of this type.

Implementation

static const classIri = IriTerm.prevalidated(
  'http://www.w3.org/2000/01/rdf-schema#Resource',
);