BroadcastEvent
schema:Thing > schema:Event > schema:PublicationEvent > schema:BroadcastEvent
An over the air or online broadcast event.
Property | Expected Type | Description |
---|---|---|
Properties from schema:PublicationEvent | ||
schema:free
|
schema:Boolean | A flag to signal that the publication is accessible for free. |
bgn:publishedBy
|
bgn:Agent | An agent associated with the publication event. |
schema:publishedOn
|
schema:BroadcastService | A broadcast service associated with the publication event. |
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. |
Prefixes used:
Examples
<div> <a href="http://www.bbc.co.uk/programmes/b006q2x0">Doctor Who</a>, <a href="http://www.bbc.co.uk/programmes/b00rs69w">Series 5</a>, <a href="http://www.bbc.co.uk/programmes/b00sj9sq">The Hungry Earth</a>, episode 8, broadcast on BBC One at 18:15, 22nd of May 2010, available on <a href="http://www.bbc.co.uk/iplayer/b00sj9sq">BBC iPlayer</a> from 19:45 on the 2nd of June until the 9th. </div>
<div itemscope itemtype="http://schema.org/TVSeries"> <a itemprop="url" href="http://www.bbc.co.uk/programmes/b006q2x0"> <span itemprop="name">Doctor Who</span></a>, <div itemprop="season" itemscope itemtype="http://schema.org/TVSeason"> <a itemprop="url" href="http://www.bbc.co.uk/programmes/b00rs69w"> <span itemprop="name">Series 5</span></a>, <div itemprop="episode" itemscope itemtype="http://schema.org/TVEpisode"> <a itemprop="url" href="http://www.bbc.co.uk/programmes/b00sj9sq"> <span itemprop="name">The Hungry Earth</span></a>, episode <span itemprop="position">8</span>, broadcast on <div itemprop="publication" itemscope itemtype="http://schema.org/BroadcastEvent"> <div itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"> <a itemprop="url" href="http://www.bbc.co.uk/bbcone"><span itemprop="name">BBC One</span></a> </div> at <span itemprop="startDate" content="2010-05-22T18:15:00+01:00">18:15, 22nd of May 2010</span> </div>, available on <div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> <a itemprop="url" href="http://www.bbc.co.uk/iplayer/episode/b00sj9sq">BBC iPlayer</a> </div> from <div itemprop="publication" itemscope itemtype="http://schema.org/OnDemandEvent"> <span itemprop="startDate" content="2012-06-02T19:45:00+01:00">19:45 on the 2nd of June</span> until the <span itemprop="endDate" content="2012-06-09T19:44:00+01:00">9th</span>. </div> </div> </div> </div>
<div vocab="http://schema.org/" typeof="TVSeries"> <a property="url" href="http://www.bbc.co.uk/programmes/b006q2x0"> <span property="name">Doctor Who</span></a>, <div property="season" typeof="TVSeason"> <a property="url" href="http://www.bbc.co.uk/programmes/b00rs69w"> <span property="name">Series 5</span></a>, <div property="episode" typeof="TVEpisode"> <a property="url" href="http://www.bbc.co.uk/programmes/b00sj9sq"> <span property="name">The Hungry Earth</span></a>, episode <span property="position">8</span>, broadcast on <div property="publication" typeof="BroadcastEvent"> <div property="publishedOn" typeof="BroadcastService"> <a property="url" href="http://www.bbc.co.uk/bbcone"><span property="name">BBC One</span></a> </div> at <span property="startDate" content="2010-05-22T18:15:00+01:00">18:15, 22nd of May 2010</span> </div>, available on <div property="video" typeof="VideoObject"> <a property="url" href="http://www.bbc.co.uk/iplayer/episode/b00sj9sq">BBC iPlayer</a> </div> from <div property="publication" typeof="OnDemandEvent"> <span property="startDate" content="2012-06-02T19:45:00+01:00">19:45 on the 2nd of June</span> until the <span property="endDate" content="2012-06-09T19:44:00+01:00">9th</span>. </div> </div> </div> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "TVSeries", "season": { "@type": "TVSeason", "episode": { "@type": "TVEpisode", "position": "8", "publication": [ { "@type": "BroadcastEvent", "publishedOn": { "@type": "BroadcastService", "url": "http://www.bbc.co.uk/bbcone" }, "startDate": "18:15, 22nd of May 2010" }, { "@type": "OnDemandEvent", "endDate": "9th", "startDate": "19:45 on the 2nd of June" } ], "url": "http://www.bbc.co.uk/programmes/b00sj9sq", "video": { "@type": "VideoObject", "url": "http://www.bbc.co.uk/iplayer/episode/b00sj9sq" } }, "url": "http://www.bbc.co.uk/programmes/b00rs69w" }, "url": "http://www.bbc.co.uk/programmes/b006q2x0" } </script>
<div> <a href="http://www.bbc.co.uk/programmes/b006qykl">In Our Time</a>, <a href="http://www.bbc.co.uk/programmes/b03ggc19">Ordinary Language Philosophy</a>, episode 604, broadcast on BBC Radio 4 at 09:00, 7th of November 2013, available online from 09:45 on the same day. </div>
<div itemscope itemtype="http://schema.org/RadioSeries"> <a itemprop="url" href="http://www.bbc.co.uk/programmes/b006qykl"> <span itemprop="name">In Our Time</span></a>, <div itemprop="episode" itemscope itemtype="http://schema.org/RadioEpisode"> <a itemprop="url" href="http://www.bbc.co.uk/programmes/b03ggc19"> <span itemprop="name">Ordinary Language Philosophy</span></a>, episode <span itemprop="position">604</span>, broadcast on <div itemprop="publication" itemscope itemtype="http://schema.org/BroadcastEvent"> <div itemprop="publishedOn" itemscope itemtype="http://schema.org/BroadcastService"> <a itemprop="url" href="http://www.bbc.co.uk/radio4"><span itemprop="name">BBC Radio 4</span></a> </div> at <span itemprop="startDate" content="2013-11-07T09:00:00+01:00">09:00, 7th of November 2013</span> </div>, available online from <div itemprop="publication" itemscope itemtype="http://schema.org/OnDemandEvent"> <span itemprop="startDate" content="2013-11-07T09:45:00+01:00">09:45 on the same day</span>. </div> </div> </div>
<div vocab="http://schema.org/" typeof="RadioSeries"> <a property="url" href="http://www.bbc.co.uk/programmes/b006qykl"> <span property="name">In Our Time</span></a>, <div property="episode" typeof="RadioEpisode"> <a property="url" href="http://www.bbc.co.uk/programmes/b03ggc19"> <span property="name">Ordinary Language Philosophy</span></a>, episode <span property="position">604</span>, broadcast on <div property="publication" typeof="BroadcastEvent"> <div property="publishedOn" typeof="BroadcastService"> <a property="url" href="http://www.bbc.co.uk/radio4"><span property="name">BBC Radio 4</span></a> </div> at <span property="startDate" content="2013-11-07T09:00:00+01:00">09:00, 7th of November 2013</span> </div>, available online from <div property="publication" typeof="OnDemandEvent"> <span property="startDate" content="2013-11-07T09:45:00+01:00">09:45 on the same day</span>. </div> </div> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "RadioSeries", "episode": { "@type": "RadioEpisode", "position": "604", "publication": [ { "@type": "BroadcastEvent", "publishedOn": { "@type": "BroadcastService", "url": "http://www.bbc.co.uk/radio4" }, "startDate": "09:00, 7th of November 2013" }, { "@type": "OnDemandEvent", "startDate": "09:45 on the same day" } ], "url": "http://www.bbc.co.uk/programmes/b03ggc19" }, "url": "http://www.bbc.co.uk/programmes/b006qykl" } </script>
BiblioGraph.net Version 1.1
Schema.org Version 1.93
Code Version 1.1