Skip to content

Commit 71726a6

Browse files
committed
Add @pchampin's suggested change to the definition of _graph object_.
Fixes #160.
1 parent 0d496e9 commit 71726a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10886,7 +10886,7 @@ <h2>Graph Objects</h2>
1088610886
an explicit <a>graph name</a>.
1088710887
A <a>dictionary</a> is a <a>graph object</a> if
1088810888
it exists outside of a JSON-LD <a>context</a>,
10889-
it is not a <a>node object</a>,
10889+
it contains an <code>@graph</code> member (or an alias of that <a>keyword</a>),
1089010890
it is not the top-most <a>dictionary</a> in the JSON-LD document, and
1089110891
it consists of no <a>members</a> other than <code>@graph</code>,
1089210892
<code>@index</code>, <code>@id</code>

0 commit comments

Comments
 (0)