subClassOf constant

IriTerm const subClassOf

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