previousStartDate constant

IriTerm const previousStartDate

IRI for schema:previousStartDate [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 previousStartDate = IriTerm.prevalidated(
  'https://schema.org/previousStartDate',
);