File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9257,9 +9257,9 @@ <h3>SPARQL Algebra</h3>
9257
9257
<div class="defn">
9258
9258
<p><b>Definition: <span id="defn_algFilter">Filter</span></b></p>
9259
9259
<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
9261
9261
effective boolean value of true }</p>
9262
- <p>card[Filter(expr, Ω, D(G) )](μ) = card[Ω](μ)</p>
9262
+ <p>card[Filter(expr, Ω)](μ) = card[Ω](μ)</p>
9263
9263
<blockquote>
9264
9264
Note that evaluating an <code>exists(pattern)</code> expression uses the dataset and
9265
9265
active graph, D(G). See the <a href="#defn_evalFilter">evaluation of filter</a>.
You can’t perform that action at this time.
0 commit comments