Correct IC-8 following resolution of ISSUE-69
authorDave Reynolds <dave@epimorphics.com>
Thu, 07 Nov 2013 16:28:29 +0000
changeset 632 7764f9e6959c
parent 631 816b21c57335
child 633 cbd3c7a89370
Correct IC-8 following resolution of ISSUE-69
data-cube/index.html
--- a/data-cube/index.html	Thu Nov 07 16:18:42 2013 +0000
+++ b/data-cube/index.html	Thu Nov 07 16:28:29 2013 +0000
@@ -109,13 +109,12 @@
               "DCAT": {
                 "authors": [
                     "Fadi Maali",
-                    "John Erickson",
-                    "Phil Archer"
+                    "John Erickson"
                  ],
                 "href": "http://www.w3.org/TR/vocab-dcat/",
                 "title": "Data Catalog Vocabulary (DCAT)",
-                "date": "W3C Working Draft",
-                "status": "12 March 2013",
+                "date": "W3C Candidate Recommendation",
+                "status": "5 November 2013",
                 "publisher": "W3C"
              }
         }
@@ -2045,7 +2044,7 @@
 ASK {
   ?slicekey a qb:SliceKey;
       qb:componentProperty ?prop .
-  ?dsd qb:sliceKey ?sliceKey .
+  ?dsd qb:sliceKey ?slicekey .
   FILTER NOT EXISTS { ?dsd qb:component [qb:componentProperty ?prop] }
 }
     </td></pre></tr>
@@ -2855,7 +2854,9 @@
    its use in a <code><a>qb:Observation</a></code>.</li>
    <li>Corrected mis-statement of domain of <code>qb:sliceKey</code>
    in the reference section (was correct in the rest of the specification).</li>
+   <li>Corrected typo in statement of IC-8.</li>
    <li>Minor typographical corrections.</li>
+   <li>Updated references.</li>
 </ul>
 
 <p>Changes