Skip to content

Commit a9917b8

Browse files
pchampingkellogg
authored andcommitted
better (IMO) phrasing of the 'embedded context' dfn
1 parent a4a8fca commit a9917b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

common/terms.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@
171171
<dt><dfn data-cite="JSON-LD11#dfn-default-object">default object</dfn></dt><dd>
172172
A <a>default object</a> is a <a>map</a> that has a <code>@default</code> key.</dd>
173173
<dt><dfn data-cite="JSON-LD11#dfn-embedded-context">embedded context</dfn></dt><dd>
174-
An embedded <a>context</a> is a context which appears as part of a
175-
<a>node object</a>, <a>value object</a>, <a>graph object</a>, <a>list object</a>,
176-
<a>set object</a>, <span class="changed">or as part of <a>nested properties</a>,
177-
or in an <a>expanded term definition</a></span>
178-
using the <code>@context</code> <a>entry</a>.
174+
An embedded <a>context</a> is a context which appears
175+
as the <code>@context</code> <a>entry</a> of one of the following:
176+
a <a>node object</a>, a <a>value object</a>, a <a>graph object</a>, a <a>list object</a>,
177+
a <a>set object</a>, the value of a <a>nested properties</a>,
178+
or the value of an <a>expanded term definition</a></span>.
179179
Its value may be a <a>map</a> for a <a data-cite="JSON-LD11#dfn-context-definition">context definition</a>,
180180
as an <a>IRI</a>, or as an <a>array</a> combining either of the above.
181181
</dd>

0 commit comments

Comments
 (0)