*** empty log message ***
authorSandro Hawke <sandro@hawke.org>
Wed, 09 May 2012 14:42:59 -0400
changeset 330 e56eb4a1b2e3
parent 327 52858dc6a9e2
child 331 0f9d471ee0a5
*** empty log message ***
rdf-spaces/index.html
--- a/rdf-spaces/index.html	Wed May 09 14:20:32 2012 -0400
+++ b/rdf-spaces/index.html	Wed May 09 14:42:59 2012 -0400
@@ -351,8 +351,6 @@
     express the fact that is is in two spaces, "space1" and
     "space2".</p>
 
-    <p class="issue">Can blank node labels be used as space names?</p>
-
     <p>@@@ grammar, etc, based of Turtle spec</p>
 
   </section>
@@ -375,18 +373,20 @@
     <p>This example shows the same dataset as the N-Quads example.</p>
 
     <p class="issue">Are braces around default-graph triples required,
-    optional, or disallowed?
+    optional, or disallowed?    Assuming "optional" for now.
     </p>
 
     <p class="issue">Is the name prefixed by a keyword?  If so, is the
-    keyword "@graph" or "GRAPH">
+    keyword "@graph" or "GRAPH"?   Assuming optional "GRAPH" for now.
     </p>
 
     <p class="issue">Are blank node labels scoped to the document, the
-    curly-brace expression, the space label, or the space?
+    curly-brace expression, or the graph name?  Assuming
+    document-scope for now.   This is <a href="http://www.w3.org/2011/rdf-wg/track/issues/21">Issue-21</a>.
     </p>
 
-    <p class="issue">Can blank node labels be used as space names?</p>
+    <p class="issue">Can blank node labels be used as space names?
+    Assuming not, for now.</p>
 
     <p>@@@ grammar, etc, based of Turtle spec</p>
 
@@ -403,7 +403,7 @@
     is likely to change over time.  Time is orthogonal to RDF
     semantics, and quads present no fundamentally different challenge
     here than vcard, since people change addresses just like triples
-    are added to and removed some spaces.  Some approaches to handling
+    are added to and removed from spaces.  Some approaches to handling
     change-over-time are discussed in @@@example?  @@@temporal-rdf
     note?
   </p>
@@ -415,6 +415,10 @@
   dataset, the space denoted by <i>name</i> contains every triple in
   <i>graph</i>.</p>
 
+  <p class="issue">Do the named graphs in a dataset include all the
+  triples in the spaces with those names, or only some of them?  Aka
+  partial-graph or complete-graph semantics.</p>
+
 </section>
 
 <section>   <!-- I don't like what respec does with id=conformance -->
@@ -900,17 +904,8 @@
 
 
 
-<section class="Appendix">
-  <h2>Issues</h2>
 
-  <p class="issue">Do the named graphs in a dataset include all the
-  triples in the spaces with those names, or only some of them?  Aka
-  partial-graph or complete-graph semantics.</p>
 
-  <p class="issue">How should we talk about change-over-time?  The
-  archiving example gets into it right now.</p>
-  
-</section>
 
 
 <section id="references">