@@ -9479,7 +9479,7 @@ <h3>Graph Containers</h3>
9479
9479
on an internalized representation of that JSON would need to
9480
9480
iterrate through the values of the array to find a value matching
9481
9481
a particular pattern, such as a < a > language-tagged string</ a >
9482
- using that language < code > en</ code > .</ p >
9482
+ using the language < code > en</ code > .</ p >
9483
9483
9484
9484
< aside class ="example " title ="Indexing language-tagged strings ">
9485
9485
< p > Given the following expanded document:</ p >
@@ -10786,7 +10786,7 @@ <h2>Node Objects</h2>
10786
10786
key, its value MUST be
10787
10787
a < a > node object</ a > or
10788
10788
an < a > array</ a > of zero or more < a > node objects</ a > .
10789
- If the < a > node object</ a > contains an < code > @id</ code > keyword,
10789
+ If the < a > node object</ a > also contains an < code > @id</ code > keyword,
10790
10790
its value is used as the < a > graph name</ a > of a < a > named graph</ a > .
10791
10791
See < a class ="sectionRef " href ="#named-graphs "> </ a > for further discussion on
10792
10792
< code > @graph</ code > values. As a special case, if a < a > dictionary</ a >
@@ -11133,9 +11133,10 @@ <h2>Type Maps</h2>
11133
11133
or an array containing both < code > @type</ code > and < code > @set</ code > .
11134
11134
The keys of a < a > type map</ a > MUST be < a > IRIs</ a >
11135
11135
(< a > relative IRI</ a > , < a > compact IRI</ a > (including < a > blank node identifiers</ a > ), or < a > absolute IRI</ a > ),
11136
- the < a > keyword</ a > < code > @none</ code > ,
11137
- or a < a > term</ a > which expands to < code > @none</ code > ,
11138
- and the values MUST be < a > node objects</ a > .</ p >
11136
+ < a > terms</ a > ,
11137
+ or the < a > keyword</ a > < code > @none</ code > ,
11138
+ and the values MUST be < a > node objects</ a >
11139
+ or < a > strings</ a > which expand to node obects.</ p >
11139
11140
11140
11141
< p > If the value contains a property expanding to < code > @type</ code > , and it's value
11141
11142
is contains the referencing key after suitable expansion of both the referencing key
0 commit comments