currentProject constant

IriTerm const currentProject

IRI for foaf:currentProject [Expects: http://www.w3.org/2002/07/owl#Thing]

A current project this person works on.

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

Implementation

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