@@ -9167,6 +9167,10 @@ <h4>Examples of Mapped Graph Patterns</h4>
9167
9167
BGP( ?s :p1 ?v1 . ?s :p2 ?v2 )
9168
9168
</div>
9169
9169
</div>
9170
+ <div class="issue" data-number="246">
9171
+ The example above does not include the version of the resulting expression
9172
+ before the simplification step. The same is true for several other examples
9173
+ below. The examples should be consistent in this regard.</div>
9170
9174
<p>Example: group consisting of a union of two basic graph patterns:</p>
9171
9175
<div class="algExample">
9172
9176
<div class="algExample1">
@@ -9286,6 +9290,11 @@ <h4>Examples of Mapped Graph Patterns</h4>
9286
9290
</div>
9287
9291
<p>Example: Pattern involving BIND, with a
9288
9292
<a href="#sparqlSimplification">simplification</a> step:</p>
9293
+ <div class="issue" data-number="246">
9294
+ The following example uses <code>{}</code> to represent the empty BGP in the
9295
+ first version of the resulting expression (the one before the simplification
9296
+ step), whereas the previous examples above are using |Z| instead. The
9297
+ examples should be consistent in this regard.</div>
9289
9298
<div class="algExample">
9290
9299
<div class="algExample1">
9291
9300
{ ?s :p ?v . {} BIND (2*?v AS ?v2) }
@@ -9366,6 +9375,8 @@ <h5>Grouping and Aggregation</h5>
9366
9375
The transformation for query levels that use any aggregates is given
9367
9376
below:
9368
9377
</p>
9378
+ <div class="issue" data-number="247">
9379
+ There are a few minor issues in the following algorithm.</div>
9369
9380
9370
9381
<pre class="code nohighlight">Let <var>A</var> := the empty sequence
9371
9382
Let <var>Q</var> := the query level being evaluated
@@ -9551,6 +9562,8 @@ <h5>OFFSET and LIMIT</h5>
9551
9562
<p>|length| defaults to (size(|M|)-|start|).</p>
9552
9563
</blockquote>
9553
9564
</blockquote>
9565
+ <div class="issue" data-number="248">
9566
+ The definition of this translation step is formally incorrect.</div>
9554
9567
</section>
9555
9568
<section id="sparqlAlgebraOutcome">
9556
9569
<h5>Final Algebraic Query Expression</h5>
0 commit comments