We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d496e9 commit 71726a6Copy full SHA for 71726a6
index.html
@@ -10886,7 +10886,7 @@ <h2>Graph Objects</h2>
10886
an explicit <a>graph name</a>.
10887
A <a>dictionary</a> is a <a>graph object</a> if
10888
it exists outside of a JSON-LD <a>context</a>,
10889
- it is not a <a>node object</a>,
+ it contains an <code>@graph</code> member (or an alias of that <a>keyword</a>),
10890
it is not the top-most <a>dictionary</a> in the JSON-LD document, and
10891
it consists of no <a>members</a> other than <code>@graph</code>,
10892
<code>@index</code>, <code>@id</code>
0 commit comments