Starting TV&Radio extension
authorYves Raimond <yves.raimond@bbc.co.uk>
Tue, 11 Dec 2012 11:43:50 +0000
changeset 44 fb31a3377d75
parent 43 5a96cef96a90
child 45 ce9b81b6e780
Starting TV&Radio extension
schema.org/ext/tvradio.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/tvradio.html	Tue Dec 11 11:43:50 2012 +0000
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>RDFa Lite Reflection</title>
+    <style type="text/css">
+      span.h {
+        padding-left: 0px;
+        font-weight: bold;
+      }
+      span {
+        display: block;
+        padding-left: 10px;
+      }
+    </style>
+  </head>
+  <body>
+
+   <h1>TV and Radio Vocabulary</h1>
+
+  <p>See <a href="http://www.w3.org/wiki/TVRadioSchema">Wiki overview</a>.</p>
+
+    <div typeof="rdfs:Class" resource="http://schema.org/Episode">
+      <span class="h" property="rdfs:label">Episode</span>
+      <span property="rdfs:comment">A body of structured information describing some topic(s) of interest.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+    </div>
+
+  </body>
+</html>