Add note that publishers should put the primary data in the default graph
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 11 Dec 2012 18:04:03 +0100
changeset 1028 d3945dd12c19
parent 1027 c70fa7769546
child 1029 a72597cea163
Add note that publishers should put the primary data in the default graph

... if they need to support both dataset and graph syntaxes.

@gkellogg, do you think this is clear enough?

This addresses #201.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Dec 11 15:59:35 2012 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Tue Dec 11 18:04:03 2012 +0100
@@ -2912,6 +2912,10 @@
     In that case, a consumer MUST only use the default graph and ignore all named graphs.
     This allows servers to expose data in, e.g., both Turtle and JSON-LD using content
     negotiation.</p>
+
+  <p class="note">Publishers supporting both dataset and graph syntaxes have to ensure that
+    the primary data is stored in the default graph to enable consumers without support
+    for datasets to process the information.</p>
 </section>
 
 <section class="appendix informative">