distinctMembers constant

IriTerm const distinctMembers

IRI for owl:distinctMembers [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#List]

The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom.

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

Implementation

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