|
112 | 112 | Whenever possible, an <a>edge</a> should be labeled with an <a>IRI</a>.
|
113 | 113 | <div class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
|
114 | 114 | and may be removed in a future version of JSON-LD.</div></dd>
|
| 115 | + <dt><dfn>embedded context</dfn></dt><dd> |
| 116 | + An embedded <a>context</a> is a <a>dictionary</a> composed of a combintation of |
| 117 | + <a>term definitions</a>, a <a>vocabulary mapping</a>, a <a>base IRI</a> and <a>default language</a>. |
| 118 | + An <a>embedded context</a> may appear as part of a <a>node object</a> or <a>value object</a> using the |
| 119 | + <code>@context</code> <a>member</a>. |
| 120 | + </dd> |
| 121 | + <dt><dfn>scoped context</dfn></dt><dd> |
| 122 | + A <a>scoped context</a> is part of an <a>expanded term definition</a> using the |
| 123 | + <code>@context</code> <a>member</a>. It has the same form as an <a>embedded context</a>. |
| 124 | + </dd> |
115 | 125 | <dt><dfn>expanded term definition</dfn></dt><dd>
|
116 | 126 | An expanded term definition is a <a>term definition</a>
|
117 | 127 | where the value is a <a>dictionary</a>
|
|
150 | 160 | is a <a>graph object</a> which does not have an <code>@id</code> <a>member</a>.
|
151 | 161 | Note that <a>node objects</a> may have a <code>@graph</code> member,
|
152 | 162 | but are not considered <a>graph objects</a> if they include any other <a>members</a>.
|
153 |
| - A top-level object consisting of <code>@graph</code> is also not a <a>graph object</a>.</dd> |
| 163 | + A top-level object consisting of <code>@graph</code> is also not a <a>graph object</a>. |
| 164 | + Note that a <a>node object</a> may also represent a <a>named graph</a> it it includes other properties.</dd> |
154 | 165 | <dt><dfn>index map</dfn></dt><dd>
|
155 | 166 | An <a>index map</a> is a <a>dictionary</a> value of a <a>term</a>
|
156 | 167 | defined with <code>@container</code> set to <code>@index</code>,
|
|
212 | 223 | A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>JSON-LD values</a>.
|
213 | 224 | See <dfn data-cite="RDF-SCHEMA#ch_collectionvocab" data-lt="collection" class="preserve">RDF collection</dfn> in [[RDF-SCHEMA]].</dd>
|
214 | 225 | <dt><dfn>list object</dfn></dt><dd>
|
215 |
| - A <a>list object</a> is a <a>dictionary</a> that has a <code>@list</code> key.</dd> |
| 226 | + A <a>list object</a> is a <a>dictionary</a> that has a <code>@list</code> key. |
| 227 | + It may also have an <code>@index</code> key, but no other members.</dd> |
216 | 228 | <dt><dfn>literal</dfn></dt><dd>
|
217 | 229 | An <a>object</a> expressed as a value such as a string, number or in expanded form.</dd>
|
218 | 230 | <dt><dfn>local context</dfn></dt><dd>
|
|
294 | 306 | are resolved relative to the <a>vocabulary mapping</a>,
|
295 | 307 | not the <a>base IRI</a>.</dd>
|
296 | 308 | <dt><dfn>set object</dfn></dt><dd>
|
297 |
| - A <a>set object</a> is a <a>dictionary</a> that has an <code>@set</code> <a>member</a>.</dd> |
| 309 | + A <a>set object</a> is a <a>dictionary</a> that has an <code>@set</code> <a>member</a>. |
| 310 | + It may also have an <code>@index</code> key, but no other members.</dd> |
298 | 311 | <dt><dfn>subject</dfn></dt><dd>
|
299 | 312 | A <a data-cite="RDF11-CONCEPTS#dfn-subject" class="externalDFN">subject</a>
|
300 | 313 | is a <a>node</a> in a <a>linked data graph</a>
|
|
0 commit comments