inverseOf constant

IriTerm const inverseOf

inverseOf [Expects: http://www.w3.org/2002/07/owl#ObjectProperty]

The property that determines that two given properties are inverse.

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

Implementation

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