Skip to content

Clarify that @graph may be used with @set #248

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
Dec 18, 2019
Merged
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
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ <h3>Algorithm</h3>
error been detected and processing is aborted.</li>
<li>If <var>value</var> contains the <a>entry</a> <code>@container</code>:
<ol>
<li>Initialize <var>container</var> to the value associated with the
<li id="ctd-container">Initialize <var>container</var> to the value associated with the
<code>@container</code> <a>entry</a>, which MUST be either
<code class="changed">@graph</code>,
<code class="changed">@id</code>,
Expand All @@ -1714,12 +1714,13 @@ <h3>Algorithm</h3>
<code>@set</code>,
<code class="changed">@type</code>,
<span class="changed">
or an <a>array</a> containing exactly any one of those
keywords, an <a>array</a> containing <code>@graph</code> and
or an <a>array</a> containing exactly any one of those keywords,
an <a>array</a> containing <code>@graph</code> and
either <code>@id</code> or <code>@index</code> optionally
including <code>@set</code>, or an <a>array</a> containing a
combination of <code>@set</code> and any of
<code>@index</code>, <code>@id</code>, <code>@type</code>,
including <code>@set</code>,
or an <a>array</a> containing a combination of <code>@set</code> and any of
<code>@index</code>, <code>@graph</code>,
<code>@id</code>, <code>@type</code>,
<code>@language</code> in any order
</span>.
Otherwise, an
Expand Down Expand Up @@ -6895,6 +6896,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
<a href="#create-term-definition">Create Term Definition algorithm</a>
that remaining steps are skipped if the value of `@id` is `null`.
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/241">Issue 241</a>.</li>
<li>Clarified step <a href="#ctd-container">21.1</a> of the
<a href="#create-term-definition">Create Term Definition algorithm</a>
that `@graph` may be used with `@set`.
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
</ul>
</section>

Expand Down