Update Label Blank Nodes Algorithm to only generate an @id for elements which are node objects.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Mon, 17 Dec 2012 16:07:03 -0800
changeset 1055 dfbd6d3f4ead
parent 1054 61b13615d866
child 1056 72a15296aa40
Update Label Blank Nodes Algorithm to only generate an @id for elements which are node objects.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Mon Dec 17 19:09:45 2012 +0100
+++ b/spec/latest/json-ld-api/index.html	Mon Dec 17 16:07:03 2012 -0800
@@ -1328,7 +1328,7 @@
       <ol class="algorithm">
         <li>For each <em>key</em>-<em>value</em> pair ordered by <em>key</em>
           recursively apply this algorithm to <em>value</em>.</li>
-        <li>If <em>element</em> does not have an <code>@id</code> member,
+        <li>If <em>element</em> is a <tref>node object</tref> without an <code>@id</code> member,
           create a new <code>@id</code> member and assign it a new
           <tref>blank node identifier</tref> according the
           <a href="#generate-blank-node-identifier">Generate Blank Node Identifier</a> algorithm.</li>