We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799220a commit 2968cb2Copy full SHA for 2968cb2
spec/index.html
@@ -9356,8 +9356,8 @@ <h3>SPARQL Algebra</h3>
9356
<p><b>Definition: <span id="defn_algProjection">Project</span></b></p>
9357
<p>Let Ψ be a sequence of solution mappings and PV a set of variables.</p>
9358
<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>
+ <p>Project(Ψ, PV) = [ Proj(μ, PV) | μ in Ψ ]</p>
+ <p>card[Project(Ψ, PV)](μ) = sum(card[Ψ](ν) | ν in Ψ such that ν = Proj(μ, PV))</p>
9361
<p>The order of Project(Ψ, PV) must preserve any ordering given by OrderBy.</p>
9362
</div>
9363
<div class="defn">
0 commit comments