Skip to content

Commit 12b85aa

Browse files
pchampingkellogg
authored andcommitted
improvements to other sections of the Grammar
1 parent c3ad9a7 commit 12b85aa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9479,7 +9479,7 @@ <h3>Graph Containers</h3>
94799479
on an internalized representation of that JSON would need to
94809480
iterrate through the values of the array to find a value matching
94819481
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>
94839483

94849484
<aside class="example" title="Indexing language-tagged strings">
94859485
<p>Given the following expanded document:</p>
@@ -10786,7 +10786,7 @@ <h2>Node Objects</h2>
1078610786
key, its value MUST be
1078710787
a <a>node object</a> or
1078810788
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,
1079010790
its value is used as the <a>graph name</a> of a <a>named graph</a>.
1079110791
See <a class="sectionRef" href="#named-graphs"></a> for further discussion on
1079210792
<code>@graph</code> values. As a special case, if a <a>dictionary</a>
@@ -11133,9 +11133,10 @@ <h2>Type Maps</h2>
1113311133
or an array containing both <code>@type</code> and <code>@set</code>.
1113411134
The keys of a <a>type map</a> MUST be <a>IRIs</a>
1113511135
(<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>
1113911140

1114011141
<p>If the value contains a property expanding to <code>@type</code>, and it's value
1114111142
is contains the referencing key after suitable expansion of both the referencing key

0 commit comments

Comments
 (0)