PlainLiteral constant

IriTerm const PlainLiteral

IRI for rdf:PlainLiteral

The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2

See also

Implementation

static const PlainLiteral = IriTerm.prevalidated(
  'http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral',
);