rdfsSubClassOf constant

IriTerm const rdfsSubClassOf

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

The subject is a subclass of a class.

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

Implementation

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