priorVersion constant

IriTerm const priorVersion

IRI for owl:priorVersion [Expects: http://www.w3.org/2002/07/owl#Ontology]

The annotation property that indicates the predecessor ontology of a given ontology.

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

Implementation

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