LeaveAction constant

IriTerm const LeaveAction

IRI for schema:LeaveAction

An agent leaves an event / group with participants/friends at a location.\n\nRelated actions:\n\n* {JoinAction}: The antonym of LeaveAction.\n* {UnRegisterAction}: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.

Implementation

static const LeaveAction = IriTerm.prevalidated(
  'https://schema.org/LeaveAction',
);