pageSortPredicate constant

IriTerm const pageSortPredicate

IRI for ldp:pageSortPredicate [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property]

Predicate used to specify the order of the members across a page sequence's in-sequence page resources; it asserts nothing about the order of members in the representation of a single page.

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

Implementation

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