@@ -8634,7 +8634,7 @@ <h3>Translation to the Algebraic Syntax</h3>
86348634 <p>This section defines the process of converting graph patterns and solution modifiers in a
86358635 SPARQL query string into an <a href="#defn_AlgebraicQueryExpression">algebraic
86368636 query expression</a>. The process described converts one
8637- level of query nesting, as formed by subqueries using the nested <code>SELECT</code> syntax and
8637+ level of query nesting as formed by subqueries using the nested <code>SELECT</code> syntax, and
86388638 is applied recursively on subqueries. Each level consists of graph pattern matching and
86398639 filtering, followed by the application of solution modifiers.</p>
86408640 <p>The SPARQL query string is parsed and the abbreviations for IRIs and triple patterns given
@@ -8730,10 +8730,10 @@ <h4>Variable Scope</h4>
87308730 query. The definition below provides a way of determining this from the
87318731 abstract syntax tree of a query.</p>
87328732 <p>Note that a subquery with a projection can hide variables; use of a variable in
8733- <code>FILTER</code>, or in <code>MINUS</code> does not cause the variable to be in-scope
8733+ <code>FILTER</code> or in <code>MINUS</code> does not cause the variable to be in-scope
87348734 outside of those forms.</p>
8735- <p>Let <b>P</b>, <b>P1</b>, <b>P2</b> be graph patterns and <b>E</b>,
8736- <b>E1</b>,...<b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
8735+ <p>Let <b>P</b>, <b>P1</b>, and <b>P2</b> be graph patterns, and <b>E</b>,
8736+ <b>E1</b>,..., through <b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
87378737 <table style="border-collapse: collapse; border-color: #000000; border-spacing:5px; border-width: 1px">
87388738 <tbody>
87398739 <tr>
0 commit comments