updated Sparql quert ref
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 18 Feb 2014 12:32:35 +0100
changeset 1955 014d9683147d
parent 1954 374f5100c087
child 1956 ead338119594
updated Sparql quert ref
rdf-mt/index.html
rdf-turtle/index.html
trig/index.html
--- a/rdf-mt/index.html	Tue Feb 18 09:54:08 2014 +0000
+++ b/rdf-mt/index.html	Tue Feb 18 12:32:35 2014 +0100
@@ -1090,7 +1090,7 @@
 <p>An RDF <a href="http://www.w3.org/TR/rdf11-concepts/#section-dataset" class="externalDFN">dataset</a> (see [[!RDF11-CONCEPTS]]) is a finite set of RDF graphs each paired with an IRI or blank node called the <strong>graph name</strong>, plus a <strong>default graph</strong>, without a name. Graphs in a single dataset may share blank nodes. The association of graph name IRIs with graphs is used by SPARQL [[RDF-SPARQL-QUERY]] to allow queries to be directed against particular graphs.</p>
 -->
 
-<p><a class="externalDFN" href="http://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF datasets</a>, defined in RDF Concepts [[!RDF11-CONCEPTS]], package up zero or more named RDF graphs along with a single unnamed, default RDF graph.  The graphs in a single dataset may share blank nodes. The association of graph name IRIs with graphs is used by SPARQL [[RDF-SPARQL-QUERY]] to allow queries to be directed against particular graphs.</p>
+<p><a class="externalDFN" href="http://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF datasets</a>, defined in RDF Concepts [[!RDF11-CONCEPTS]], package up zero or more named RDF graphs along with a single unnamed, default RDF graph.  The graphs in a single dataset may share blank nodes. The association of graph name IRIs with graphs is used by SPARQL [[SPARQL11-QUERY]] to allow queries to be directed against particular graphs.</p>
 
 <p>Graph names in a dataset may refer to something other than the graph they are paired with. This allows IRI referring to other kinds of entities, such as persons, to be used in a dataset to <a>identify</a> graphs of information relevant to the entity <a>denote</a>d by the graph name IRI.</p>
 
--- a/rdf-turtle/index.html	Tue Feb 18 09:54:08 2014 +0000
+++ b/rdf-turtle/index.html	Tue Feb 18 12:32:35 2014 +0100
@@ -195,7 +195,11 @@
 			</p>
 
     		<p>
-			  The Turtle grammar for <a href="#grammar-production-triples"><code>triples</code></a> is a subset of the <a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query Language for RDF</a> [[RDF-SPARQL-QUERY]] grammar for <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock"><code>TriplesBlock</code></a>.
+			  The Turtle grammar for <a
+			  href="#grammar-production-triples"><code>triples</code></a>
+			  is a subset of the <a
+			  href="http://www.w3.org/TR/sparql11-query/">SPARQL
+			  1.1 Query Language</a> [[SPARQL11-QUERY]] grammar for <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock"><code>TriplesBlock</code></a>.
 			  The two grammars share production and terminal names where possible.
 			</p>
 
@@ -613,7 +617,8 @@
       <section  id="sec-diff-sparql" class="informative">
       <h3>Turtle compared to SPARQL</h3>
 
-      <p>The <a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query Language for RDF</a> (<abbr title="SPARQL Protocol And RDF Query Language">SPARQL</abbr>) [[RDF-SPARQL-QUERY]] uses a Turtle style syntax for its <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock">TriplesBlock production</a>.
+      <p>The <a href="http://www.w3.org/TR/sparql11-query/">SPARQL 1.1
+      Query LanguageF</a> (<abbr title="SPARQL Protocol And RDF Query Language">SPARQL</abbr>) [[SPARQL11-QUERY]] uses a Turtle style syntax for its <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock">TriplesBlock production</a>.
       This production differs from the Turtle language in that:
       </p>
 
@@ -630,7 +635,7 @@
       <p>For further information see the
       <a href="http://www.w3.org/TR/sparql11-query/#QSynIRI">Syntax for IRIs</a>
       and <a href="http://www.w3.org/TR/sparql11-query/#grammar">SPARQL Grammar</a>
-      sections of the SPARQL query document [[RDF-SPARQL-QUERY]].
+      sections of the SPARQL query document [[SPARQL11-QUERY]].
       </p>
       </section>
         <section id="conformance">
@@ -857,7 +862,13 @@
           <section id="sec-grammar-grammar">
           <h3>Grammar</h3>
             <p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
-            [[!EBNF-NOTATION]]. Production labels consisting of a number and a final 's', e.g. [<a href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span class="prodNo">60s</span></a>], reference the production with that number in the <a href="http://www.w3.org/TR/sparql11-query/#sparqlGrammar">SPARQL Query Language for RDF grammar</a> [[RDF-SPARQL-QUERY]].
+            [[!EBNF-NOTATION]]. Production labels consisting of a
+          number and a final 's', e.g. [<a
+          href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span
+          class="prodNo">60s</span></a>], reference the production
+          with that number in the <a
+          href="http://www.w3.org/TR/sparql11-query/#sparqlGrammar">SPARQL
+          1.1 Query Language grammar</a> [[SPARQL11-QUERY]].
             </p>
 
 	    <div>
--- a/trig/index.html	Tue Feb 18 09:54:08 2014 +0000
+++ b/trig/index.html	Tue Feb 18 12:32:35 2014 +0100
@@ -531,7 +531,7 @@
               e.g. [<a
               href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span
               class="prodNo">60s</span></a>], reference the production
-              with that number in the document <em>SPARQL Query Language for RDF grammar</em> [[RDF-SPARQL-QUERY]].
+              with that number in the document <em>SPARQL 1.1 Query Language grammar</em> [[SPARQL11-QUERY]].
             </p>