--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/miniskos.html Tue Nov 19 11:48:00 2013 +0100
@@ -0,0 +1,46 @@
+<!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>Mini-SKOS extension for schema.org</h1>
+ <p>Enrichment of Schema.org to enable controlled vocabularies web publication with a SKOS description of concepts and schemes. This version is very very minimalistic.</p>
+
+ <p>See <a href="http://www.w3.org/wiki/WebSchemas/SKOS">wiki</a> for details.</p>
+
+ <div typeof="rdfs:Class" resource="http://schema.org/Topic">
+ <span class="h" property="rdfs:label">Topic</span>
+ <span property="rdfs:comment">Schema.org's notion of 'Topic' covers categories, controlled lists of values, subject classification codes (e.g. UDC, Dewey), thesauri and other controlled codes. This mechanism is not intended as a general-purpose knowledge representation system. In schema.org a Topic code (typically published at some url, eg. using W3C SKOS) can be used to express what a creative work is 'about', but also it can be used with the occupationalCategory of a JobPosting. The targetUrl of an AlignmentObject can also be used in this way, when describing educationally-oriented resources. The 'Topic' type in schema.org corresponds directly to the notion of 'Concept' in W3C's SKOS language.</span>
+ <span>equivalent class: <a property="owl:equivalentClass" href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+ <span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSClass">SKOS</a></span>
+ </div>
+
+
+
+
+ <hr />
+
+<div typeof="http://schema.org/Concept" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">
+ <span property="rdfs:label">SKOSProperties</span>
+ <span property="rdfs:comment">This class includes properties whose definitions are based on the work of SKOS, see http://www.w3.org/2004/02/skos/ for details.</span>
+</div>
+
+<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSClass">
+ <span property="rdfs:label">SKOSClass</span>
+ <span property="rdfs:comment">This class is based on the work of the SKOS project, see http://www.w3.org/2004/02/skos/ for details.</span>
+</div>
+
+ </body>
+</html>