Skip to content

Commit 71ff472

Browse files
committed
Add note in named graphs on the use of @included in preference to @graph for JSON-LD 1.1 usage.
1 parent 120cc4c commit 71ff472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8996,6 +8996,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
89968996
<code>@graph</code> keyword collects such nodes in an <a>array</a>
89978997
and allows the use of a shared context.</p>
89988998

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+
89999003
<aside class="example ds-selector-tabs changed"
90009004
title="Using @graph to explicitly express the default graph">
90019005
<div class="selectors">

0 commit comments

Comments
 (0)