Skip to content

Commit c945fed

Browse files
authored
Statement about the translation needs to say that AST is an intermediary representation.
1 parent f5765fe commit c945fed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8423,8 +8423,11 @@ <h4>SPARQL Query</h4>
84238423
</section>
84248424
<section id="algebraicSyntax">
84258425
<h3>Algebraic Syntax</h3>
8426-
<p>To define the evaluation semantics of SPARQL query strings
8427-
these strings are first translated into a more abstract, algebraic syntax.
8426+
<p>To define the evaluation semantics of a SPARQL query,
8427+
the abstract syntax tree of the SPARQL query string
8428+
(as defined by the <a href="#sparqlGrammar">SPARQL grammar</a>)
8429+
is first translated into a syntax that resembles the
8430+
<a href="#sparqlAlgebra">SPARQL algebra</a>.
84288431
This section defines the expressions that can be formed in this algebraic syntax,
84298432
and the translation of SPARQL query strings into this algebraic syntax is then defined
84308433
in Section&nbsp;<a href="#sparqlQuery" class="sectionRef"></a>.</p>

0 commit comments

Comments
 (0)