membershipResource constant

IriTerm const membershipResource

membershipResource [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]

Indicates the membership-constant-URI in a membership triple. Depending upon the membership triple pattern a container uses, as indicated by the presence of ldp:hasMemberRelation or ldp:isMemberOfRelation, the membership-constant-URI might occupy either the subject or object position in membership triples.

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

Implementation

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