Defer to Concepts for definition of Datasets
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Wed, 02 Oct 2013 07:50:26 -0700
changeset 1121 57e805e171b7
parent 1120 da258c549228
child 1122 02b80f1868e2
Defer to Concepts for definition of Datasets
rdf-mt/index.html
--- a/rdf-mt/index.html	Wed Oct 02 07:40:47 2013 -0700
+++ b/rdf-mt/index.html	Wed Oct 02 07:50:26 2013 -0700
@@ -1062,7 +1062,11 @@
 </section>
 <section><h2 id="rdf_datasets">RDF Datasets</h2>
 
+<!--
 <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>RDF <a href="http://www.w3.org/TR/rdf11-concepts/#section-dataset" class="externalDFN">datasets</a>, defined in RDF Concepts [[!RDF11-CONCEPTS]], package up a set of named RDF graphs along with a single unnamed, default 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>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>