contains constant

IriTerm const contains

IRI for ldp:contains [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]

Links a container with resources created through the container.

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

Implementation

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