imports constant

IriTerm const imports

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

The property that is used for importing other ontologies into a given ontology.

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

Implementation

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