ScheduleAction constant

IriTerm const ScheduleAction

IRI for schemahttp:ScheduleAction

Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n* {ReserveAction}: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.

Implementation

static const ScheduleAction = IriTerm.prevalidated(
  'http://schema.org/ScheduleAction',
);