File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 <a href="#sparqlQuery" class="sectionRef"></a>.</p>
You can’t perform that action at this time.
0 commit comments