rdfsComment constant

IriTerm const rdfsComment

comment from rdfs vocabulary [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 rdfsComment = IriTerm.prevalidated(
  'http://www.w3.org/2000/01/rdf-schema#comment',
);