foafBirthday constant

IriTerm const foafBirthday

birthday from foaf vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.

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

Implementation

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