first constant

IriTerm const first

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

The first item in the subject RDF list.

Can be used on: http://www.w3.org/1999/02/22-rdf-syntax-ns#List

Implementation

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