owlMembers constant

IriTerm const owlMembers

members from owl vocabulary [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#List]

The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom.

Can be used on: http://www.w3.org/2000/01/rdf-schema#Resource

Implementation

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