hasMemberRelation constant
hasMemberRelation [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 < membership-constant-URI , object-of-hasMemberRelation, member-URI >.
Can be used on: http://www.w3.org/ns/ldp#Container
Implementation
static const hasMemberRelation = IriTerm.prevalidated(
'http://www.w3.org/ns/ldp#hasMemberRelation',
);