Skip to content

Commit 9df5425

Browse files
committed
Clarify that @graph may be used with @set in Create Term Definition step 21.1.
For #242.
1 parent f046424 commit 9df5425

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

index.html

+16-6
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ <h3>Algorithm</h3>
17031703
error been detected and processing is aborted.</li>
17041704
<li>If <var>value</var> contains the <a>entry</a> <code>@container</code>:
17051705
<ol>
1706-
<li>Initialize <var>container</var> to the value associated with the
1706+
<li id="ctd-container">Initialize <var>container</var> to the value associated with the
17071707
<code>@container</code> <a>entry</a>, which MUST be either
17081708
<code class="changed">@graph</code>,
17091709
<code class="changed">@id</code>,
@@ -1713,12 +1713,13 @@ <h3>Algorithm</h3>
17131713
<code>@set</code>,
17141714
<code class="changed">@type</code>,
17151715
<span class="changed">
1716-
or an <a>array</a> containing exactly any one of those
1717-
keywords, an <a>array</a> containing <code>@graph</code> and
1716+
or an <a>array</a> containing exactly any one of those keywords,
1717+
an <a>array</a> containing <code>@graph</code> and
17181718
either <code>@id</code> or <code>@index</code> optionally
1719-
including <code>@set</code>, or an <a>array</a> containing a
1720-
combination of <code>@set</code> and any of
1721-
<code>@index</code>, <code>@id</code>, <code>@type</code>,
1719+
including <code>@set</code>,
1720+
or an <a>array</a> containing a combination of <code>@set</code> and any of
1721+
<code>@index</code>, <code>@graph</code>,
1722+
<code>@id</code>, <code>@type</code>,
17221723
<code>@language</code> in any order
17231724
</span>.
17241725
Otherwise, an
@@ -6887,6 +6888,15 @@ <h4>JsonLdErrorCode</h4>
68876888
<li>Ignore terms and IRIs that have the form of a keyword (`"@"1*ALPHA`).</li>
68886889
</ul>
68896890
</section>
6891+
<section class="appendix informative" id="changes-from-cr">
6892+
<h2>Changes since Candidate Release of 12 November 2019</h2>
6893+
<ul>
6894+
<li>Clarified step <a href="#ctd-container">21.1</a> of the
6895+
<a href="#create-term-definition">Create Term Definition algorithm</a>
6896+
that `@graph` may be used with `@set`.
6897+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
6898+
</ul>
6899+
</section>
68906900

68916901
<section id="ack"
68926902
class="appendix informative"

0 commit comments

Comments
 (0)