--- /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>