backwardCompatibleWith constant
        
        IriTerm
        const backwardCompatibleWith
        
      
      
IRI for owl:backwardCompatibleWith [Expects: http://www.w3.org/2002/07/owl#Ontology]
The annotation property that indicates that a given ontology is backward compatible with another ontology.
Can be used on: http://www.w3.org/2002/07/owl#Ontology
Implementation
static const backwardCompatibleWith = const IriTerm(
  'http://www.w3.org/2002/07/owl#backwardCompatibleWith',
);