Skip to content

Commit 1ccfd87

Browse files
* #159 * #159: Removed constraint on sub-SELECTs
1 parent 3c1717d commit 1ccfd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-sparql/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,9 +1534,8 @@ <h2>Pre-binding of Variables in SPARQL Queries</h2>
15341534
<ul>
15351535
<li>SPARQL queries must not contain a <code>MINUS</code> clause</li>
15361536
<li>SPARQL queries must not contain a federated query (<code>SERVICE</code>)</li>
1537-
<li>SPARQL queries must not contain a <code>VALUES</code> clause</li>
1537+
<li>SPARQL queries must not contain a <code>VALUES</code> clause that mentions any potentially pre-bound variable</li>
15381538
<li>SPARQL queries must not use the syntax form ​​<code>AS ?var</code> for any potentially pre-bound variable</li>
1539-
<li><a data-cite="sparql12-query/#subqueries">Subqueries</a> must return all potentially pre-bound variables, except <code>shapesGraph</code> and <code>currentShape</code> which are optional as already mentioned in <a href="#sparql-constraints-prebound"></a></li>
15401539
</ul>
15411540
</div>
15421541

@@ -1848,6 +1847,7 @@ <h2>Changes between SHACL 1.0 SPARQL and SHACL 1.2 SPARQL Extensions</h2>
18481847
<li>Added the <a>node expression function</a> <a href="#SelectExpression"><code>sh:SelectExpression</code></a>, see <a href="https://github.com/w3c/data-shapes/issues/288">Issue 288</a></li>
18491848
<li>Added support for <a>annotation properties</a>, see <a href="https://github.com/w3c/data-shapes/issues/327">Issue 327</a></li>
18501849
<li>Added the <a>node expression function</a> <a href="#SPARQLExprExpression"><code>sh:SPARQLExprExpression</code></a>, see <a href="https://github.com/w3c/data-shapes/issues/315">Issue 315</a></li>
1850+
<li>Clarified that VALUES clauses are only disallowed when they mention <a href="#pre-binding">pre-bound variables</a> and removed the restriction on sub-SELECTs, see <a href="https://github.com/w3c/data-shapes/issues/159">Issue 159</a></li>
18511851
</ul>
18521852
</section>
18531853

0 commit comments

Comments
 (0)