Adding references to namespace table, and lifting some references to be normative
authorDave Reynolds <dave@epimorphics.com>
Fri, 01 Mar 2013 16:40:45 +0000
changeset 324 2ab41bf0379c
parent 323 6f8eeee5c865
child 325 7de93a2d7f83
Adding references to namespace table, and lifting some references to be normative
data-cube/index.html
data-cube/respec-config.js
respec/gld-bib.js
--- a/data-cube/index.html	Thu Feb 28 16:49:08 2013 -0500
+++ b/data-cube/index.html	Fri Mar 01 16:40:45 2013 +0000
@@ -94,6 +94,7 @@
   <li><a href="http://purl.org/dc/terms/">Dublin Core Terms</a> for
 metadata</li>
 </ul>
+
 </section>
 
 
@@ -233,18 +234,24 @@
 In this document we shall use the conventional prefix names for the
 <a href="#namespaces-used-appendix">well-known namespaces</a>:
 </p>
-<ul>
-  <li><code>rdf, rdfs</code> -- the core RDF namespaces</li>
-  <li><code>dc</code> -- Dublin Core</li>
-  <li><code>skos</code> -- Simple Knowledge Organization System</li>
-  <li><code>foaf</code> -- Friend Of A Friend</li>
-  <li><code>void</code> -- Vocabulary of Interlinked Datasets</li>
-  <li><code>scovo</code> -- Statistical Core Vocabulary</li>
-</ul>
+<table id="namespaces">
+  <thead><tr><th>Prefix</th><th>Namespace</th><th>Reference</th></tr></thead>
+  <tbody>
+    <tr><td>skos</td><td><a href="http://www.w3.org/2004/02/skos/core">http://www.w3.org/2004/02/skos/core#</a></td><td>[[!SKOS-REFERENCE]]</td></tr>
+    <tr><td>scovo</td><td><a href="http://purl.org/NET/scovo#">http://purl.org/NET/scovo#</a></td><td>[[SCOVO]]</td></tr>
+    <tr><td>void</td><td><a href="http://rdfs.org/ns/void#">http://rdfs.org/ns/void#</a></td><td>[[VOID]]</td></tr>
+    <tr><td>foaf</td><td><a href="http://xmlns.com/foaf/0.1/">http://xmlns.com/foaf/0.1/</a></td><td>[[FOAF]]</td></tr>
+    <tr><td>dct</td><td><a href="http://purl.org/dc/terms/">http://purl.org/dc/terms/</a></td><td>[[DC11]]</td></tr>
+    <tr><td>owl</td><td><a href="http://www.w3.org/2002/07/owl">http://www.w3.org/2002/07/owl#</a></td><td>[[!OWL2-PRIMER]]</td></tr>
+    <tr><td>rdf</td><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a></td><td>[[!RDF-CONCEPTS]]</td></tr>
+    <tr><td>rdfs</td><td><a href="http://www.w3.org/2000/01/rdf-schema">http://www.w3.org/2000/01/rdf-schema#</a></td><td>[[!RDF-SCHEMA]]</td></tr>
+  </tbody>
+</table>
+
 <p>We also introduce the prefix <code>qb</code> for the Data Cube
   namespace <a href="http://purl.org/linked-data/cube#">http://purl.org/linked-data/cube#</a>.</p>
 
-<p>All RDF examples are written in Turtle syntax [[TURTLE-TR]].</p>
+<p>All RDF examples are written in Turtle syntax [[!TURTLE-TR]].</p>
 </section>
 
 </section>
@@ -1832,7 +1839,9 @@
 Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-data-cube-20120405/">W3C Working Draft 5 April 2012</a>:
 
 <ul>
-  <li>Moved Jeni Tennison from being listed as an author to the acknowledgements section.</li>
+  <li>Moved Jeni Tennison from being listed as an author to being a
+  contributor. Currently this has been done by listing her in the
+  Acknowledgements section until tooling problems can be resolved.</li>
 </ul>
 
 
--- a/data-cube/respec-config.js	Thu Feb 28 16:49:08 2013 -0500
+++ b/data-cube/respec-config.js	Fri Mar 01 16:40:45 2013 +0000
@@ -55,13 +55,13 @@
     //authors:  [],
 
     // name of the WG
-    //wg:           "Government Linked Data Working Group",
+    wg:           "Government Linked Data Working Group",
 
     // URI of the public WG page
-    //wgURI:        "http://www.w3.org/2011/gld/",
+    wgURI:        "http://www.w3.org/2011/gld/",
 
     // name of the public mailing to which comments are due
-    //wgPublicList: "public-gld-comments",
+    wgPublicList: "public-gld-comments",
 
 
     // URI of the patent status for this WG, for Rec-track documents
--- a/respec/gld-bib.js	Thu Feb 28 16:49:08 2013 -0500
+++ b/respec/gld-bib.js	Fri Mar 01 16:40:45 2013 +0000
@@ -1,11 +1,24 @@
 var GLD_bib = {
-    "TURTLE-TR": "Eric Prud'hommeaux, Gavin Carothers. <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\"><cite>Turtle: Terse RDF Triple Language.</cite></a> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
+    "TURTLE-TR": "Eric Prud'hommeaux, Gavin Carothers. <a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\"><cite>Turtle: Terse RDF Triple Language.</cite></a> 19 February 2013. W3C Candidate Recommendation. URL: <a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>",
     "OLAP": "Online Analytical Processing Data Cubes, <a href=\"http://en.wikipedia.org/wiki/OLAP_cube\">http://en.wikipedia.org/wiki/OLAP_cube</a>",
     "LOD": "Linked Data, <a href=\"http://linkeddata.org/\">http://linkeddata.org/</a>",
     "SCOVO": "The Statistical Core Vocabulary, <a href=\"http://sw.joanneum.at/scovo/schema.html\">http://sw.joanneum.at/scovo/schema.html</a><br />SCOVO: Using Statistics on the Web of data, <a href=\"http://sw-app.org/pub/eswc09-inuse-scovo.pdf\">http://sw-app.org/pub/eswc09-inuse-scovo.pdf</a>",
     "COG": "SDMX Contnent Oriented Guidelines, <a href=\"http://sdmx.org/?page_id=11\">http://sdmx.org/?page_id=11</a>",
     "OS-GEO": "Ordnance Survey Administrative Geography Ontology, <a href=\"http://data.ordnancesurvey.co.uk/ontology/admingeo/\">http://data.ordnancesurvey.co.uk/ontology/admingeo/</a>",
     "ORG": "An Organization Ontology, <a href=\"http://www.epimorphics.com/public/vocabulary/org.html\">http://www.epimorphics.com/public/vocabulary/org.html</a>",
+    "VOID": {
+        "authors": [
+	    "Keith Alexander",
+	    "Richard Cyganiak",
+	    "Michael Hausenblas",
+	    "Jun Zhao"
+        ],
+        "href": "http://www.w3.org/TR/void/",
+        "title": "Describing Linked Datasets with the VoID Vocabulary",
+        "date": "03 March 2011",
+        "status": "Interest Group Note",
+        "publisher": "W3C"
+    }
 }
 
 addGLDBiblio = function() { for (var i in GLD_bib) berjon.biblio[i] = GLD_bib[i]; };