prepub finalities.
authordanbri <danbri@google.com>
Mon, 11 Nov 2013 17:43:19 +0100
changeset 135 6746f4353abb
parent 134 9de607435e64
child 136 33d44db00787
child 140 59458b1774fd
prepub finalities.
schema.org/ext/tvradio_examples.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/tvradio_examples.txt	Mon Nov 11 17:43:19 2013 +0100
@@ -0,0 +1,137 @@
+TYPES: TVSeries, TVSeason, TVEpisode, OnDemandEvent, BroadcastEvent, BroadcastService
+PRE-MARKUP:
+
+<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, available on
+ <a href="http://www.bbc.co.uk/iplayer">BBC iPlayer</a> from 19:45
+ on the 2nd of June until the 9th.
+</div>
+
+WITH MARKUP:
+
+<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" itemtype="http://schema.org/BroadcastService">
+          <span itemprop="name">BBC One</span>
+        </div> at
+        <span itemprop="startDate"
+          datetime="2010-05-22T18:15:00+01:00">18:15, 22nd of May</span>
+      </div>, available on <a href="http://www.bbc.co.uk/iplayer">BBC iPlayer</a> from
+      <div itemprop="publication" itemscope itemtype="http://schema.org/OnDemandEvent">
+        <span itemprop="startDate"
+         datetime="2012-06-02T19:45:00+01:00">19:45 on the 2nd of June</span> until the
+        <span itemprop="endDate" datetime="2012-06-09T19:44:00+01:00">9th</span>.
+      </div>
+    </div>
+  </div>
+</div>
+
+
+TYPES: MediaObject, BroadcastEvent, BroadcastService
+PRE-MARKUP:
+
+<div>
+  <a href="http://www.foo_dchannel.ch/programmes/xwzwk"></a>
+  <h2>Title: A day at SemTechSF</h2>
+  <dl>
+   <dt>Editorial Format:</dt><dd>documentary</dd>
+   <dt>Genre:</dt><dd>Information Technology</dd>
+   <dt>Duration:</dt><dd>70 minutes</dd>
+   <dt>Broadcast on:</dt><dd>Foo Documentary Channel on 18:15, 22nd of June 2012 from <a
+     href="http://www.foo_dchannel.ch/streamingxwuwk20100622.html"
+     >Documentary Channel streaming service</a></dd>
+  </dl>
+</div>
+
+WITH MARKUP:
+
+<div itemscope="" itemtype="http://schema.org/MediaObject">
+  <a itemprop="url" href="http://www.foo_dchannel.ch/programmes/xwzwk"></a>
+  <h2>Title: <span itemprop="name">A day at SemTechSF</span></h2>
+  <dl>
+   <dt>Editorial Format:</dt><dd itemprop="genre">documentary</dd>
+   <dt>Genre:</dt><dd itemprop="genre">Information Technology</dd>
+   <dt>Duration:</dt><dd itemprop="duration" datetime="PT1H10M">70 minutes</dd>
+   <dt>Broadcast on:</dt>
+   <dd><div itemprop="publication" itemscope="" itemtype="http://schema.org/BroadcastEvent">
+        <div itemprop="publishedOn" itemscope="" itemtype="http://schema.org/BroadcastService">
+         <span itemprop="name">Foo Documentary Channel</span>
+        </div>
+         on <span itemprop="startDate"
+           datetime="2012-06-22T18:15:00+01:00">18:15, 22nd of June 2012</span>
+         from <a href="http://www.foo_dchannel.ch/streamingxwuwk20100622.html"
+         itemprop="url">Documentary Channel streaming service</a>
+      </div>
+    </dd>
+  </dl>
+</div>
+
+
+TYPES: MediaObject, BroadcastEvent, BroadcastService
+PRE-MARKUP:
+
+<div>
+  <span><b>Broadcast on channel: </b><a
+    href="dvb://233a.1041.10bf" itemprop="url">Foo TV Channel 4</a>
+    at 18:15, 22nd of June 2012</span>
+  <dl>
+    <dt>Title:</dt>
+    <dd>A day at SemTechSF</dd>
+    <dt>Editorial Format:</dt>
+    <dd>
+      <a
+        href="http://editorialFormats.ebu.ch/editorialFormatCS.htm#2.1.4"
+        >documentary</a>
+    </dd>
+    <dt>Genre: </dt>
+    <dd>
+      <a href="http://genres.ebu.ch/contentGenreCS.htm#3.1.6.8.4">science</a>
+    </dd>
+    <dt>Duration:</dt>
+    <dd>70 minutes</dd>
+  </dl>
+</div>
+
+WITH MARKUP:
+
+<div itemscope="" itemtype="http://schema.org/BroadcastEvent">
+  <div itemprop="publishedOn" itemscope=""
+       itemtype="http://schema.org/BroadcastService">
+    <b>Broadcast on channel: </b>
+    <span itemprop="name">
+      <a href="dvb://233a.1041.10bf"
+         itemprop="url">Foo TV Channel 4</a>
+    </span>
+  </div>
+  <span itemprop="startDate"
+        datetime="2012-06-22T18:15:00+01:00">at 18:15, 22nd of June 2012</span>
+  <dl itemprop="instantiates" itemscope=""
+      itemtype="http://schema.org/MediaObject">
+    <dt>Title:</dt>
+    <dd itemprop="name">A day at SemTechSF</dd>
+    <dt>Editorial Format:</dt>
+    <dd>
+      <a href="http://editorialFormats.ebu.ch/editorialFormatCS.htm#2.1.4"
+         itemprop="genre">documentary</a>
+    </dd>
+    <dt>Genre: </dt>
+    <dd>
+      <a href="http://genres.ebu.ch/contentGenreCS.htm#3.1.6.8.4"
+         itemprop="genre">science</a>
+    </dd>
+    <dt>Duration:</dt>
+    <dd itemprop="duration" datetime="PT1H10M">70 minutes</dd>
+  </dl>
+</div>