Skip to content

Commit 4e390ce

Browse files
authored
Merge branch 'master' into issue-430-containers
2 parents 2f19dc4 + cd4bc3d commit 4e390ce

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

spec/latest/common/terms.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>General Terminology</h1>
8888
When executing an algorithm, the graph where data should be placed
8989
if a <a>named graph</a> is not specified.</dd>
9090
<dt><dfn>default language</dfn></dt><dd>
91-
The default language is set in the <a>context</a> using the <code>@language</code> key who's
91+
The default language is set in the <a>context</a> using the <code>@language</code> key whose
9292
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <a>null</a>.</dd>
9393
<dt><dfn>default object</dfn></dt><dd>
9494
A <a>default object</a> is a <a>JSON object</a> that has a <code>@default</code> member.</dd>
@@ -119,7 +119,7 @@ <h1>General Terminology</h1>
119119
be equivalent to the referencing key.</dd>
120120
<dt><dfn data-lt="index maps">index map</dfn></dt><dd>
121121
An <a>index map</a> is a <a>JSON object</a> value of a <a>term</a> defined with
122-
<code>@container</code> set to <code>@index</code>, who's values MUST be any of the following types:
122+
<code>@container</code> set to <code>@index</code>, whose values MUST be any of the following types:
123123
<a>string</a>,
124124
<a>number</a>,
125125
<a>true</a>,
@@ -146,7 +146,7 @@ <h1>General Terminology</h1>
146146
in the section titled <cite><a href="http://www.w3.org/TR/json-ld/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>.</dd>
147147
<dt><dfn data-lt="language maps">language map</dfn></dt><dd>
148148
An <a>language map</a> is a <a>JSON object</a> value of a <a>term</a> defined with
149-
<code>@container</code> set to <code>@language</code>, who's keys MUST be <a>strings</a> representing
149+
<code>@container</code> set to <code>@language</code>, whose keys MUST be <a>strings</a> representing
150150
[[!BCP47]] language codes and the values MUST be any of the following types:
151151
<a>null</a>,
152152
<a>string</a>, or
@@ -270,7 +270,7 @@ <h1>General Terminology</h1>
270270
A <a>value object</a> is a <a>JSON object</a> that has an <code>@value</code>
271271
member.</dd>
272272
<dt><dfn>vocabulary mapping</dfn></dt><dd>
273-
The vocabulary mapping is set in the <a>context</a> using the <code>@vocab</code> key who's
273+
The vocabulary mapping is set in the <a>context</a> using the <code>@vocab</code> key whose
274274
value MUST be an <a>absolute IRI</a> <a>null</a>.</dd>
275275
</dl>
276276
</section>

test-suite/tests/error-manifest.jsonld

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,17 +317,16 @@
317317
"name": "Invalid keyword in term definition",
318318
"purpose": "Verifies that an exception is raised on expansion when a invalid term definition is found",
319319
"input": "error-c001-in.jsonld",
320-
"expect": "invalid term definition"
320+
"expect": "invalid term definition",
321+
"option": {"processingMode": "json-ld-1.1"}
321322
}, {
322323
"@id": "#tm021",
323324
"@type": [ "jld:NegativeEvaluationTest", "jld:FlattenTest" ],
324325
"name": "Invalid container mapping",
325326
"purpose": "Verifies that an exception is raised on expansion when a invalid container mapping is found",
326327
"input": "error-m021-in.jsonld",
327328
"expect": "invalid container mapping",
328-
"option": {
329-
"processingMode": "json-ld-1.1"
330-
}
329+
"option": {"processingMode": "json-ld-1.1"}
331330
}
332331
]
333332
}

0 commit comments

Comments
 (0)