File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3405,7 +3405,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3405
3405
relate things of different types, where the vocabularies in use within
3406
3406
different entities calls for different context scoping. For example,
3407
3407
<code>hasPart</code>/<code>partOf</code> may be common terms used in a document, but mean
3408
- different things depending on the context.</p>
3408
+ different things depending on the context.
3409
+ A <a>context</a> scoped on <code>@type</code> is only in effect for the <a>node object</a> on which
3410
+ the type is used; the previous in-scope <a>contexts</a> are placed back into
3411
+ effect when traversing into another <a>node object</a>.</p>
3409
3412
3410
3413
<p>When expanding, each value of <code>@type</code> is considered
3411
3414
(ordering them lexicographically) where that value is also a <a>term</a> in
@@ -12835,6 +12838,8 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
12835
12838
using type <code>application/ld+json;profile=http://www.w3.org/ns/json-ld#frame</code>.</li>
12836
12839
<li>Term definitions can now be <a href="#protected-term-definitions">protected</a>,
12837
12840
to limit the ability of other contexts to override them.</li>
12841
+ <li>A <a>context</a> defined in an <a>expanded term definition</a> may also be used for values
12842
+ of <code>@type</code>, which defines a <a>context</a> to use for <a>node objects</a> including the associated type.</li>
12838
12843
</ul>
12839
12844
</section>
12840
12845
You can’t perform that action at this time.
0 commit comments