@@ -3055,7 +3055,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3055
3055
<p><span class="changed">Other than for <code>@type</code>,</span> properties of
3056
3056
<a>expanded term definitions</a> where the term is a <a>keyword</a>
3057
3057
result in an error.
3058
- <span class="changed">When processing mode is set to <code>json-ld-1.1</code>,t
3058
+ <span class="changed">When processing mode is set to <code>json-ld-1.1</code>,
3059
3059
there is also an exception for <code>@type</code>;
3060
3060
see <a href="#using-set-with-type" class="sectionRef"></a> for further details.</span></p>
3061
3061
@@ -3064,7 +3064,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3064
3064
where the value is a <a>keyword</a>,
3065
3065
or a <a>expanded term definitions</a> with an `@id` <a>entry</a> and optionally an `@protected` <a>entry</a>;
3066
3066
no other entries are allowed.
3067
- there is also an exception for aliases of <code>@type</code>,
3067
+ There is also an exception for aliases of <code>@type</code>,
3068
3068
as indicated above.
3069
3069
See <a href="#protected-term-definitions" class="sectionRef"></a> for further details
3070
3070
of using `@protected`.</p>
@@ -11520,7 +11520,7 @@ <h2>Terms</h2>
11520
11520
to an <a>IRI</a>, <a>blank node identifier</a>, or <a>keyword</a>.</p>
11521
11521
11522
11522
<p>A <a>term</a> MUST NOT equal any of the JSON-LD <a>keywords</a>,
11523
- <span class="changed">other than `@type` in </span>.</p>
11523
+ <span class="changed">other than `@type`</span>.</p>
11524
11524
11525
11525
<p class="changed">When used as the <a>prefix</a> in a <a>Compact IRI</a>, to avoid
11526
11526
the potential ambiguity of a <a>prefix</a> being confused with an IRI
@@ -12026,8 +12026,8 @@ <h2>Context Definitions</h2>
12026
12026
its value MUST be <code>true</code> or <code>false</code>.</p>
12027
12027
12028
12028
<p class="changed">If the <a>context definition</a> has an <code>@type</code> key,
12029
- its value MUST be a <a>map</a> with the single <a>entry</a> <code>@container</code> set to <code>@set</code>,
12030
- and optional entry `@protected`.</p>
12029
+ its value MUST be a <a>map</a> with only the <a>entry</a> <code>@container</code> set to <code>@set</code>,
12030
+ and optionally an entry `@protected`.</p>
12031
12031
12032
12032
<p class="changed">If the <a>context definition</a> has an <code>@version</code> key,
12033
12033
its value MUST be a <a>number</a> with the value <code>1.1</code>.</p>
0 commit comments