File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -9907,14 +9907,6 @@ <h3>SPARQL Algebra</h3>
9907
9907
<p><a href="#defn_Multiplicity">multiplicity</a>( μ | ToMultiSet(Ψ) ) =
9908
9908
<a href="#defn_Multiplicity">multiplicity</a>( μ | Ψ )</p>
9909
9909
</div>
9910
- <div class="defn">
9911
- <div id="defn_algToMultiset">
9912
- <b>Definition: ToMultiset</b>
9913
- </div>
9914
- <p>ToMultiset turns a sequence into a multiset with the same elements and multiplicities as
9915
- the sequence. The order of the sequence has no effect on the resulting multiset, and
9916
- duplicates are preserved.</p>
9917
- </div>
9918
9910
<div class="defn">
9919
9911
<p><b>Definition: <span id="defn_exists">Exists</span></b></p>
9920
9912
<p>exists(pattern) is a function that returns true if the pattern
@@ -10421,7 +10413,7 @@ <h3>Evaluation Semantics</h3>
10421
10413
</div>
10422
10414
<div class="defn">
10423
10415
<p><b>Definition: <span id="defn_evalToMultiSet">Evaluation of ToMultiSet</span></b></p>
10424
- <pre class="code nohighlight">eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D), M ))</pre>
10416
+ <pre class="code nohighlight">eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D(G ), L ))</pre>
10425
10417
</div>
10426
10418
<div class="defn">
10427
10419
<p><b>Definition: <span id="defn_evalSlice">Evaluation of Slice</span></b></p>
You can’t perform that action at this time.
0 commit comments