@@ -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 >
@@ -119,7 +119,7 @@ <h1>General Terminology</h1>
119
119
be equivalent to the referencing key.</ dd >
120
120
< dt > < dfn data-lt ="index maps "> index map</ dfn > </ dt > < dd >
121
121
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:
123
123
< a > string</ a > ,
124
124
< a > number</ a > ,
125
125
< a > true</ a > ,
@@ -146,7 +146,7 @@ <h1>General Terminology</h1>
146
146
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 >
147
147
< dt > < dfn data-lt ="language maps "> language map</ dfn > </ dt > < dd >
148
148
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
150
150
[[!BCP47]] language codes and the values MUST be any of the following types:
151
151
< a > null</ a > ,
152
152
< a > string</ a > , or
@@ -270,7 +270,7 @@ <h1>General Terminology</h1>
270
270
A < a > value object</ a > is a < a > JSON object</ a > that has an < code > @value</ code >
271
271
member.</ dd >
272
272
< 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
274
274
value MUST be an < a > absolute IRI</ a > < a > null</ a > .</ dd >
275
275
</ dl >
276
276
</ section >
0 commit comments