|
11 | 11 | the collection is <em>unordered</em> by default.
|
12 | 12 | While order is preserved in regular JSON arrays,
|
13 | 13 | it is not in regular JSON-LD arrays unless specifically defined
|
14 |
| - (see <a data-cite="JSON-LD11#sets-and-lists">Sets and Lists</a> |
15 |
| - in the JSON-LD Syntax specification [[JSON-LD11]]).</dd> |
| 14 | + (see the <a data-cite="JSON-LD11#sets-and-lists">Sets and Lists</a> section of JSON-LD 1.1.</dd> |
16 | 15 | <dt><dfn data-cite="INFRA#boolean" class="preserve">boolean</dfn></dt><dd>
|
17 | 16 | The values <code>true</code> and <code>false</code> that are used
|
18 | 17 | to express one of two possible states.</dd>
|
|
168 | 167 | for each IRI contained within a common vocabulary identified by <a>prefix</a>.</dd>
|
169 | 168 | <dt><dfn data-cite="JSON-LD11#dfn-context">context</dfn></dt><dd>
|
170 | 169 | A set of rules for interpreting a <a>JSON-LD document</a>
|
171 |
| - as specified in the <a data-cite="JSON-LD11#the-context">The Context</a> section of the JSON-LD Syntax specification [[JSON-LD11]].</dd> |
| 170 | + as specified in the <a data-cite="JSON-LD11#the-context">The Context</a> section of JSON-LD 1.1.</dd> |
172 | 171 | <dt><dfn data-cite="JSON-LD11#dfn-default-language">default language</dfn></dt><dd>
|
173 | 172 | The default language is set in the <a>context</a> using the <code>@language</code> key
|
174 | 173 | whose value MUST be a <a>string</a> representing a [[BCP47]] language code or <code>null</code>.</dd>
|
|
251 | 250 | A <a>JSON literal</a> is a <a>literal</a> where the associated <a>datatype IRI</a> is <code>rdf:JSON</code>.
|
252 | 251 | In the <a>value object</a> representation, the value of <code>@type</code> is <code>@json</code>.
|
253 | 252 | JSON literals represent values which are valid JSON [[RFC8259]].
|
254 |
| - See <dfn data-cite="JSON-LD11#dfn-json-datatype" data-cite="JSON-LD11#dfn-json-datatype" class="preserve">JSON datatype</dfn> in [[JSON-LD11]]. |
| 253 | + See <dfn data-cite="JSON-LD11#dfn-json-datatype" data-cite="JSON-LD11#dfn-json-datatype" class="preserve">JSON datatype</dfn> in JSON-LD 1.1. |
255 | 254 | </dd>
|
256 | 255 | <dt><dfn data-cite="JSON-LD11#dfn-json-ld-document">JSON-LD document</dfn></dt><dd>
|
257 | 256 | A <a>JSON-LD document</a> is a serialization of
|
258 | 257 | an <a>RDF dataset</a>.</dd>
|
259 | 258 | <dt><dfn data-cite="JSON-LD11-API#dfn-json-ld-processor" data-lt="json-ld processor|Processors">JSON-LD Processor</dfn></dt><dd>
|
260 |
| - A <a>JSON-LD Processor</a> is a system which can perform the algorithms defined in [[JSON-LD11-API]].</dd> |
| 259 | + A <a>JSON-LD Processor</a> is a system which can perform the algorithms defined in JSON-LD 1.1 Processing Algorithms and API.</dd> |
261 | 260 | <dt class="changed"><dfn data-cite="JSON-LD11-API#dfn-internal-representation" data-lt="internal representation">JSON-LD internal representation</dfn></dt><dd class="changed">
|
262 | 261 | The JSON-LD internal representation
|
263 | 262 | is the result of transforming a JSON syntactic structure
|
|
273 | 272 | </dd>
|
274 | 273 | <dt><dfn data-cite="JSON-LD11#dfn-keyword">keyword</dfn></dt><dd>
|
275 | 274 | A <a>string</a> that is specific to JSON-LD,
|
276 |
| - specified in the JSON-LD Syntax specification [[JSON-LD11]] |
| 275 | + specified in JSON-LD 1.1 |
277 | 276 | in the section titled <a data-cite="JSON-LD11#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a>.</dd>
|
278 | 277 | <dt><dfn data-cite="JSON-LD11#dfn-language-map">language map</dfn></dt><dd>
|
279 | 278 | An <a>language map</a> is a <a>map</a> value of a <a>term</a>
|
|
0 commit comments