rdfsLabel constant

IriTerm const rdfsLabel

label from rdfs vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

A human-readable name for the subject.

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

Implementation

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