comment constant

IriTerm const comment

IRI for rdfs:comment [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

A description of the subject resource.

Can be used on: http://www.w3.org/2000/01/rdf-schema#Resource

Implementation

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