agent constant

IriTerm const agent

IRI for acl:agent [Expects: http://xmlns.com/foaf/0.1/Agent]

A person or social entity to being given the right

Can be used on: http://www.w3.org/ns/auth/acl#Authorization

Implementation

static const agent = IriTerm.prevalidated(
  'http://www.w3.org/ns/auth/acl#agent',
);