linking existing properties to Topic.
authordanbri <danbri@google.com>
Tue, 19 Nov 2013 11:57:08 +0100
changeset 145 bac375e2f976
parent 144 06de5cd7d05d
child 146 f24686272e6f
linking existing properties to Topic.
schema.org/ext/miniskos.html
--- a/schema.org/ext/miniskos.html	Tue Nov 19 11:48:00 2013 +0100
+++ b/schema.org/ext/miniskos.html	Tue Nov 19 11:57:08 2013 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>RDFa Lite Reflection</title>
+    <title>A minimalistic schema to link SKOS and Schema.org.</title>
     <style type="text/css">
       span.h {
         padding-left: 0px;
@@ -29,6 +29,31 @@
 
 
 
+    <p>We add a range of 'Topic' to these properties: about, occupationalCategory, targetUrl, applicationCategory, applicationSubCategory, category, mentions  ...</p>
+
+    <div typeof="rdf:Property" resource="http://schema.org/occupationalCategory">
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/targetUrl">
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/applicationCategory">
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/applicationSubCategory">
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/category">
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/mentions"> <!-- cf foaf:focus, re mentioning the topic as a topic; we skip a level of indirection. -->
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Topic">Topic</a></span>
+    </div>
 
     <hr />