Skip to content

Commit b696e4c

Browse files
committed
Clarify that index maps for named graphs do not name the graphs, but simply index them.
1 parent c5c49a5 commit b696e4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10156,8 +10156,9 @@ <h2>Index Maps</h2>
1015610156
set to an array containing both <code>@graph</code> and
1015710157
<code>@index</code>, and optionally including <code>@set</code>. The
1015810158
value consists of the <a>node objects</a> contained within the <a>named
10159-
graph</a> which is named using the referencing key, which can be
10160-
represented as a <a>simple graph object</a>.</p>
10159+
graph</a> which is indexed using the referencing key, which can be
10160+
represented as a <a>simple graph object</a> if the value does
10161+
not include <code>@id</code>, or a <a>named graph</a> if it includes <code>@id</code>.</p>
1016110162
</section>
1016210163

1016310164
<section class="changed">

0 commit comments

Comments
 (0)