Skip to content

Commit 6d14906

Browse files
committed
renames ContextMapping to ContextSolution
1 parent e630b05 commit 6d14906

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8596,8 +8596,8 @@ <h3>Algebraic Syntax</h3>
85968596
is an algebraic query expression.
85978597
<div class="issue" data-number="231">Do we really need both of the previous two points?</div>
85988598
</li>
8599-
<li id="defn_absContextMapping">
8600-
<a href="#defn_absContextMapping" class="absOp">ContextMapping</a>
8599+
<li id="defn_absContextSolution">
8600+
<a href="#defn_absContextSolution" class="absOp">ContextSolution</a>
86018601
is an algebraic query expression.</li>
86028602
<li id="defn_absPath">
86038603
<a href="#defn_absPath" class="absOp">Path</a>(|x|, |ppe|, |y|)
@@ -9207,7 +9207,7 @@ <h5>Translate Graph Patterns</h5>
92079207
</blockquote>
92089208
<pre class="code nohighlight">
92099209
Let FS := the empty set
9210-
Let <var>G</var> := <a href="#defn_absContextMapping" class="absOp">ContextMapping</a>
9210+
Let <var>G</var> := <a href="#defn_absContextSolution" class="absOp">ContextSolution</a>
92119211

92129212
For each element <var>E</var> in the sequence of elements in the GroupGraphPattern
92139213

@@ -10684,8 +10684,8 @@ <h3>Evaluation Semantics</h3>
1068410684
<p>See section <a href="#PropertyPathPatterns">Property Path Patterns</a></p>
1068510685
</div>
1068610686
<div class="defn">
10687-
<p><b>Definition: <span id="defn_evalContextMapping">Evaluation of ContextMapping</span></b></p>
10688-
<p><a href="#defn_eval" class="evalFct">eval</a>( |D|(|G|), <a href="#defn_absContextMapping" class="absOp">ContextMapping</a>, <var>μ<sub>ctx</sub></var> ) = multiset that contains only <var>μ<sub>ctx</sub></var>, with a multiplicity of 1</p>
10687+
<p><b>Definition: <span id="defn_evalContextSolution">Evaluation of ContextSolution</span></b></p>
10688+
<p><a href="#defn_eval" class="evalFct">eval</a>( |D|(|G|), <a href="#defn_absContextSolution" class="absOp">ContextSolution</a>, <var>μ<sub>ctx</sub></var> ) = multiset that contains only <var>μ<sub>ctx</sub></var>, with a multiplicity of 1</p>
1068910689
</div>
1069010690
<div class="defn">
1069110691
<p><b>Definition: <span id="defn_evalFilter">Evaluation of Filter</span></b></p>

0 commit comments

Comments
 (0)