Skip to content

Commit 0248541

Browse files
committed
Improve wording in _Serialize RDF as JSON-LD_ to ensure that _node_ is a bnode while in loop.
Fixes #493.
1 parent 716c5c2 commit 0248541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@ <h3>Algorithm</h3>
31023102
equal if they have equivalent key-value pairs.</li>
31033103
</ol>
31043104
</li>
3105-
<li>Otherwise, append <em>reference</em> to the <code>@list</code> member of <em>list</em>.</li>
3105+
<li>Otherwise, append <em class="changed">reference</em> to the <code>@list</code> member of <em>list</em>.</li>
31063106
</ol>
31073107
</li>
31083108
<li>If <em>element</em> has an <code>@type</code> key, append
@@ -3657,6 +3657,8 @@ <h2>Algorithm</h2>
36573657
<li>Initialize two empty <a>arrays</a> <em>list</em>
36583658
and <em>list nodes</em>.</li>
36593659
<li>While <em>property</em> equals <code>rdf:rest</code>,
3660+
<span class="changed">the value of the <code>@id</code> member
3661+
of <em>node</em> is a <a>blank node identifier</a>,</span>
36603662
the <a>array</a> value of the member of <em>node usages map</em> associated with the <code>@id</code>
36613663
member of <code>node</code> has only one member,
36623664
<span class="changed">

0 commit comments

Comments
 (0)