language constant

IriTerm const language

IRI for rdf:language

The language component of a CompoundLiteral.

Can be used on: http://www.w3.org/1999/02/22-rdf-syntax-ns#CompoundLiteral

See also

Implementation

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