delegates constant

IriTerm const delegates

delegates [Expects: http://xmlns.com/foaf/0.1/Agent]

Delegates a person or another agent to act on behalf of the agent. For example, Alice delegates Bob to act on behalf of Alice for ACL purposes.

Can be used on all classes in this vocabulary

Implementation

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