Adding clips
authorYves Raimond <yves.raimond@bbc.co.uk>
Wed, 12 Dec 2012 11:15:38 +0000
changeset 48 51353410bb68
parent 47 fc5258fcfcb5
child 49 5f79895b7ca1
Adding clips
schema.org/ext/tvradio.html
--- a/schema.org/ext/tvradio.html	Wed Dec 12 11:02:46 2012 +0000
+++ b/schema.org/ext/tvradio.html	Wed Dec 12 11:15:38 2012 +0000
@@ -39,12 +39,18 @@
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
 
+    <div typeof="rdfs:Class" resource="http://schema.org/Clip">
+      <span class="h" property="rdfs:label">Clip</span>
+      <span property="rdfs:comment">A short TV or radio program or a segment/part of a program.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
+
     <!-- Sub-types for radio and TV programmes -->
 
-    <div typeof="rdfs:Class" resource="http://schema.org/TVEpisode">
-      <span class="h" property="rdfs:label">TV episode</span>
-      <span property="rdfs:comment">A TV episode which can be part of a series or season.</span>
-      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Episode">Episode</a></span>
+    <div typeof="rdfs:Class" resource="http://schema.org/TVSeries">
+      <span class="h" property="rdfs:label">TV series</span>
+      <span property="rdfs:comment">Series dedicated to TV broadcast and associated on line delivery.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Series">Series</a></span>
     </div>
 
     <div typeof="rdfs:Class" resource="http://schema.org/TVSeason">
@@ -53,28 +59,40 @@
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Season">Season</a></span>
     </div>
 
-    <div typeof="rdfs:Class" resource="http://schema.org/TVSeries">
-      <span class="h" property="rdfs:label">TV series</span>
-      <span property="rdfs:comment">Series dedicated to TV broadcast and associated on line delivery.</span>
+    <div typeof="rdfs:Class" resource="http://schema.org/TVEpisode">
+      <span class="h" property="rdfs:label">TV episode</span>
+      <span property="rdfs:comment">A TV episode which can be part of a series or season.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Episode">Episode</a></span>
+    </div>
+
+    <div typeof="rdfs:Class" resource="http://schema.org/TVClip">
+      <span class="h" property="rdfs:label">TV clip</span>
+      <span property="rdfs:comment">A short TV progam or a segment/part of a TV program.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
+    </div>
+
+    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeries">
+      <span class="h" property="rdfs:label">Radio series</span>
+      <span property="rdfs:comment">Series dedicated to radio broadcast and associated on line delivery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Series">Series</a></span>
     </div>
 
+    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeason">
+      <span class="h" property="rdfs:label">Radio season</span>
+      <span property="rdfs:comment">Season dedicated to radio broadcast and associated on line delivery.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Season">Season</a></span>
+    </div>
+
     <div typeof="rdfs:Class" resource="http://schema.org/RadioEpisode">
       <span class="h" property="rdfs:label">Radio episode</span>
       <span property="rdfs:comment">A radio episode which can be part of a series or season.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Episode">Episode</a></span>
     </div>
 
-    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeason">
-      <span class="h" property="rdfs:label">Radio season</span>
-      <span property="rdfs:comment">Season dedicated to radio broadcast and associated on line delivery.</span>
-      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Season">Season</a></span>
-    </div>
-
-    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeries">
-      <span class="h" property="rdfs:label">Radio series</span>
-      <span property="rdfs:comment">Series dedicated to radio broadcast and associated on line delivery.</span>
-      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Series">Series</a></span>
+    <div typeof="rdfs:Class" resource="http://schema.org/RadioClip">
+      <span class="h" property="rdfs:label">Radio clip</span>
+      <span property="rdfs:comment">A short radio progam or a segment/part of a radio program.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
     </div>
 
     <!-- Properties borrowed from existing schema.org types -->