eventStatus constant

IriTerm const eventStatus

eventStatus [Expects: https://schema.org/EventStatusType]

An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.

Can be used on: https://schema.org/Event

Implementation

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