Skip to content

Minor edit suggestions by @TallTed #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8619,7 +8619,7 @@ <h3>Translation to the Algebraic Syntax</h3>
<p>This section defines the process of converting graph patterns and solution modifiers in a
SPARQL query string into an <a href="#defn_AlgebraicQueryExpression">algebraic
query expression</a>. The process described converts one
level of query nesting, as formed by subqueries using the nested <code>SELECT</code> syntax and
level of query nesting as formed by subqueries using the nested <code>SELECT</code> syntax, and
is applied recursively on subqueries. Each level consists of graph pattern matching and
filtering, followed by the application of solution modifiers.</p>
<p>The SPARQL query string is parsed and the abbreviations for IRIs and triple patterns given
Expand Down Expand Up @@ -8715,10 +8715,10 @@ <h4>Variable Scope</h4>
query. The definition below provides a way of determining this from the
abstract syntax tree of a query.</p>
<p>Note that a subquery with a projection can hide variables; use of a variable in
<code>FILTER</code>, or in <code>MINUS</code> does not cause the variable to be in-scope
<code>FILTER</code> or in <code>MINUS</code> does not cause the variable to be in-scope
outside of those forms.</p>
<p>Let <b>P</b>, <b>P1</b>, <b>P2</b> be graph patterns and <b>E</b>,
<b>E1</b>,...<b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
<p>Let <b>P</b>, <b>P1</b>, and <b>P2</b> be graph patterns, and <b>E</b>,
<b>E1</b>,..., through <b>En</b> be expressions. A variable <code>v</code> is in-scope if:</p>
<table style="border-collapse: collapse; border-color: #000000; border-spacing:5px; border-width: 1px">
<tbody>
<tr>
Expand Down
Loading