typo fixed.
authorPat Hayes <phayes@ihmc.us>
Wed, 15 May 2013 02:09:33 -0500
changeset 819 99a82a53a41b
parent 818 834f066c5c1c
child 820 892cf48a643c
typo fixed.
rdf-mt/index.html
--- a/rdf-mt/index.html	Wed May 15 02:01:12 2013 -0500
+++ b/rdf-mt/index.html	Wed May 15 02:09:33 2013 -0500
@@ -988,14 +988,14 @@
 </section>
 </section>
 
-<section><h2>RDF Datastores</h2>
-<p>An RDF <a class="externalDFN">datastore</a> (see [[RDF11-CONCEPTS]]) is a finite set of RDF graphs each paired with an IRI called the <strong>graph name</strong>, plus an optional default graph, without a name. 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>
+<section><h2>RDF Datasets</h2>
+<p>An RDF <a class="externalDFN">dataset</a> (see [[RDF11-CONCEPTS]]) is a finite set of RDF graphs each paired with an IRI called the <strong>graph name</strong>, plus an optional default graph, without a name. 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>Although the IRIs are called "graph names", they 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 datastore to <a>identify</a> graphs of information relevant to the entity <a>denote</a>d by the graph name IRI.</p>
+<p>Although the IRIs are called "graph names", they 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>
 
-<p>This has the consequence that when a graph name IRI is used inside RDF triples in a datastore it may or may not refer to the graph it names. The semantics does not require, nor should RDF engines presume without some external reason to do so, that graph name IRIs used in RDF triples refer to the graph they name.</p>
+<p>This has the consequence that when a graph name IRI is used inside RDF triples in a dataset it may or may not refer to the graph it names. The semantics does not require, nor should RDF engines presume without some external reason to do so, that graph name IRIs used in RDF triples refer to the graph they name.</p>
 
-<p>Graphs in a single datastore may share blank nodes. This is the only case where distinct RDF graphs may share a blank node. Graphs in distinct datastores cannot share blank nodes. </p>
+<p>Graphs in a single dataset may share blank nodes. This is the only case where distinct RDF graphs may share a blank node. Graphs in distinct datasets cannot share blank nodes. </p>
 
 </section>