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).
--- 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>