diff --git a/spec/index.html b/spec/index.html index f8d4032..e3fa34d 100644 --- a/spec/index.html +++ b/spec/index.html @@ -8596,6 +8596,9 @@
Let FS := the empty set -Let G := the empty pattern, a basic graph pattern which is the empty set. +Let G := ContextSolution For each element E in the sequence of elements in the GroupGraphPattern @@ -10656,9 +10659,10 @@Sample
Evaluation Semantics
We define eval(|D|(|G|), |A|, μctx) as the evaluation of an algebraic query expression |A| with respect to a dataset |D| having active graph |G| - in correlation with solution mapping μctx. - The active graph is initially the default - graph of |D|. Further symbols used in the following definitions are:
+ in correlation with solution mapping μctx. +The active graph is initially the default graph of |D| and + μctx is initially the empty solution mapping μ0.
+Further symbols used in the following definitions are:
eval( |D|(|G|), Path(|X|, |path|, |Y|), μctx ) = multiset of solution mappings
See section Property Path Patterns
+Definition: Evaluation of ContextSolution
+eval( |D|(|G|), ContextSolution, μctx ) = multiset that contains only μctx, with a multiplicity of 1
+