nil constant

IriTerm const nil

IRI for rdf:nil

The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it.

Implementation

static const nil = IriTerm.prevalidated(
  'http://www.w3.org/1999/02/22-rdf-syntax-ns#nil',
);