--- a/data-cube/index.html Fri Mar 08 13:46:34 2013 +0000
+++ b/data-cube/index.html Fri Mar 08 13:48:36 2013 +0000
@@ -2066,10 +2066,10 @@
definition of the code list as well as the Data Cube to be checked. In the case
of a <code>skos:ConceptScheme</code> then each concept must be linked to the scheme using
<code>skos:inScheme</code>. In the case of a <code>skos:Collection</code> then the
-collection must link to each concept using <code>skos:member</code> (i.e. if the
+collection must link to each concept or nested collection using <code>skos:member</code> (i.e. if the
collection uses <code>skos:memberList</code> then the entailment of <code>skos:member</code>
values defined by <a href="http://www.w3.org/TR/2009/REC-skos-reference-20090818/#S36">S36</a>
-in [[!SKOS-REFERENCE]] must be materialized).</p>
+in [[!SKOS-REFERENCE]] must be materialized). </p>
<table class="bordered-table">
<tbody>
@@ -2089,7 +2089,7 @@
qb:codeList ?list .
?list a skos:Collection .
?obs ?dim ?v .
- FILTER NOT EXISTS { ?list skos:member ?v }
+ FILTER NOT EXISTS { ?list skos:member+ ?v }
}
</td></pre></tr>
</tbody>