Skip to content

Commit 57924ae

Browse files
committed
Errata: Definition of Filter
1 parent 2968cb2 commit 57924ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9257,9 +9257,9 @@ <h3>SPARQL Algebra</h3>
92579257
<div class="defn">
92589258
<p><b>Definition: <span id="defn_algFilter">Filter</span></b></p>
92599259
<p>Let Ω be a multiset of solution mappings and expr be an expression. We define:</p>
9260-
<p>Filter(expr, Ω, D(G)) = { μ | μ in Ω and expr(μ) is an expression that has an
9260+
<p>Filter(expr, Ω) = { μ | μ in Ω and expr(μ) is an expression that has an
92619261
effective boolean value of true }</p>
9262-
<p>card[Filter(expr, Ω, D(G))](μ) = card[Ω](μ)</p>
9262+
<p>card[Filter(expr, Ω)](μ) = card[Ω](μ)</p>
92639263
<blockquote>
92649264
Note that evaluating an <code>exists(pattern)</code> expression uses the dataset and
92659265
active graph, D(G). See the <a href="#defn_evalFilter">evaluation of filter</a>.

0 commit comments

Comments
 (0)