owlEquivalentClass constant

IriTerm const owlEquivalentClass

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

The property that determines that two given classes are equivalent, and that is used to specify datatype definitions.

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

Implementation

static const owlEquivalentClass = IriTerm.prevalidated(
  'http://www.w3.org/2002/07/owl#equivalentClass',
);