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 = const IriTerm(
'https://schema.org/eventStatus',
);