Skip to content

Commit 9ed6d0d

Browse files
authored
Proposed fix for json-ld#488
Although, as suggested in json-ld#488, an additional note would be useful, drawing the readers attention on the fact that, in this particular case, a relative IRI can *not* be used in place of an absolute IRI. I leave it to the editors to decide whether they want to include it or not.
1 parent 49ea2da commit 9ed6d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/latest/json-ld/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,7 @@ <h2>Node Objects</h2>
32093209
properties of the resulting <a>node</a>.</p>
32103210

32113211
<p>A <a>node object</a> MUST be a <a>JSON object</a>. All keys
3212-
which are not <a>IRIs</a>,
3212+
which are not <a>absolute IRI</a>s,
32133213
<a>compact IRIs</a>, <a>terms</a>
32143214
valid in the <a>active context</a>, or one of the following
32153215
<a>keyword</a> MUST be ignored when processed:</p>

0 commit comments

Comments
 (0)