object constant

IriTerm const object

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

The object of the subject RDF statement.

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

Implementation

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