tweaked dfn of named graph
authorSandro Hawke <sandro@hawke.org>
Wed, 02 May 2012 10:12:57 -0400
changeset 306 e48656bd05e9
parent 303 7ff029f6d89d
child 307 03865859e9d5
tweaked dfn of named graph
rdf-layers/index.html
--- a/rdf-layers/index.html	Wed May 02 09:40:35 2012 -0400
+++ b/rdf-layers/index.html	Wed May 02 10:12:57 2012 -0400
@@ -267,12 +267,14 @@
     "This example copies triples from one named graph to another named
     graph".</p>
 
-    <p>We continue that practice, using "named graph" to refer
-    to either the graph part of the (name, graph) pairs of a dataset,
-    or the corresponding slot part of graph store.  Note that even in
-    this loose usage, the default graph of a dataset and its
-    corresponding slot in a graph store are never called named
-    graphs.</p>
+    <p>We continue that practice, using "named graph" to refer to
+    specific parts of <a>dataset</a>s and <a>graph
+    store</a>s. Specifically, as we use the term, a named graph is the
+    graph part of the (name, graph) pair in a dataset or the slot part
+    of a (name, slot) pair in a graph store.  Note that even in this
+    loose usage, it would be incorrect to call the default graph of a
+    dataset or its corresponding slot in a graph store (which is a
+    layer) a "named graph".</p>
 
   </section>