MemberSubject constant

IriTerm const MemberSubject

IRI for ldp:MemberSubject

Used to indicate default and typical behavior for ldp:insertedContentRelation, where the member-URI value in the membership triple added when a creation request is successful is the URI assigned to the newly created resource.

Implementation

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