You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shacl12-sparql/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1534,9 +1534,8 @@ <h2>Pre-binding of Variables in SPARQL Queries</h2>
1534
1534
<ul>
1535
1535
<li>SPARQL queries must not contain a <code>MINUS</code> clause</li>
1536
1536
<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>
1538
1538
<li>SPARQL queries must not use the syntax form <code>AS ?var</code> for any potentially pre-bound variable</li>
1539
-
<li><adata-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 <ahref="#sparql-constraints-prebound"></a></li>
1540
1539
</ul>
1541
1540
</div>
1542
1541
@@ -1848,6 +1847,7 @@ <h2>Changes between SHACL 1.0 SPARQL and SHACL 1.2 SPARQL Extensions</h2>
1848
1847
<li>Added the <a>node expression function</a><ahref="#SelectExpression"><code>sh:SelectExpression</code></a>, see <ahref="https://github.com/w3c/data-shapes/issues/288">Issue 288</a></li>
1849
1848
<li>Added support for <a>annotation properties</a>, see <ahref="https://github.com/w3c/data-shapes/issues/327">Issue 327</a></li>
1850
1849
<li>Added the <a>node expression function</a><ahref="#SPARQLExprExpression"><code>sh:SPARQLExprExpression</code></a>, see <ahref="https://github.com/w3c/data-shapes/issues/315">Issue 315</a></li>
1850
+
<li>Clarified that VALUES clauses are only disallowed when they mention <ahref="#pre-binding">pre-bound variables</a> and removed the restriction on sub-SELECTs, see <ahref="https://github.com/w3c/data-shapes/issues/159">Issue 159</a></li>
0 commit comments