hasKey constant

IriTerm const hasKey

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

The property that determines the collection of properties that jointly build a key.

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

Implementation

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