Within Named Graphs, clarify that using @graph in a JSON object which is not otherwise a subject definition describes resources in the default graph. (issue #135).
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 24 Jun 2012 18:35:21 -0700
changeset 750 a442c17239c0
parent 749 14f207fdfb00
child 751 ac91cc2402fc
Within Named Graphs, clarify that using @graph in a JSON object which is not otherwise a subject definition describes resources in the default graph. (issue #135).
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sun Jun 24 18:28:59 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html	Sun Jun 24 18:35:21 2012 -0700
@@ -2052,7 +2052,9 @@
     <tref>subject definition</tref> references the other. Using the 
     <code>@graph</code> <tref>keyword</tref> allows multiple resources to be 
     defined within an <tref>array</tref>, and allows the use of a shared 
-    <tref>context</tref>. This is equivalent to using multiple <tref 
+    <tref>context</tref>. When used in a <tref>JSON object</tref> that is not otherwise
+    a <tref>subject definition</tref>, this describes resources in the <em>default graph</em>.
+    This is equivalent to using multiple <tref 
     title="subject definition">subject definitions</tref> in array and defining 
     the <code>@context</code> within each <tref>subject definition</tref>:</p>