--- a/data-cube/index.html Fri Mar 01 16:40:45 2013 +0000
+++ b/data-cube/index.html Fri Mar 01 17:05:24 2013 +0000
@@ -107,7 +107,7 @@
recommends use of HTTP URIs to name the entities and concepts so that consumers of
the data can look-up those URIs to get more information, including links
to other related URIs.
-RDF [[RDF-PRIMER]]
+RDF [[!RDF-PRIMER]]
provides a standard for the representation of the
information that describes those entities and concepts, and is returned
by dereferencing the URIs. </p>
@@ -162,9 +162,16 @@
<p>The SDMX specification defines a core <em>information model</em>
which is reflected in concrete form in two syntaxes - SDMX-ML (an XML
syntax) and SDMX-EDI.
-The Data Cube vocabulary builds upon the core of the SDMX information
-model.
</p>
+<div class="note">
+ Richard - next para will need updating if we move to
+ 2.1.
+ Should the SDMX reference be categorized as normative?
+</div>
+
+<p>The RDF Data Cube vocabulary builds upon the core of the
+ the SDMX 2.0 Information Model [[SDMX20]].</p>
+
<p>A key component of the SDMX standards package are
the <strong>Content-Oriented Guidelines</strong> (COGs), a set of
@@ -603,6 +610,8 @@
<section id="dsd-cog">
<h3>Content oriented guidelines</h3>
+<p>@@TODO fix this section</p>
+
<p>The SDMX standard includes a set of <em>content oriented guidelines</em> (COG) [[COG]]
which define a
set of common statistical concepts and associated code lists that are intended to be
@@ -1848,7 +1857,6 @@
</section>
<section id="references_section" class="appendix">
-<p class="todo">Bring all references into W3C style</p>
</section>
</body>
--- a/respec/gld-bib.js Fri Mar 01 16:40:45 2013 +0000
+++ b/respec/gld-bib.js Fri Mar 01 17:05:24 2013 +0000
@@ -18,7 +18,9 @@
"date": "03 March 2011",
"status": "Interest Group Note",
"publisher": "W3C"
- }
+ },
+ "SDMX20": "SDMX Information Model: UML Conceptual Design (Version 2.0), November 2005, Statistical Data and Metadata Exchange Initiative. URL: <a href=\"http://sdmx.org/docs/2_0/SDMX_2_0%20SECTION_02_InformationModel.pdf\">http://sdmx.org/docs/2_0/SDMX_2_0%20SECTION_02_InformationModel.pdf</a>",
+
}
addGLDBiblio = function() { for (var i in GLD_bib) berjon.biblio[i] = GLD_bib[i]; };