ExhibitionEvent
Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...
Usage: Fewer than 10 domains
Property | Expected Type | Description |
---|---|---|
Properties from Event | ||
aggregateRating
|
AggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. |
attendee
|
Organization or Person | A person or organization attending the event. Supersedes attendees. |
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. |
inLanguage
|
Text or Language | The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. Supersedes language. |
location
|
Text or Place or PostalAddress | The location of for example where the event is happening, an organization is located, or where an action takes place. |
offers
|
Offer | An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, 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. Supersedes performers. |
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. Inverse property: recordedAt. |
review
|
Review | A review of the item. Supersedes reviews. |
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. Supersedes subEvents. |
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-'. |
workFeatured
|
CreativeWork | A work featured in some event, e.g. exhibited in an ExhibitionEvent. Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent). |
workPerformed
|
CreativeWork | A work performed in some event, for example a play performed in a TheaterEvent. |
Properties from Thing | ||
additionalType
|
URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
alternateName
|
Text | An alias for the item. |
description
|
Text | A short description of the item. |
image
|
ImageObject or URL | An image of the item. This can be a URL or a fully described ImageObject. |
mainEntityOfPage
|
CreativeWork or URL | Indicates a page (or other CreativeWork) for which this thing is the main entity being described.
See background notes for details. Inverse property: mainEntity. |
name
|
Text | The name of the item. |
potentialAction
|
Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
sameAs
|
URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website. |
url
|
URL | URL of the item. |
Examples
<div> <h2><a href="http://www.vam.ac.uk/whatson/event/5150/shoes-pleasure-and-pain-696789408/"> Shoes: Pleasure and Pain</a></h2> <p><time class="nowrap">Sat 13 June 2015</time>–<time>Sun 31 January 2016</time></p> <p>Explore the transformative power of footwear from around the world as we present over 200 pairs of the most extreme shoes from the last 2000 years. </p> <a href="http://www.vam.ac.uk/whatson/event/5150/date/20151007/">Book tickets</a> </div>
<div itemscope="" itemtype="http://schema.org/ExhibitionEvent"> <meta itemprop="location" content="Victoria and Albert Museum"> <meta itemprop="inLanguage" content="en"> <h2><a itemprop="url" href="http://www.vam.ac.uk/whatson/event/5150/shoes-pleasure-and-pain-696789408/"> <span itemprop="name">Shoes: Pleasure and Pain</span> </a></h2> <p><time class="nowrap" itemprop="startDate" datetime="2015-06-13">Sat 13 June 2015</time>–<time itemprop="endDate" datetime="2016-01-31">Sun 31 January 2016</time></p> <p itemprop="description">Explore the transformative power of footwear from around the world as we present over 200 pairs of the most extreme shoes from the last 2000 years. </p> <a itemprop="offers" href="http://www.vam.ac.uk/whatson/event/5150/date/20151007/">Book tickets</a> </div>
<div vocab="http://schema.org/" typeof="ExhibitionEvent"> <meta property="location" content="Victoria and Albert Museum"> <meta itempropertyprop="inLanguage" content="en"> <h2><a property="url" href="http://www.vam.ac.uk/whatson/event/5150/shoes-pleasure-and-pain-696789408/"> <span property="name">Shoes: Pleasure and Pain</span> </a></h2> <p><time class="nowrap" property="startDate" datetime="2015-06-13">Sat 13 June 2015</time>–<time property="endDate" datetime="">Sun 31 January 2016</time></p> <p property="description">Explore the transformative power of footwear from around the world as we present over 200 pairs of the most extreme shoes from the last 2000 years. </p> <a property="offers" href="http://www.vam.ac.uk/whatson/event/5150/date/20151007/">Book tickets</a> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "ExhibitionEvent", "location": "Victoria and Albert Museum", "url": "http://www.vam.ac.uk/whatson/event/5150/shoes-pleasure-and-pain-696789408/", "name": "Shoes: Pleasure and Pain", "startDate": "2015-06-13", "endDate": "2016-01-31", "description": "Explore the transformative power of footwear from around the world as we present over 200 pairs of the most extreme shoes from the last 2000 years.", "offers": [ {"@type": "Offer", "@id": "http://www.vam.ac.uk/whatson/event/5150/date/20151007/" } ] } </script>
Schema Version 2.2