rdfsIsDefinedBy constant

IriTerm const rdfsIsDefinedBy

isDefinedBy from rdfs vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]

The definition of the subject resource.

Can be used on: http://www.w3.org/2000/01/rdf-schema#Resource

Implementation

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