Fix bug in Subject Map Generation algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 29 Aug 2012 12:37:34 +0200
changeset 848 858114b85d00
parent 847 28f1d139d4ae
child 849 41fef7ed5622
Fix bug in Subject Map Generation algorithm
spec/latest/json-ld-framing/index.html
--- a/spec/latest/json-ld-framing/index.html	Wed Aug 29 12:31:24 2012 +0200
+++ b/spec/latest/json-ld-framing/index.html	Wed Aug 29 12:37:34 2012 +0200
@@ -927,7 +927,7 @@
     <ol class="algorithm">
       <li>If <em>property</em> is <code>@graph</code>, recursively call this algorithm passing <em>value</em>
         for <em>element</em>, <em>subjectMap</em>, <tref>null</tref> for <em>list</em> and if <em>graph</em>
-        is <code>merged</code> use <em>graph</em>, otherwise use <em>id</em> for <em>graph</em> and then continue.</li>
+        is <code>@merged</code> use <em>graph</em>, otherwise use <em>id</em> for <em>graph</em> and then continue.</li>
       <li>If <em>property</em> is not <code>@type</code> and is a keyword, merge <code>property</code> and
         <code>value</code> into <code>subject</code> and then continue.</li>
       <li>For each value <em>v</em> in the array <em>value</em>:
@@ -958,7 +958,7 @@
 </ol>
 
 <p>After the above outlined algorithm has been executed, the subject map for all graphs including the default graph are contained in
-  <em>subjectMap</em>. To also create the subject map for the merged graph, execute the algorithm again, but pass <code>merged</code>
+  <em>subjectMap</em>. To also create the subject map for the merged graph, execute the algorithm again, but pass <code>@merged</code>
   for <em>graph</em>.</p>
 
 </section>