Add SKOS proposal in HTML+RDFa+RDFS
authorscor <scorlosquet@gmail.com>
Sun, 22 Sep 2013 21:22:40 +0200
changeset 112 c70ba13bab40
parent 111 282aedb2e39d
child 113 a0a361ee7ff3
Add SKOS proposal in HTML+RDFa+RDFS
schema.org/ext/skos.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/skos.html	Sun Sep 22 21:22:40 2013 +0200
@@ -0,0 +1,164 @@
+<!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>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.</p>
+    <p>See <a href="http://www.w3.org/wiki/WebSchemas/SKOS">wiki</a> for details.</p>
+
+    <!--  New Concept class. -->
+    <div typeof="rdfs:Class" resource="http://schema.org/Concept">
+      <span class="h" property="rdfs:label">Concept</span>
+      <span property="rdfs:comment">A concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive. The notion of a concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS (such as thesauri and classification schemes).</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>
+    <!--  New properties for the new Concept class. -->
+    <div typeof="rdf:Property" resource="http://schema.org/altLabel">
+      <span class="h" property="rdfs:label">altLabel</span>
+      <span property="rdfs:comment">An alternative lexical label for a resource.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/hiddenLabel">
+      <span class="h" property="rdfs:label">hiddenLabel</span>
+      <span property="rdfs:comment">A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/inEnumeration">
+      <span class="h" property="rdfs:label">inEnumeration</span>
+      <span property="rdfs:comment">A concept may be a member of more than one Enumeration.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Enumeration">Enumeration</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/topConceptOf">
+      <span class="h" property="rdfs:label">topConceptOf</span>
+      <span property="rdfs:comment">Relates a concept to the Enumeration that it is a top level concept of.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Enumeration">Enumeration</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/broader">
+      <span class="h" property="rdfs:label">broader</span>
+      <span property="rdfs:comment">Relates a concept to a concept that is more general in meaning. Broader concepts are typically rendered as parents in a concept hierarchy (tree).</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/broadMatch">
+      <span class="h" property="rdfs:label">broadMatch</span>
+      <span property="rdfs:comment">broadMatch is used to state a hierarchical mapping link between two conceptual resources in different Enumerations.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/closeMatch">
+      <span class="h" property="rdfs:label">closeMatch</span>
+      <span property="rdfs:comment">closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/narrowMatch">
+      <span class="h" property="rdfs:label">narrowMatch</span>
+      <span property="rdfs:comment">narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different Enumerations.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/relatedMatch">
+      <span class="h" property="rdfs:label">relatedMatch</span>
+      <span property="rdfs:comment">relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/notation">
+      <span class="h" property="rdfs:label">notation</span>
+      <span property="rdfs:comment">A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/changeNote">
+      <span class="h" property="rdfs:label">changeNote</span>
+      <span property="rdfs:comment">A note about a modification to a concept.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/definition">
+      <span class="h" property="rdfs:label">definition</span>
+      <span property="rdfs:comment">A statement or formal explanation of the meaning of a concept.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/editorialNote">
+      <span class="h" property="rdfs:label">editorialNote</span>
+      <span property="rdfs:comment">A note for an editor, translator or maintainer of the vocabulary.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/example">
+      <span class="h" property="rdfs:label">example</span>
+      <span property="rdfs:comment">An example of the use of a concept.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/historyNote">
+      <span class="h" property="rdfs:label">historyNote</span>
+      <span property="rdfs:comment">A note about the past state/use/meaning of a concept.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+    <div typeof="rdf:Property" resource="http://schema.org/scopeNote">
+      <span class="h" property="rdfs:label">scopeNote</span>
+      <span property="rdfs:comment">A note that helps to clarify the meaning and/or the use of a concept.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Concept">Concept</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">SKOS</a></span>
+    </div>
+
+    <!--  New property for the existing Enumeration class. -->
+    <div typeof="rdf:Property" resource="http://schema.org/hasTopConcept">
+      <span class="h" property="rdfs:label">hasTopConcept</span>
+      <span property="rdfs:comment">Relates, by convention, a Enumeration to a concept which is topmost in the broader/narrower concept hierarchies for that Enumeration, providing an entry point to these hierarchies.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Enumeration">Enumeration</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Concept">Concept</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_SKOSProperties">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>