Axiom constant

IriTerm const Axiom

IRI for owl:Axiom

The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object.

Implementation

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