Skip to content

Commit c5951d7

Browse files
committed
Improve definition of @nest.
Fixes #227.
1 parent 6be72b3 commit c5951d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,7 @@ <h2>Syntax Tokens and Keywords</h2>
585585
<a>IRI</a>. This keyword is described in <a class="sectionRef" href="#default-vocabulary"></a>.</dd>
586586
<dt><code>@graph</code></dt><dd>Used to express a <a>graph</a>.
587587
This keyword is described in <a class="sectionRef" href="#named-graphs"></a>.</dd>
588-
<dt class="changed"><code>@nest</code></dt><dd class="changed">Collects a set of <a>nested properties</a> within
589-
a <a>node object</a>.</dd>
588+
<dt class="changed"><code>@nest</code></dt><dd class="changed">Used to define a <a>property</a> of a <a>node object</a> that groups together properties of that node, but is not an edge in the graph.</dd>
590589
<dt class="changed"><code>@none</code></dt><dd class="changed">Used as an index value
591590
in an <a>index map</a>, <a>id map</a>, <a>language map</a>, <a>type map</a>, or elsewhere where a <a>map</a> is
592591
used to index into other values.</dd>

0 commit comments

Comments
 (0)