isMemberOfRelation constant

IriTerm const isMemberOfRelation

isMemberOfRelation [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property]

Indicates which predicate is used in membership triples, and that the membership triple pattern is < member-URI , object-of-isMemberOfRelation, membership-constant-URI >.

Can be used on: http://www.w3.org/ns/ldp#Container

Implementation

static const isMemberOfRelation = IriTerm.prevalidated(
  'http://www.w3.org/ns/ldp#isMemberOfRelation',
);