Adding radio example
authorYves Raimond <yves.raimond@bbc.co.uk>
Tue, 12 Nov 2013 17:33:21 +0000
changeset 143 b90be48bc92c
parent 142 c2c35b6fba78
child 144 06de5cd7d05d
Adding radio example
schema.org/ext/tvradio_examples.txt
--- a/schema.org/ext/tvradio_examples.txt	Tue Nov 12 17:19:58 2013 +0000
+++ b/schema.org/ext/tvradio_examples.txt	Tue Nov 12 17:33:21 2013 +0000
@@ -5,7 +5,7 @@
  <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, available on
+ 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>
@@ -27,11 +27,11 @@
           <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</span>
+          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/b00sj9sq">BBC iPlayer</a>
+        <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"
@@ -42,6 +42,38 @@
   </div>
 </div>
 
+TYPES: RadioSeries, RadioSeason, RadioEpisode, OnDemandEvent, BroadcastEvent, BroadcastService
+PRE-MARKUP:
+
+<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>
+
+WITH MARKUP:
+
+<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>
 
 TYPES: MediaObject, BroadcastEvent, BroadcastService
 PRE-MARKUP: