Datatype constant

IriTerm const Datatype

IRI for rdfs:Datatype

The class of RDF datatypes.

Implementation

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