HTML constant

IriTerm const HTML

IRI for rdf:HTML

The datatype of RDF literals storing fragments of HTML content

See also

Implementation

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