@@ -3050,9 +3050,14 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3050
3050
<strong>url</strong> and <strong>a</strong>, respectively.</p>
3051
3051
3052
3052
<p><span class="changed">Other than for <code>@type</code>,</span> properties of
3053
- <a>expanded term definitions</a> where the term is a <a>keyword</a> are ignored.
3054
- When processing mode is set to <code>json-ld-1.1</code>, there is an exception for <code>@type</code>;
3055
- see <a href="#using-set-with-type" class="sectionRef"></a> for further details.</p>
3053
+ <a>expanded term definitions</a> where the term is a <a>keyword</a>
3054
+ result in an error.
3055
+ <span class="changed">When processing mode is set to <code>json-ld-1.1</code>,
3056
+ a keyword may be used with an <a>expanded term definition</a> having
3057
+ only the <a>entry</a> `@protected`;
3058
+ see <a href="#protected-term-definitions" class="sectionRef"></a> for further details.
3059
+ There is also an exception for <code>@type</code>;
3060
+ see <a href="#using-set-with-type" class="sectionRef"></a> for further details.</span></p>
3056
3061
3057
3062
<p>Since keywords cannot be redefined, they can also not be aliased to
3058
3063
other keywords.</p>
@@ -7621,11 +7626,11 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
7621
7626
"@type": "schema:Blog",
7622
7627
"name": "World Financial News",
7623
7628
"post": {
7624
- ****"http://example.com/posts/ 1/en"****: {
7629
+ ****"1/en"****: {
7625
7630
"body": "World commodities were up today with heavy trading of crude oil...",
7626
7631
"words": 1539
7627
7632
},
7628
- ****"http://example.com/posts/ 1/de"****: {
7633
+ ****"1/de"****: {
7629
7634
"body": "Die Werte an Warenbörsen stiegen im Sog eines starken Handels von Rohöl...",
7630
7635
"words": 1204
7631
7636
}
0 commit comments