@@ -1704,7 +1704,7 @@ <h3>Algorithm</h3>
1704
1704
error been detected and processing is aborted.</ li >
1705
1705
< li > If < var > value</ var > contains the < a > entry</ a > < code > @container</ code > :
1706
1706
< ol >
1707
- < li > Initialize < var > container</ var > to the value associated with the
1707
+ < li id =" ctd-container " > Initialize < var > container</ var > to the value associated with the
1708
1708
< code > @container</ code > < a > entry</ a > , which MUST be either
1709
1709
< code class ="changed "> @graph</ code > ,
1710
1710
< code class ="changed "> @id</ code > ,
@@ -1714,12 +1714,13 @@ <h3>Algorithm</h3>
1714
1714
< code > @set</ code > ,
1715
1715
< code class ="changed "> @type</ code > ,
1716
1716
< span class ="changed ">
1717
- or an < a > array</ a > containing exactly any one of those
1718
- keywords, an < a > array</ a > containing < code > @graph</ code > and
1717
+ or an < a > array</ a > containing exactly any one of those keywords,
1718
+ an < a > array</ a > containing < code > @graph</ code > and
1719
1719
either < code > @id</ code > or < code > @index</ code > optionally
1720
- including < code > @set</ code > , or an < a > array</ a > containing a
1721
- combination of < code > @set</ code > and any of
1722
- < code > @index</ code > , < code > @id</ code > , < code > @type</ code > ,
1720
+ including < code > @set</ code > ,
1721
+ or an < a > array</ a > containing a combination of < code > @set</ code > and any of
1722
+ < code > @index</ code > , < code > @graph</ code > ,
1723
+ < code > @id</ code > , < code > @type</ code > ,
1723
1724
< code > @language</ code > in any order
1724
1725
</ span > .
1725
1726
Otherwise, an
@@ -6895,6 +6896,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
6895
6896
< a href ="#create-term-definition "> Create Term Definition algorithm</ a >
6896
6897
that remaining steps are skipped if the value of `@id` is `null`.
6897
6898
This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/241 "> Issue 241</ a > .</ li >
6899
+ < li > Clarified step < a href ="#ctd-container "> 21.1</ a > of the
6900
+ < a href ="#create-term-definition "> Create Term Definition algorithm</ a >
6901
+ that `@graph` may be used with `@set`.
6902
+ This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/242 "> Issue 242</ a > .</ li >
6898
6903
</ ul >
6899
6904
</ section >
6900
6905
0 commit comments