Vocabulary Deprecated
More information...

Event

schema:Thing > schema:Event

An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the 'offers' property. Repeated events may be structured as separate Event objects.
PropertyExpected TypeDescription
Properties from schema:Event
schema:attendee schema:Organization  or
schema:Person 
A person or organization attending the event. Supersedes schema:attendees.
schema:doorTime schema:DateTime The time admission will commence.
schema:duration schema:Duration The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
schema:endDate schema:Date The end date and time of the item (in ISO 8601 date format).
schema:eventStatus schema:EventStatusType An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.
schema:location schema:Place  or
schema:PostalAddress 
The location of the event, organization or action.
schema:offers schema: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.
schema:organizer schema:Person  or
schema:Organization 
An organizer of an Event.
schema:performer schema:Organization  or
schema:Person 
A performer at the event—for example, a presenter, musician, musical group or actor. Supersedes schema:performers.
schema:previousStartDate schema: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.
schema:recordedIn schema:CreativeWork The CreativeWork that captured all or part of this Event.
Inverse property: schema:recordedAt.
schema:startDate schema:Date The start date and time of the item (in ISO 8601 date format).
schema:subEvent schema: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 schema:subEvents.
schema:superEvent schema: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.
schema:typicalAgeRange schema:Text The typical expected age range, e.g. '7-9', '11-'.
schema:workPerformed schema:CreativeWork A work performed in some event, for example a play performed in a TheaterEvent.
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.


Instances of schema:Event may appear as values for the following properties
PropertyOn TypesDescription
schema:event schema:Place  or
schema:InformAction  or
schema:PlayAction  or
schema:JoinAction  or
schema:LeaveAction  or
schema:Organization  or
schema:InviteAction 
Upcoming or past event associated with this place, organization, or action. Supersedes schema:events.
schema:firstPerformance schema:MusicComposition The date and place the work was first performed.
schema:performerIn schema:Person Event that this person is a performer or participant in.
schema:recordedAt schema:CreativeWork The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.
inverse property: schema:recordedIn.
schema:subEvent schema: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 schema:subEvents.
schema:superEvent schema: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.

More specific Types
  • schema:BusinessEvent
  • schema:ChildrensEvent
  • schema:ComedyEvent
  • schema:DanceEvent
  • schema:DeliveryEvent
  • schema:EducationEvent
  • schema:Festival
  • schema:FoodEvent
  • schema:LiteraryEvent
  • bgn:Meeting
  • schema:MusicEvent
  • schema:PublicationEvent
  • schema:SaleEvent
  • schema:SocialEvent
  • schema:SportsEvent
  • schema:TheaterEvent
  • schema:UserInteraction
  • schema:VisualArtsEvent

    Prefixes used:

  • schema: http://schema.org/
  • bgn: http://bibliograph.net/
  • Examples

    <a href="nba-miami-philidelphia-game3.html">
    NBA Eastern Conference First Round Playoff Tickets:
     Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
    </a>
    Thu, 04/21/16
    8:00 p.m.
    <a href="wells-fargo-center.html">
    Wells Fargo Center
    </a>
    Philadelphia, PA
    Priced from: $35
    1938 tickets left
    
    <div itemscope itemtype="http://schema.org/Event">
      <a itemprop="url" href="nba-miami-philidelphia-game3.html">
      NBA Eastern Conference First Round Playoff Tickets:
      <span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
      </a>
      <meta itemprop="startDate" content="2016-04-21T20:00">
        Thu, 04/21/16
        8:00 p.m.
      <div itemprop="location" itemscope itemtype="http://schema.org/Place">
        <a itemprop="url" href="wells-fargo-center.html">
        Wells Fargo Center
        </a>
        <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="addressLocality">Philadelphia</span>,
          <span itemprop="addressRegion">PA</span>
        </div>
      </div>
      <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
        Priced from: <span itemprop="lowPrice">$35</span>
        <span itemprop="offerCount">1938</span> tickets left
      </div>
    </div>
    
    <div vocab="http://schema.org/" typeof="Event">
      <a property="url" href="nba-miami-philidelphia-game3.html">
      NBA Eastern Conference First Round Playoff Tickets:
      <span property="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
      </a>
      <meta property="startDate" content="2016-04-21T20:00">
        Thu, 04/21/16
        8:00 p.m.
      <div property="location"  typeof="Place">
        <a property="url" href="wells-fargo-center.html">
        Wells Fargo Center
        </a>
        <div property="address"  typeof="PostalAddress">
          <span property="addressLocality">Philadelphia</span>,
          <span property="addressRegion">PA</span>
        </div>
      </div>
      <div property="offers"  typeof="AggregateOffer">
        Priced from: <span property="lowPrice">$35</span>
        <span property="offerCount">1938</span> tickets left
      </div>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Event",
      "name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
      "location": {
        "@type": "Place",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Philadelphia",
          "addressRegion": "PA"
        },
        "url": "wells-fargo-center.html"
      },
      "offers": {
        "@type": "AggregateOffer",
        "lowPrice": "$35",
        "offerCount": "1938"
      },
      "startDate": "2016-04-21T20:00",
      "url": "nba-miami-philidelphia-game3.html"
    }
    </script>
    
    <h1>Foo Fighters</h1>
    <h2>Video: Interview with the Foo Fighters</h2>
    <object ...>
      <param ...>
      <embed type="application/x-shockwave-flash" ...>
    </object>
    Catch this exclusive interview with Dave Grohl and the Foo Fighters
     about their new album, Rope.
    <h2>Songs</h2>
    Rope
     Length: 4:05 - 14300 plays
    <a href="foo-fighters-rope-play.html">Play</a>
    <a href="foo-fighters-rope-buy.html">Buy</a>
    From album: <a href="foo-fighters-wasting-light.html">Wasting Light</a>
    Everlong
     Length: 6:33 - 11700 plays
    <a href="foo-fighters-everlong-play.html">Play</a>
    <a href="foo-fighters-everlong-buy.html">Buy</a>
    From album: <a href="foo-fighters-color-and-shape.html">The Color And The Shape</a>
    <h2>Upcoming shows</h2>
    <a href="foo-fighters-may20-fedexforum">FedExForum</a>
    Memphis, TN, US
    May 20
    <a href="ticketworlds.com/foofighters/may20-2011">Buy tickets</a>
    <a href="foo-fighters-may23-midamericacenter">Mid America Center</a>
    Council Bluffs, IA, US
    May 23
    <a href="ticketworlds.com/foofighters/may23-2011">Buy tickets</a>
    <h2><a href="foo-fighters-photos">28 Photos</a></h2>
    <a href="foofighters-1.jpg"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb1.jpg" /></a>
    <a href="foofighters-2.jpg"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb2.jpg" /></a>
    <a href="foofighters-3.jpg"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb3.jpg" /></a>
    <h2>Comments:</h2>
    Excited about seeing them in concert next week. -Lawrence , Jan 23
    I dig their latest single. -Mary, Jan 19
    Showing 1-2 of 18 comments. <a href="foofighters-comments">More</a>
    
    <div itemscope itemtype="http://schema.org/MusicGroup">
    <h1 itemprop="name">Foo Fighters</h1>
    <div itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
      <h2>Video: <span itemprop="name">Interview with the Foo Fighters</span></h2>
      <meta itemprop="duration" content="T1M33S" />
      <meta itemprop="thumbnail" content="foo-fighters-interview-thumb.jpg" />
      <object ...>
        <param ...>
        <embed type="application/x-shockwave-flash" ...>
      </object>
      <span itemprop="description">Catch this exclusive interview with
        Dave Grohl and the Foo Fighters about their new album, Rope.</span>
    </div>
    <h2>Songs</h2>
    <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
      <span itemprop="name">Rope</span>
      <meta itemprop="url" content ="foo-fighters-rope.html">
      Length: <meta itemprop="duration" content="PT4M5S">4:05 -
      14300 plays<meta itemprop="interactionCount" content="UserPlays:14300" />
      <a href="foo-fighters-rope-play.html" itemprop="audio">Play</a>
      <a href="foo-fighters-rope-buy.html" itemprop="offers">Buy</a>
      From album: <a href="foo-fighters-wasting-light.html"
        itemprop="inAlbum">Wasting Light</a>
    </div>
    <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
      <span itemprop="name">Everlong</span>
      <meta itemprop="url" content ="foo-fighters-everlong.html">
      Length: <meta itemprop="duration" content="PT6M33S">6:33 -
      <span itemprop="playCount">11700</span> plays
      <a href="foo-fighters-everlong-play.html" itemprop="audio">Play</a>
      <a href="foo-fighters-everlong-buy.html" itemprop="offers">Buy</a>
      From album: <a href="foo-fighters-color-and-shape.html"
        itemprop="inAlbum">The Color And The Shape</a>
    </div>
    <h2>Upcoming shows</h2>
    <div itemprop="event" itemscope itemtype="http://schema.org/Event">
      <a href="foo-fighters-may20-fedexforum" itemprop="url">
        <span itemprop="name">FedExForum</span>
      </a>
      <span itemprop="location">Memphis, TN, US</span>
      <meta itemprop="startDate" content="2011-05-20">May 20
      <a href="ticketmaster.com/foofighters/may20-2011" itemprop="offers">Buy tickets</a>
    </div>
    <div itemprop="event" itemscope itemtype="http://schema.org/Event">
      <a href="foo-fighters-may23-midamericacenter" itemprop="url">
        <span itemprop="name">Mid America Center</span>
      </a>
      <span itemprop="location">Council Bluffs, IA, US</span>
      <meta itemprop="startDate" content="2011-05-23">May 23
      <a href="ticketmaster.com/foofighters/may23-2011" itemprop="offers">Buy tickets</a>
    </div>
    <h2><a href="foo-fighters-photos">28 Photos</a></h2>
    <a href="foofighters-1.jpg" itemprop="image"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb1.jpg" /></a>
    <a href="foofighters-2.jpg" itemprop="image"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb2.jpg" /></a>
    <a href="foofighters-3.jpg" itemprop="image"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb3.jpg" /></a>
    <h2>Comments:</h2>
    Excited about seeing them in concert next week. -Lawrence , Jan 23
    I dig their latest single. -Mary, Jan 19
    <meta itemprop="interactionCount" content="UserComments:18" />
    Showing 1-2 of 18 comments. <a href="foofighters-comments">More</a>
    </div>
    
    <div vocab="http://schema.org/" typeof="MusicGroup">
    <h1 property="name">Foo Fighters</h1>
    <div property="video"  typeof="VideoObject">
      <h2>Video: <span property="name">Interview with the Foo Fighters</span></h2>
      <meta property="duration" content="T1M33S" />
      <meta property="thumbnail" content="foo-fighters-interview-thumb.jpg" />
      <object ...>
        <param ...>
        <embed type="application/x-shockwave-flash" ...>
      </object>
      <span property="description">Catch this exclusive interview with
        Dave Grohl and the Foo Fighters about their new album, Rope.</span>
    </div>
    <h2>Songs</h2>
    <div property="track"  typeof="MusicRecording">
      <span property="name">Rope</span>
      <meta property="url" content ="foo-fighters-rope.html">
      Length: <meta property="duration" content="PT4M5S">4:05 -
      14300 plays<meta property="interactionCount" content="UserPlays:14300" />
      <a href="foo-fighters-rope-play.html" property="audio">Play</a>
      <a href="foo-fighters-rope-buy.html" property="offers">Buy</a>
      From album: <a href="foo-fighters-wasting-light.html"
        property="inAlbum">Wasting Light</a>
    </div>
    <div property="track"  typeof="MusicRecording">
      <span property="name">Everlong</span>
      <meta property="url" content ="foo-fighters-everlong.html">
      Length: <meta property="duration" content="PT6M33S">6:33 -
      <span property="playCount">11700</span> plays
      <a href="foo-fighters-everlong-play.html" property="audio">Play</a>
      <a href="foo-fighters-everlong-buy.html" property="offers">Buy</a>
      From album: <a href="foo-fighters-color-and-shape.html"
        property="inAlbum">The Color And The Shape</a>
    </div>
    <h2>Upcoming shows</h2>
    <div property="event"  typeof="Event">
      <a href="foo-fighters-may20-fedexforum" property="url">
        <span property="name">FedExForum</span>
      </a>
      <span property="location">Memphis, TN, US</span>
      <meta property="startDate" content="2011-05-20">May 20
      <a href="ticketmaster.com/foofighters/may20-2011" property="offers">Buy tickets</a>
    </div>
    <div property="event"  typeof="Event">
      <a href="foo-fighters-may23-midamericacenter" property="url">
        <span property="name">Mid America Center</span>
      </a>
      <span property="location">Council Bluffs, IA, US</span>
      <meta property="startDate" content="2011-05-23">May 23
      <a href="ticketmaster.com/foofighters/may23-2011" property="offers">Buy tickets</a>
    </div>
    <h2><a href="foo-fighters-photos">28 Photos</a></h2>
    <a href="foofighters-1.jpg" property="image"><img
    alt="Thumbnail and linked photo of Foo Fighters band"
    src="foofighters-thumb1.jpg" /></a>
    <a href="foofighters-2.jpg" property="image"><img
     alt="Thumbnail and linked photo of Foo Fighters band"
     src="foofighters-thumb2.jpg" /></a>
    <a href="foofighters-3.jpg" property="image"><img
     alt="Thumbnail and linked photo of Foo Fighters band"
     src="foofighters-thumb3.jpg" /></a>
    <h2>Comments:</h2>
    Excited about seeing them in concert next week. -Lawrence , Jan 23
    I dig their latest single. -Mary, Jan 19
    <meta property="interactionCount" content="UserComments:18" />
    Showing 1-2 of 18 comments. <a href="foofighters-comments">More</a>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "MusicGroup",
      "event": [
        {
          "@type": "Event",
          "location": "Memphis, TN, US",
          "offers": "ticketmaster.com/foofighters/may20-2011",
          "startDate": "2011-05-20",
          "url": "foo-fighters-may20-fedexforum"
        },
        {
          "@type": "Event",
          "location": "Council Bluffs, IA, US",
          "offers": "ticketmaster.com/foofighters/may23-2011",
          "startDate": "2011-05-23",
          "url": "foo-fighters-may23-midamericacenter"
        }
      ],
      "image": [
        "foofighters-1.jpg",
        "foofighters-2.jpg",
        "foofighters-3.jpg"
      ],
      "interactionCount": "UserComments:18",
      "name": "Foo Fighters",
      "track": [
        {
          "@type": "MusicRecording",
          "audio": "foo-fighters-rope-play.html",
          "duration": "PT4M5S",
          "inAlbum": "foo-fighters-wasting-light.html",
          "interactionCount": "UserPlays:14300",
          "name": "Rope",
          "offers": "foo-fighters-rope-buy.html",
          "url": "foo-fighters-rope.html"
        },
        {
          "@type": "MusicRecording",
          "audio": "foo-fighters-everlong-play.html",
          "duration": "PT6M33S",
          "inAlbum": "foo-fighters-color-and-shape.html",
          "name": "Everlong",
          "offers": "foo-fighters-everlong-buy.html",
          "playCount": "11700",
          "url": "foo-fighters-everlong.html"
        }
      ],
      "video": {
        "@type": "VideoObject",
        "description": "Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.",
        "duration": "T1M33S",
        "name": "Interview with the Foo Fighters",
        "thumbnail": "foo-fighters-interview-thumb.jpg"
      }
    }
    </script>
    
    <div class="event-wrapper">
      <div class="event-date">Sat Sep 14</div>
      <div class="event-title">Typhoon with Radiation City</div>
      <div class="event-venue">
        The Hi-Dive
        <div class="address">
          7 S. Broadway<br>
          Denver, CO 80209
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
      <div class="event-price">$13.00</div>
      <a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
    </div>
    
    <div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
      <div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" itemprop="name">Typhoon with Radiation City</div>
      <div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
        <span itemprop="name">The Hi-Dive</span>
        <div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="streetAddress">7 S. Broadway</span><br>
          <span itemprop="addressLocality">Denver</span>,
          <span itemprop="addressRegion">CO</span>
          <span itemprop="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
      <div class="event-price" itemprop="price" content="13.00">$13.00</div>
      <span itemprop="priceCurrency" content="USD" />
      <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <div vocab="http://schema.org/" class="event-wrapper"  typeof="Event">
      <div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" property="name">Typhoon with Radiation City</div>
      <div class="event-venue" property="location"  typeof="Place">
        <span property="name">The Hi-Dive</span>
        <div class="address" property="address"  typeof="PostalAddress">
          <span property="streetAddress">7 S. Broadway</span><br>
          <span property="addressLocality">Denver</span>,
          <span property="addressRegion">CO</span>
          <span property="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span property="offers"  typeof="Offer">
      <div class="event-price" property="price" content="13.00">$13.00</div>
        <span property="priceCurrency" content="USD" />
        <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Event",
      "location": {
        "@type": "Place",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Denver",
          "addressRegion": "CO",
          "postalCode": "80209",
          "streetAddress": "7 S. Broadway"
        },
        "name": "The Hi-Dive"
      },
      "name": "Typhoon with Radiation City",
      "offers": {
        "@type": "Offer",
        "price": "13.00",
        "priceCurrency": "USD",
        "url": "http://www.ticketfly.com/purchase/309433"
      },
      "startDate": "Sat Sep 14"
    }
    </script>
    
    <div class="event-wrapper">
      <div class="event-date">Sat Sep 14</div>
      <div class="event-title">Typhoon with Radiation City</div>
      <div class="event-title">CANCELLED - Typhoon with Radiation City</div>
      <div class="event-venue">
        The Hi-Dive
        <div class="address">
          7 S. Broadway<br>
          Denver, CO 80209
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
      <div class="event-price">$13.00</div>
      <a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
    </div>
    
    <div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
      <div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" itemprop="name">CANCELLED - Typhoon with Radiation City</div>
      <meta itemprop="eventStatus" content="http://schema.org/EventCancelled">
      <div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
        <span itemprop="name">The Hi-Dive</span>
        <div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="streetAddress">7 S. Broadway</span><br>
          <span itemprop="addressLocality">Denver</span>,
          <span itemprop="addressRegion">CO</span>
          <span itemprop="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
      <div class="event-price" itemprop="price" content="13.00">$13.00</div>
      <span itemprop="priceCurrency" content="USD" />
      <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <div vocab="http://schema.org/" class="event-wrapper"  typeof="Event">
      <div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" property="name">CANCELLED - Typhoon with Radiation City</div>
      <meta property="eventStatus" content="http://schema.org/EventCancelled">
      <div class="event-venue" property="location"  typeof="Place">
        <span property="name">The Hi-Dive</span>
        <div class="address" property="address"  typeof="PostalAddress">
          <span property="streetAddress">7 S. Broadway</span><br>
          <span property="addressLocality">Denver</span>,
          <span property="addressRegion">CO</span>
          <span property="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span property="offers"  typeof="Offer">
      <div class="event-price" property="price">$13.00</div>
      <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Event",
      "eventStatus": "http://schema.org/EventCancelled",
      "location": {
        "@type": "Place",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Denver",
          "addressRegion": "CO",
          "postalCode": "80209",
          "streetAddress": "7 S. Broadway"
        },
        "name": "The Hi-Dive"
      },
      "name": "CANCELLED - Typhoon with Radiation City",
      "offers": {
        "@type": "Offer",
        "price": "13.00",
        "priceCurrency": "USD",
        "url": "http://www.ticketfly.com/purchase/309433"
      },
      "startDate": "Sat Sep 14"
    }
    </script>
    
    <div class="event-wrapper">
      <div class="event-date">Sat Oct 12</div>
      <div><span>(previously scheduled for Sept 14th)</span></div>
      <div class="event-title">Typhoon with Radiation City</div>
      <div class="event-venue">
        The Hi-Dive
        <div class="address">
          7 S. Broadway<br>
          Denver, CO 80209
        </div>
      </div>
      <div class="event-time">10:00 PM</div>
     <span>
      <div class="event-price">$13.00</div>
      <a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <div class="event-wrapper">
      <div class="event-date" itemprop="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
      <div class="event-title" itemprop="name">Typhoon with Radiation City</div>
      <meta itemprop="eventStatus" content="http://schema.org/EventRescheduled">
      <span itemprop="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
      <div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
        <span itemprop="name">The Hi-Dive</span>
        <div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="streetAddress">7 S. Broadway</span><br>
          <span itemprop="addressLocality">Denver</span>,
          <span itemprop="addressRegion">CO</span>
          <span itemprop="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">10:00 PM</div>
      <span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
       <div class="event-price" itemprop="price" content="13.00">$13.00</div>
         <span itemprop="priceCurrency" content="USD" />
         <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
      </span>
    </div>
    
    <div vocab="http://schema.org/" class="event-wrapper">
      <div class="event-date" property="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
      <div class="event-title" property="name">Typhoon with Radiation City</div>
      <meta property="eventStatus" content="http://schema.org/EventRescheduled">
      <span property="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
      <div class="event-venue" property="location"  typeof="Place">
        <span property="name">The Hi-Dive</span>
        <div class="address" property="address"  typeof="PostalAddress">
          <span property="streetAddress">7 S. Broadway</span><br>
          <span property="addressLocality">Denver</span>,
          <span property="addressRegion">CO</span>
          <span property="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">10:00 PM</div>
      <span property="offers"  typeof="Offer">
       <div class="event-price" property="price" content="13.00">$13.00</div>
        <span property="priceCurrency" content="USD" />
        <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
      </span>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@graph": [
        {
          "@type": "Place",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "Denver",
            "addressRegion": "CO",
            "postalCode": "80209",
            "streetAddress": "7 S. Broadway"
          },
          "name": "The Hi-Dive"
        },
        {
          "@type": "Offer",
          "price": "13.00",
          "priceCurrency": "USD",
          "url": "http://www.ticketfly.com/purchase/309433"
        }
      ]
    }
    </script>
    
    <div class="event-wrapper">
      <div class="event-date">Sat Sep 14</div>
      <div class="event-title">SOLD OUT! Typhoon with Radiation City</div>
      <div class="event-venue">
        The Hi-Dive
        <div class="address">
          7 S. Broadway<br>
          Denver, CO 80209
        </div>
      </div>
      <div class="event-time">10:00 PM</div>
     <span>
      <div class="event-price">$13.00</div>
      <a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
      <div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" itemprop="name">SOLD OUT! Typhoon with Radiation City</div>
      <div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
        <span itemprop="name">The Hi-Dive</span>
        <div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="streetAddress">7 S. Broadway</span><br>
          <span itemprop="addressLocality">Denver</span>,
          <span itemprop="addressRegion">CO</span>
          <span itemprop="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
      <meta itemprop="availability" content="http://schema.org/SoldOut">
      <div class="event-price" itemprop="price" content="13.00">$13.00</div>
        <span itemprop="priceCurrency" content="USD" />
        <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <div vocab="http://schema.org/" class="event-wrapper"  typeof="Event">
      <div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
      <div class="event-title" property="name">SOLD OUT! Typhoon with Radiation City</div>
      <div class="event-venue" property="location"  typeof="Place">
        <span property="name">The Hi-Dive</span>
        <div class="address" property="address"  typeof="PostalAddress">
          <span property="streetAddress">7 S. Broadway</span><br>
          <span property="addressLocality">Denver</span>,
          <span property="addressRegion">CO</span>
          <span property="postalCode">80209</span>
        </div>
      </div>
      <div class="event-time">9:30 PM</div>
     <span property="offers"  typeof="Offer">
      <meta property="availability" content="http://schema.org/SoldOut">
      <div class="event-price" property="price" content="13.00">$13.00</div>
      <span property="priceCurrency" content="USD" />
      <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
     </span>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Event",
      "location": {
        "@type": "Place",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Denver",
          "addressRegion": "CO",
          "postalCode": "80209",
          "streetAddress": "7 S. Broadway"
        },
        "name": "The Hi-Dive"
      },
      "name": "SOLD OUT! Typhoon with Radiation City",
      "offers": {
        "@type": "Offer",
        "availability": "http://schema.org/SoldOut",
        "price": "13.00",
        "priceCurrency": "USD",
        "url": "http://www.ticketfly.com/purchase/309433"
      },
      "startDate": "Sat Sep 14"
    }
    </script>
    
    JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
    
    This example is JSON only.
    
    This example is JSON only.
    
    <script type="application/ld+json">
    {
      "@context" : "http://schema.org",
      "@type" : "Event",
      "name" : "Typhoon with Radiation City",
      "startDate" : "2013-09-14T21:30",
      "location" : {
        "@type" : "Place",
        "sameAs" : "http://www.hi-dive.com",
        "name" : "The Hi-Dive",
        "address" : {
          "@type" : "PostalAddress",
          "streetAddress" : "7 S. Broadway",
          "addressLocality" : "Denver",
          "addressRegion" : "CO",
          "postalCode" : "80209" }
      },
      "performer" : [
        { "@type" : "MusicGroup",
          "name" : "Typhoon",
          "sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
        { "@type" : "MusicGroup",
          "name" : "RadiationCity",
          "sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
      "offers" : {
        "@type" : "Offer",
        "availability" : "http://schema.org/LimitedAvailability",
        "price" : "$13.00",
        "url" : "http://www.ticketfly.com/purchase/309433" },
      "typicalAgeRange" : "18+"
    }
    </script>
    
    <div>
      <h2>Shostakovich Leningrad</h2>
      <div>
        <div>May<span>23</span></div>
        <div>8:00 PM</div>
        <div>
          <strong>Britten, Shostakovich</strong>
        </div>
      </div>
      <div>
        <p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
      </div>
      <div>
        <h3>Program</h3>
        <ul>
          <li>
            <link href="http://en.wikipedia.org/wiki/Peter_Grimes" />
            <span><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em>Peter Grimes</em></span>
      </li>
          <li>
          <link href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" />
          <span><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
      </li>
        </ul>
      </div>
      <div>
        <h3>Performers</h3>
        <div>
          <img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra" />
          <link href="http://cso.org/" />
          <link href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" />
          <div>
            <a href="examples/Performer?id=4434">Chicago Symphony Orchestra</a>
          </div>
        </div>
        <div>
          <link href="http://www.jaapvanzweden.com/" />
          <img src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden"/>
          <div>
            <a href="/examples/Performer.aspx?id=11324">Jaap van Zweden</a>
          </div>
          <div>conductor</div>
        </div>
      </div>
    </div>
    
    <div itemscope="" itemtype="http://schema.org/MusicEvent">
      <div itemprop="location" itemscope="" itemtype="http://schema.org/MusicVenue">
        <meta itemprop="name" content="Chicago Symphony Center"/>
        <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Symphony_Center"/>
        <meta itemprop="address" content="220 S. Michigan Ave, Chicago, Illinois, USA"/>
      </div>
      <div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
        <link itemprop="url" href="/examples/ticket/12341234" />
        <meta itemprop="price" content="40"/>
        <meta itemprop="priceCurrency" content="USD" />
        <meta itemprop="availability" href="http://schema.org/InStock"/>
      </div>
      <h2 itemprop="name">Shostakovich Leningrad</h2>
      <div>
        <div itemprop="startDate" content="2014-05-23T20:00">May<span>23</span></div>
        <div>8:00 PM</div>
        <div>
          <strong>Britten, Shostakovich</strong>
        </div>
      </div>
      <div>
        <p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
      </div>
      <div>
        <h3>Program</h3>
        <ul>
          <li itemprop="workPerformed" itemscope="" itemtype="http://schema.org/CreativeWork">
            <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Peter_Grimes" />
            <span itemprop="name"><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em itemprop="name">Peter Grimes</em></span>
      </li>
          <li itemprop="workPerformed" itemscope="" itemtype="http://schema.org/CreativeWork">
          <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" />
          <span itemprop="name"><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
      </li>
        </ul>
      </div>
      <div>
        <h3>Performers</h3>
        <div itemprop="performer" itemscope="" itemtype="http://schema.org/MusicGroup">
          <img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra" />
          <link itemprop="sameAs" href="http://cso.org/" />
          <link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" />
          <div>
            <a href="examples/Performer?id=4434"><span itemprop="name">Chicago Symphony Orchestra</span></a>
          </div>
        </div>
        <div itemprop="performer" itemscope="" itemtype="http://schema.org/Person">
          <link itemprop="sameAs" href="http://www.jaapvanzweden.com/" />
          <img itemprop="image" src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden"/>
          <div>
            <a href="/examples/Performer.aspx?id=11324"><span itemprop="name">Jaap van Zweden</span></a>
          </div>
          <div>conductor</div>
        </div>
      </div>
    </div>
    
    <div vocab="http://schema.org/" typeof="MusicEvent">
      <div property="location" typeof="MusicVenue">
        <meta property="name" content="Chicago Symphony Center"/>
        <link property="sameAs" href="http://en.wikipedia.org/wiki/Symphony_Center"/>
        <meta property="address" content="220 S. Michigan Ave, Chicago, Illinois, USA"/>
      </div>
      <div property="offers" typeof="Offer">
        <link property="url" href="/examples/ticket/12341234"/>
        <meta property="price" content="40"/>
        <meta property="priceCurrency" content="USD" />
        <meta property="availability" href="http://schema.org/InStock"/>
      </div>
      <h2 property="name">Shostakovich Leningrad</h2>
      <div>
        <div property="startDate" content="2014-05-23T20:00">May<span>23</span></div>
        <div>8:00 PM</div>
        <div>
          <strong>Britten, Shostakovich</strong>
        </div>
      </div>
      <div>
        <p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
      </div>
      <div>
        <h3>Program</h3>
        <ul>
          <li property="workPerformed" typeof="CreativeWork">
            <link href="http://en.wikipedia.org/wiki/Peter_Grimes" property="sameAs"/>
            <span property="name"><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em property="name">Peter Grimes</em></span>
      </li>
          <li property="workPerformed" typeof="CreativeWork">
          <link href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" property="sameAs"/>
          <span property="name"><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
      </li>
        </ul>
      </div>
      <div>
        <h3>Performers</h3>
        <div property="performer" typeof="MusicGroup">
          <img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra"/>
          <link href="http://cso.org/" property="sameAs"/>
          <link href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" property="sameAs"/>
          <a property="name" href="examples/Performer?id=4434">Chicago Symphony Orchestra</a>
        </div>
        <div property="performer" typeof="Person">
          <link href="http://www.jaapvanzweden.com/" property="sameAs"/>
          <img src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden" property="image"/>
          <a property="name" href="/examples/Performer.aspx?id=11324">Jaap van Zweden</a>
          <div>conductor</div>
        </div>
      </div>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "MusicEvent",
      "location": {
        "@type": "MusicVenue",
        "name": "Chicago Symphony Center",
        "address": "220 S. Michigan Ave, Chicago, Illinois, USA"
      },
      "name": "Shostakovich Leningrad",
      "offers": {
        "@type": "Offer",
        "url": "/examples/ticket/12341234",
        "price": "40",
        "priceCurrency": "USD",
        "availability": "http://schema.org/InStock"
      },
      "performer": [
        {
          "@type": "MusicGroup",
          "name": "Chicago Symphony Orchestra",
          "sameAs": [
            "http://cso.org/",
            "http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra"
          ]
        },
        {
          "@type": "Person",
          "image": "/examples/jvanzweden_s.jpg",
          "name": "Jaap van Zweden",
          "sameAs": "http://www.jaapvanzweden.com/"
        }
      ],
      "startDate": "2014-05-23T20:00",
      "workPerformed": [
        {
          "@type": "CreativeWork",
          "name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes",
          "sameAs": "http://en.wikipedia.org/wiki/Peter_Grimes"
        },
        {
          "@type": "CreativeWork",
          "name": "Shostakovich Symphony No. 7 (Leningrad)",
          "sameAs": "http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)"
        }
      ]
    }
    </script>
    
    <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