linking existing properties to Topic.
--- 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 />