rdfsSubPropertyOf constant

IriTerm const rdfsSubPropertyOf

subPropertyOf from rdfs vocabulary [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property]

The subject is a subproperty of a property.

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

Implementation

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