Minor fix of Convert to RDF Algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 19 Feb 2013 16:18:52 +0100
changeset 1308 920cb46ec98f
parent 1307 a278f12585cf
child 1309 53baef163d83
Minor fix of Convert to RDF Algorithm

This addresses #218.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Tue Feb 19 00:23:07 2013 -0500
+++ b/spec/latest/json-ld-api/index.html	Tue Feb 19 16:18:52 2013 +0100
@@ -3987,7 +3987,7 @@
   <li>For each <em>graph name</em> and <em>graph</em> in <em>nodeMap</em>:
     <ol class="algorithm">
       <li>Retrieve <em>triples</em> using the <a href="#nodemap-rdf">Node Map to RDF Subalgorithm</a>.</li>
-      <li>If <em>graph name</em> is not <code>@default</code>, add
+      <li>If <em>graph name</em> equals <code>@default</code>, add
         <em>triples</em> to the <tref>default graph</tref> in <em>dataset</em>.</li>
       <li>Otherwise, create a <tref>named graph</tref> in <em>dataset</em>
         composed of <em>graph name</em> and <em>triples</em>.</li>