Skip to content

Update terminology "term definition" for CANDIDATE CORRECTION 1. #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@
Its value is either a string (<dfn data-cite="JSON-LD11#dfn-simple-term-definition" data-lt="simple term definition|simple term" data-lt-noDefault>simple term definition</dfn>),
expanding to an <a>IRI</a>,
or a map (<a>expanded term definition</a>).
<ins cite="#change_api_638"><br/>
For <a data-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>
</dd>
<dt class="changed"><dfn data-cite="JSON-LD11#dfn-type-map">type map</dfn></dt><dd class="changed">
A <a>type map</a> is a <a>map</a> value of a <a>term</a>
Expand Down
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
documents created using the 1.0 version of this specification remain compatible with JSON-LD 1.1.</p>
</section>

<section id="sotd">
<section id="sotd" class="updateable-rec">
<p>This document has been developed by the
<a href="https://www.w3.org/2018/json-ld-wg/">JSON-LD Working Group</a> and was derived from the <a href="https://www.w3.org/community/json-ld/">JSON-LD Community Group's</a> <a href="https://www.w3.org/2018/jsonld-cg-reports/json-ld/">Final Report</a>.</p>

Expand Down Expand Up @@ -439,6 +439,15 @@ <h2>Terminology</h2>
<p>This document uses the following terms as defined in external specifications
and defines terms specific to JSON-LD.</p>


<div id="change_api_638" class="candidate correction">
<span class="marker">Candidate Correction 1</span>
<p>Change the type of <a>term definition</a> from <a>array</a> to <a>map</a> in <a>active context</a>,
to be consistent with the way it is used in the algorithms.
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/630">issue 630</a>.
</p>
</div>

<div data-include="common/terms.html"></div>
</section>

Expand Down Expand Up @@ -3532,7 +3541,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>

<p class="note">The values of <code>@type</code> are unordered, so if multiple
types are listed, the order that <a>type-scoped contexts</a> are applied is based on
<a>code point ordering</a>.</p>
<a data-lt="code point order">code point ordering</a>.</p>

<p>For example, consider the following semantically equivalent examples.
The first example, shows how properties and types can define their own
Expand Down Expand Up @@ -13879,6 +13888,8 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
<li>Allow further structured extensions of `application/ld+json` by using
`+ld+json` as a structured media extension. See <a href="#structured-extension-ld-json"></a>.</li>
<li>Use <a>code point order</a> as a better definition for the more vague "lexicographical order".</li>
<li>2025-06-04: Clarifiy language about <a>term definitions</a>,
as described in <a href="#change_api_638">Candidate Correction 1</a></li>
</ul>
</section>

Expand Down