We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@included
@graph
1 parent 120cc4c commit 71ff472Copy full SHA for 71ff472
index.html
@@ -8996,6 +8996,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
8996
<code>@graph</code> keyword collects such nodes in an <a>array</a>
8997
and allows the use of a shared context.</p>
8998
8999
+ <p class="note">More common usage in JSON-LD 1.1 would be to use the `@included` keyword
9000
+ for such cases, and limit the use of `@graph` to describe <a>named graphs</a>.
9001
+ See <a href="#included-nodes" class="sectionRef"></a>.</p>
9002
+
9003
<aside class="example ds-selector-tabs changed"
9004
title="Using @graph to explicitly express the default graph">
9005
<div class="selectors">
0 commit comments