PreferMinimalContainer constant

IriTerm const PreferMinimalContainer

IRI for ldp:PreferMinimalContainer

URI identifying the subset of a LDPC's triples present in an empty LDPC, for example to allow clients to express interest in receiving them. Currently this excludes containment and membership triples, but in the future other exclusions might be added. This definition is written to automatically exclude those new classes of triples.

Implementation

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