Type name: Event
Extends Thing
Name | Type | Description |
---|---|---|
attendee | Organization or Person | A person or organization attending the event. |
attendees | Organization or Person | A person attending the event. |
doorTime | DateTime | The time admission will commence. |
duration | Duration | The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format. |
endDate | Date | The end date and time of the item (in ISO 8601 date format). |
eventStatus | EventStatusType | An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. |
location | Place or PostalAddress | The location of the event, organization or action. |
offers | Offer | An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, or give away tickets to an event. |
organizer | Organization or Person | An organizer of an Event. |
performer | Organization or Person | A performer at the event—for example, a presenter, musician, musical group or actor. |
performers | Organization or Person | The main performer or performers of the event—for example, a presenter, musician, or actor. |
previousStartDate | 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. |
recordedIn | CreativeWork | The CreativeWork that captured all or part of this Event. |
startDate | Date | The start date and time of the item (in ISO 8601 date format). |
subEvent | Event | An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference. |
subEvents | Event | Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference. |
superEvent | Event | An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent. |
typicalAgeRange | Text | The typical expected age range, e.g. '7-9', '11-'. |
workPerformed | CreativeWork | A work performed in some event, for example a play performed in a TheaterEvent. |