schemaEventStatus constant

IriTerm const schemaEventStatus

eventStatus from schema vocabulary [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 schemaEventStatus = IriTerm.prevalidated(
  'https://schema.org/eventStatus',
);