firstName constant

IriTerm const firstName

IRI for foaf:firstName [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

The first name of a person.

Can be used on: http://xmlns.com/foaf/0.1/Person

Implementation

static const firstName = IriTerm.prevalidated(
  'http://xmlns.com/foaf/0.1/firstName',
);