|
1 |
| -<!DOCTYPE html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <title>JSON-LD 1.1</title>
|
@@ -2479,7 +2479,19 @@ <h2>Scoped Contexts</h2>
|
2479 | 2479 | -->
|
2480 | 2480 | </pre>
|
2481 | 2481 |
|
2482 |
| - <p>Scoping on <code>@type</code> is useful when common properties are used to relate things of different types, where the vocabularies in use within different entities calls for different context scoping. For example, `hasPart`/`partOf` may be common terms used in a document, but mean different things depending on the context.</p> |
| 2482 | + <p>Scoping on <code>@type</code> is useful when common properties are used to |
| 2483 | + relate things of different types, where the vocabularies in use within |
| 2484 | + different entities calls for different context scoping. For example, |
| 2485 | + `hasPart`/`partOf` may be common terms used in a document, but mean |
| 2486 | + different things depending on the context.</p> |
| 2487 | + |
| 2488 | + <p>When expanding, each value of <code>@type</code> is considered |
| 2489 | + (ordering them lexographically) where that value is also a <a>term</a> in |
| 2490 | + the <a>active context</a> having its own <a>context</a>. If so, that |
| 2491 | + <a>context</a> as applied to the <a>active context</a>. When compacting, if |
| 2492 | + a <a>term</a> is chosen to represent an IRI used as a value of <code>@type</code> where that |
| 2493 | + <a>term definition</a> also has a <a>context</a>, it is then applied to the |
| 2494 | + <a>active context</a> to affect further compaction.</p> |
2483 | 2495 |
|
2484 | 2496 | <p class="note">The values of <code>@type</code> are unordered, so if multiple
|
2485 | 2497 | types are listed, the order that scoped contexts are applied is based on
|
@@ -5102,25 +5114,23 @@ <h2>Changes since 1.0 Recommendation of 16 January 2014</h2>
|
5102 | 5114 | <section class="appendix informative">
|
5103 | 5115 | <h4>Open Issues</h4>
|
5104 | 5116 | <p>The following is a list of issues open at the time of publication.</p>
|
5105 |
| - <p class="issue" data-number="246"></p> |
| 5117 | + <p class="issue defer" data-number="246"></p> |
5106 | 5118 | <p class="issue" data-number="316"></p>
|
5107 |
| - <p class="issue" data-number="333"></p> |
5108 |
| - <p class="issue" data-number="368"></p> |
5109 |
| - <p class="issue" data-number="371"></p> |
5110 |
| - <p class="issue" data-number="397"></p> |
5111 |
| - <p class="issue" data-number="443"></p> |
5112 |
| - <p class="issue" data-number="491"></p> |
5113 |
| - <p class="issue" data-number="521"></p> |
5114 |
| - <p class="issue" data-number="527"></p> |
| 5119 | + <p class="issue defer" data-number="333"></p> |
| 5120 | + <p class="issue defer" data-number="368"></p> |
| 5121 | + <p class="issue defer" data-number="371"></p> |
| 5122 | + <p class="issue defer" data-number="397"></p> |
| 5123 | + <p class="issue defer" data-number="443"></p> |
| 5124 | + <p class="issue defer" data-number="491"></p> |
5115 | 5125 | <p class="issue" data-number="543"></p>
|
5116 |
| - <p class="issue" data-number="547"></p> |
5117 |
| - <p class="issue" data-number="548"></p> |
5118 |
| - <p class="issue" data-number="583"></p> |
5119 |
| - <p class="issue" data-number="584"></p> |
5120 |
| - <p class="issue" data-number="585"></p> |
5121 |
| - <p class="issue" data-number="590"></p> |
5122 |
| - <p class="issue" data-number="595"></p> |
5123 |
| - <p class="issue" data-number="598"></p> |
| 5126 | + <p class="issue defer" data-number="547"></p> |
| 5127 | + <p class="issue defer" data-number="548"></p> |
| 5128 | + <p class="issue defer" data-number="583"></p> |
| 5129 | + <p class="issue defer" data-number="584"></p> |
| 5130 | + <p class="issue defer" data-number="585"></p> |
| 5131 | + <p class="issue defer" data-number="590"></p> |
| 5132 | + <p class="issue defer" data-number="595"></p> |
| 5133 | + <p class="issue defer" data-number="598"></p> |
5124 | 5134 | </section>
|
5125 | 5135 |
|
5126 | 5136 | <section class="appendix informative">
|
|
0 commit comments