owner constant

IriTerm const owner

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

The person or other agent which owns this. For example, the owner of a file in a filesystem. There is a sense of "right to control". Typically defaults to the agent who created something, but can be changed.

Can be used on all classes in this vocabulary

Implementation

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