rdfsRange constant

IriTerm const rdfsRange

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

A range of the subject property.

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

Implementation

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