pageSortCriteria constant

IriTerm const pageSortCriteria

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

Link to the list of sorting criteria used by the server in a representation. Typically used on Link response headers as an extension link relation URI in the rel= parameter.

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

Implementation

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