propertyChainAxiom constant

IriTerm const propertyChainAxiom

IRI for owl:propertyChainAxiom [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#List]

The property that determines the n-tuple of properties that build a sub property chain of a given property.

Can be used on: http://www.w3.org/2002/07/owl#ObjectProperty

Implementation

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