schemaPreviousStartDate constant

IriTerm const schemaPreviousStartDate

previousStartDate from schema vocabulary [Expects: https://schema.org/Date]

Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.

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

Implementation

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