PerformingArtsTheater
schema:Thing > schema:Place > schema:CivicStructure > schema:PerformingArtsTheater
A theater or other performing art center.
Property | Expected Type | Description |
---|---|---|
Properties from schema:CivicStructure | ||
schema:openingHours
|
schema:Duration | The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'. - Days are specified using the following two-letter combinations: Mo , Tu , We , Th , Fr , Sa , Su .- Times are specified using 24:00 time. For example, 3pm is specified as 15:00 . - Here is an example: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time> . - If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time> . |
Properties from schema:Place | ||
schema:address
|
schema:PostalAddress | Physical address of the item. |
schema:aggregateRating
|
schema:AggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. |
schema:containedIn
|
schema:Place | The basic containment relation between places. |
schema:event
|
schema:Event | Upcoming or past event associated with this place, organization, or action. Supersedes schema:events. |
schema:faxNumber
|
schema:Text | The fax number. |
schema:geo
|
schema:GeoShape or schema:GeoCoordinates | The geo coordinates of the place. |
schema:globalLocationNumber
|
schema:Text | The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. |
schema:hasMap
|
schema:URL or schema:Map | A URL to a map of the place. Supersedes schema:map, schema:maps. |
schema:interactionCount
|
schema:Text | A count of a specific user interactions with this item—for example, 20 UserLikes , 5 UserComments , or 300 UserDownloads . The user interaction type should be one of the sub types of UserInteraction. |
schema:isicV4
|
schema:Text | The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. |
schema:logo
|
schema:ImageObject or schema:URL | An associated logo. |
schema:openingHoursSpecification
|
schema:OpeningHoursSpecification | The opening hours of a certain place. |
schema:photo
|
schema:ImageObject or schema:Photograph | A photograph of this place. Supersedes schema:photos. |
schema:review
|
schema:Review | A review of the item. Supersedes schema:reviews. |
schema:telephone
|
schema:Text | The telephone number. |
Properties from schema:Thing | ||
schema:additionalType
|
schema: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. |
schema:alternateName
|
schema:Text | An alias for the item. |
schema:description
|
schema:Text | A short description of the item. |
schema:image
|
schema:ImageObject or schema:URL | An image of the item. This can be a URL or a fully described ImageObject. |
schema:name
|
schema:Text | The name of the item. |
schema:potentialAction
|
schema:Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
schema:sameAs
|
schema: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. |
schema:url
|
schema:URL | URL of the item. |
Prefixes used:
Examples
<div> <span>Julius Caesar at Shakespeare's Globe</span> <span>Wed 01 October 2014 19:30</span> </div>
<div itemscope="" itemtype="http://schema.org/TheaterEvent"> <span itemprop="name">Julius Caesar at Shakespeare's Globe</span> <div itemprop="location" itemscope="" itemtype="http://schema.org/PerformingArtsTheater"> <meta itemprop="name" content="Shakespeare's Globe"/> <link itemprop="sameAs" href="http://www.shakespearesglobe.com/"/> <meta itemprop="address" content="London, UK"/> </div> <div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"> <link itemprop="url" href="/examples/ticket/0012301230123"/> </div> <span itemprop="startDate" content="2014-10-01T19:30">Wed 01 October 2014 19:30</span> <div itemprop="workPerformed" itemscope="" itemtype="http://schema.org/CreativeWork"> <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Julius_Caesar_(play)"/> <link itemprop="sameAs" href="http://worldcat.org/entity/work/id/1807288036"/> <div itemprop="creator" itemscope="" itemtype="http://schema.org/Person"> <meta itemprop="name" content="William Shakespeare"/> <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/William_Shakespeare"/> </div> </div> </div>
<div vocab="http://schema.org/" typeof="TheaterEvent"> <span property="name">Julius Caesar at Shakespeare's Globe</span> <div property="location" typeof="PerformingArtsTheater"> <meta property="name" content="Shakespeare's Globe"/> <link property="sameAs" href="http://www.shakespearesglobe.com/"/> <meta property="address" content="London, UK"/> </div> <div property="offers" typeof="Offer"> <link property="url" href="/examples/ticket/0012301230123"/> </div> <span property="startDate" content="2014-10-01T19:30">Wed 01 October 2014 19:30</span> <div property="workPerformed" typeof="CreativeWork"> <link property="sameAs" href="http://en.wikipedia.org/wiki/Julius_Caesar_(play)"/> <link property="sameAs" href="http://worldcat.org/entity/work/id/1807288036"/> <div property="creator" typeof="Person"> <meta property="name" content="William Shakespeare"/> <link property="sameAs" href="http://en.wikipedia.org/wiki/William_Shakespeare"/> </div> </div> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "TheaterEvent", "name": "Julius Caesar at Shakespeare's Globe", "location": { "@type": "PerformingArtsTheater", "name": "Shakespeare's Globe", "sameAs": "http://www.shakespearesglobe.com/", "address": "London, UK" }, "offers": { "@type": "Offer", "url": "/examples/ticket/0012301230123" }, "startDate": "2014-10-01T19:30", "workPerformed": { "@type": "CreativeWork", "name": "Julius Caesar", "sameAs": "http://en.wikipedia.org/wiki/Julius_Caesar_(play)", "sameAs": "http://worldcat.org/entity/work/id/1807288036", "creator": { "@type": "Person", "name": "William Shakespeare", "sameAs": "http://en.wikipedia.org/wiki/William_Shakespeare" } } } </script>
BiblioGraph.net Version 1.1
Schema.org Version 1.93
Code Version 1.1