Literal constant

IriTerm const Literal

IRI for rdfs:Literal

The class of literal values, eg. textual strings and integers.

Implementation

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