You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't follow the pattern 'change_N' for the id,
because this change will also be present in json-ld-syntax (in comment/terms),
and so will probably require a candidate addition in that spec too (with a different index).
Hence the more robust id used here.
Copy file name to clipboardexpand all lines: common/terms.html
+3-2
Original file line number
Diff line number
Diff line change
@@ -382,8 +382,9 @@
382
382
as a key, type, or elsewhere that a string is interpreted as a vocabulary item.
383
383
Its value is either a string (<dfndata-cite="JSON-LD11#dfn-simple-term-definition" data-lt="simple term definition|simple term" data-lt-noDefault>simple term definition</dfn>),
384
384
expanding to an <a>IRI</a>,
385
-
or a map (<a>expanded term definition</a>).<br/>
386
-
For <adata-cite="JSON-LD11-API#context-processing-algorithms">context processing</a>, <a>term definition</a> values are converted internally to a dedicated data structure that is easier to process.
385
+
or a map (<a>expanded term definition</a>).
386
+
<inscite="#change_api_638"><br/>
387
+
For <adata-cite="JSON-LD11-API#context-processing-algorithms">context processing</a>, <a>term definition</a> values are converted internally to a dedicated data structure that is easier to process.</ins>
<p>Change the type of <a>term definition</a> from <a>array</a> to <a>map</a> in <a>active context</a>,
1077
+
to be consistent with the way it is used in the algorithms.
1078
+
Clarify the notion <a>term definition</a>.
1079
+
For more information, refer to <ahref="https://github.com/w3c/json-ld-api/issues/630">issue 630</a>.
1080
+
</p>
1081
+
</div>
1082
+
1074
1083
<p>The <a>active context</a> consists of:</p>
1075
1084
<ul>
1076
1085
<li>the active <a>term definitions</a> which specify how
1077
-
keys and values have to be interpreted (<aclass="changed">map</a> of <a>term definitions</a>),</li>
1086
+
keys and values have to be interpreted (<delcite="#change_api_638"><a>array</a></del><inscite="#change_api_638"><a>map</a></ins> of <a>term definitions</a>),</li>
1078
1087
<li>the current <dfndata-lt="context-base-iri" data-lt-noDefault>base IRI</dfn> (<a>IRI</a>),</li>
1079
1088
<liclass="changed">the <dfn>original base URL</dfn> (<a>IRI</a>),</li>
0 commit comments