Fix value being compacted/compared.
authorDave Longley <dlongley@digitalbazaar.com>
Fri, 15 Feb 2013 00:37:06 -0500
changeset 1264 58ce85eb695f
parent 1263 669aa47b7bc8
child 1265 ec12e249afa6
Fix value being compacted/compared.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Feb 15 00:34:08 2013 -0500
+++ b/spec/latest/json-ld-api/index.html	Fri Feb 15 00:37:06 2013 -0500
@@ -3547,11 +3547,13 @@
       <li>
         If the result of using the
         <a href="#iri-compaction">IRI compaction</a> algorithm,
-        passing <tref>active context</tref>, <em>value</em> for
+        passing <tref>active context</tref>, the value associated with the
+        <code>@id</code> key in <em>value</em> for
         <em>iri</em>, <tref>true</tref> for <em>vocabRelative</em>, and
         <tref>true</tref> for <em>documentRelative</em> has a
         <tref>term definition</tref> with in <tref>active context</tref>
-        with an <tref>IRI mapping</tref> that equals <em>value</em>,
+        with an <tref>IRI mapping</tref> that equals the value associated
+        with the <code>@id</code> key in <em>value</em>,
         then append <code>@vocab</code>, <code>@id</code>, and
         <code>@none</code>, in that order, to <em>preferred values</em>.
       </li>