agent constant

IriTerm const agent

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

Relates an event to an active agent (a person, a computer, ... :-) )

Can be used on: http://purl.org/NET/c4dm/event.owl#Event

Implementation

static const agent = IriTerm.prevalidated(
  'http://purl.org/NET/c4dm/event.owl#agent',
);