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-core/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2411,7 +2411,7 @@ <h2>Node Expressions</h2>
2411
2411
<ul>
2412
2412
<li><code>expr</code> is a <a>node expression</a> in a <a>shapes graph</a>.
2413
2413
During evaluation, the engine can access <a>triples</a> related to <code>expr</code> in the <a>shapes graph</a>.</li>
2414
-
<li><code>activeGraph</code> is a <a>graph</a>, called the <dfn>active graph</dfn>.</li>
2414
+
<li><code>activeGraph</code> is a <a>graph</a>, called the <dfn>active graph</dfn>. This is the default query graph for the evaluation of the node expression.</li>
2415
2415
<li><code>focusNode</code> is a <a>node</a>, called the <dfn>input focus node</dfn>. This variable may have no value.</li>
2416
2416
<li><code>scope</code> is a map from <ahref="https://www.w3.org/TR/sparql12-query/#defn_QueryVariable">variable names</a> to individual <a>nodes</a>.
<divclass="def-header">EVALUATION OF SPARQL EXPR EXPRESSIONS</div>
1343
1344
<p>
1344
1345
The <a>output nodes</a> of an <a>SPARQL expr expression</a> are the list <code>resultNodes</code> consisting of exactly the bindings of the (only)
1345
-
variable that is projected from the SELECT clause of the <code>select</code> query as defined <ahref="#syntax-rule-SPARQLExprExpression-template">above</a>.
1346
+
variable that is projected from the SELECT clause of the <code>select</code> query as defined <ahref="#syntax-rule-SPARQLExprExpression-template">above</a>
1347
+
when the query is evaluated against the <a>active graph</a>.
1346
1348
The value of <code>focusNode</code> is <a>pre-bound</a> as the value of the SPARQL variable <code>this</code>.
1347
1349
The value of each scope variable is <a>pre-bound</a> as a SPARQL variable with the same name and value.
1348
1350
A <a>failure</a> is produced when one of the scope variables is called <code>this</code>.
0 commit comments