@@ -88,7 +88,7 @@ <h1>General Terminology</h1>
88
88
When executing an algorithm, the graph where data should be placed
89
89
if a < a > named graph</ a > is not specified.</ dd >
90
90
< 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
92
92
value MUST be a < a > string</ a > representing a [[!BCP47]] language code or < a > null</ a > .</ dd >
93
93
< dt > < dfn > default object</ dfn > </ dt > < dd >
94
94
A < a > default object</ a > is a < a > JSON object</ a > that has a < code > @default</ code > member.</ dd >
@@ -112,7 +112,7 @@ <h1>General Terminology</h1>
112
112
The < a > IRI</ a > identifying a < a > named graph</ a > .</ dd >
113
113
< dt > < dfn data-lt ="index maps "> index map</ dfn > </ dt > < dd >
114
114
An < a > index map</ a > is a < a > JSON object</ a > value of a < a > term</ a > defined with
115
- < code > @container</ code > set to < code > @index</ code > , who's values MUST be any of the following types:
115
+ < code > @container</ code > set to < code > @index</ code > , whose values MUST be any of the following types:
116
116
< a > string</ a > ,
117
117
< a > number</ a > ,
118
118
< a > true</ a > ,
@@ -139,7 +139,7 @@ <h1>General Terminology</h1>
139
139
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 >
140
140
< dt > < dfn data-lt ="language maps "> language map</ dfn > </ dt > < dd >
141
141
An < a > language map</ a > is a < a > JSON object</ a > value of a < a > term</ a > defined with
142
- < code > @container</ code > set to < code > @language</ code > , who's keys MUST be < a > strings</ a > representing
142
+ < code > @container</ code > set to < code > @language</ code > , whose keys MUST be < a > strings</ a > representing
143
143
[[!BCP47]] language codes and the values MUST be any of the following types:
144
144
< a > null</ a > ,
145
145
< a > string</ a > , or
@@ -259,7 +259,7 @@ <h1>General Terminology</h1>
259
259
A < a > value object</ a > is a < a > JSON object</ a > that has an < code > @value</ code >
260
260
member.</ dd >
261
261
< dt > < dfn > vocabulary mapping</ dfn > </ dt > < dd >
262
- The vocabulary mapping is set in the < a > context</ a > using the < code > @vocab</ code > key who's
262
+ The vocabulary mapping is set in the < a > context</ a > using the < code > @vocab</ code > key whose
263
263
value MUST be an < a > absolute IRI</ a > < a > null</ a > .</ dd >
264
264
</ dl >
265
265
</ section >
0 commit comments