@@ -8619,7 +8619,7 @@ <h3>Translation to the Algebraic Syntax</h3>
86198619 <p>This section defines the process of converting graph patterns and solution modifiers in a
86208620 SPARQL query string into an <a href="#defn_AlgebraicQueryExpression">algebraic
86218621 query expression</a>. The process described converts one
8622- level of query nesting, as formed by subqueries using the nested <code>SELECT</code> syntax and
8622+ level of query nesting as formed by subqueries using the nested <code>SELECT</code> syntax, and
86238623 is applied recursively on subqueries. Each level consists of graph pattern matching and
86248624 filtering, followed by the application of solution modifiers.</p>
86258625 <p>The SPARQL query string is parsed and the abbreviations for IRIs and triple patterns given
@@ -8715,10 +8715,10 @@ <h4>Variable Scope</h4>
87158715 query. The definition below provides a way of determining this from the
87168716 abstract syntax tree of a query.</p>
87178717 <p>Note that a subquery with a projection can hide variables; use of a variable in
8718- <code>FILTER</code>, or in <code>MINUS</code> does not cause the variable to be in-scope
8718+ <code>FILTER</code> or in <code>MINUS</code> does not cause the variable to be in-scope
87198719 outside of those forms.</p>
8720- <p>Let <b>P</b>, <b>P1</b>, <b>P2</b> be graph patterns and <b>E</b>,
8721- <b>E1</b>,...<b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
8720+ <p>Let <b>P</b>, <b>P1</b>, and <b>P2</b> be graph patterns, and <b>E</b>,
8721+ <b>E1</b>,..., through <b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
87228722 <table style="border-collapse: collapse; border-color: #000000; border-spacing:5px; border-width: 1px">
87238723 <tbody>
87248724 <tr>
0 commit comments