@@ -1703,7 +1703,7 @@ <h3>Algorithm</h3>
1703
1703
error been detected and processing is aborted.</ li >
1704
1704
< li > If < var > value</ var > contains the < a > entry</ a > < code > @container</ code > :
1705
1705
< 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
1707
1707
< code > @container</ code > < a > entry</ a > , which MUST be either
1708
1708
< code class ="changed "> @graph</ code > ,
1709
1709
< code class ="changed "> @id</ code > ,
@@ -1713,12 +1713,13 @@ <h3>Algorithm</h3>
1713
1713
< code > @set</ code > ,
1714
1714
< code class ="changed "> @type</ code > ,
1715
1715
< 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
1718
1718
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 > ,
1722
1723
< code > @language</ code > in any order
1723
1724
</ span > .
1724
1725
Otherwise, an
@@ -6887,6 +6888,15 @@ <h4>JsonLdErrorCode</h4>
6887
6888
< li > Ignore terms and IRIs that have the form of a keyword (`"@"1*ALPHA`).</ li >
6888
6889
</ ul >
6889
6890
</ 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 >
6890
6900
6891
6901
< section id ="ack "
6892
6902
class ="appendix informative "
0 commit comments