Skip to content

Commit 2968cb2

Browse files
committed
Errata: projection cardinality
1 parent 799220a commit 2968cb2

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
@@ -9356,8 +9356,8 @@ <h3>SPARQL Algebra</h3>
93569356
<p><b>Definition: <span id="defn_algProjection">Project</span></b></p>
93579357
<p>Let Ψ be a sequence of solution mappings and PV a set of variables.</p>
93589358
<p>For mapping μ, write Proj(μ, PV) to be the restriction of μ to variables in PV.</p>
9359-
<p>Project(Ψ, PV) = [ Proj(Ψ[μ], PV) | μ in Ψ ]</p>
9360-
<p>card[Project(Ψ, PV)](μ) = card[Ψ](μ)</p>
9359+
<p>Project(Ψ, PV) = [ Proj(μ, PV) | μ in Ψ ]</p>
9360+
<p>card[Project(Ψ, PV)](μ) = sum(card[Ψ](ν) | ν in Ψ such that ν = Proj(μ, PV))</p>
93619361
<p>The order of Project(Ψ, PV) must preserve any ordering given by OrderBy.</p>
93629362
</div>
93639363
<div class="defn">

0 commit comments

Comments
 (0)