Be more specific about how to check that an IRI compacted to a term.
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 14 Feb 2013 13:47:11 -0500
changeset 1262 608a0ec02b17
parent 1261 2f544d1a2a59
child 1263 669aa47b7bc8
Be more specific about how to check that an IRI compacted to a term.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Feb 14 13:34:43 2013 -0500
+++ b/spec/latest/json-ld-api/index.html	Thu Feb 14 13:47:11 2013 -0500
@@ -3545,13 +3545,14 @@
     <code>@id</code>:
     <ol class="algorithm">
       <li>
-        If <em>value</em> compacts to a <tref>term</tref> using the
-        <a href="#iri-compaction">IRI compaction</a>
-        algorithm, passing <tref>active context</tref>, <em>value</em> for
+        If the result of using the
+        <a href="#iri-compaction">IRI compaction</a> algorithm,
+        passing <tref>active context</tref>, <em>value</em> for
         <em>iri</em>, <tref>true</tref> for <em>vocabRelative</em>, and
-        <tref>true</tref> for <em>documentRelative</em> then append
-        <code>@vocab</code>, <code>@id</code>, and <code>@none</code>,
-        in that order, to <em>preferred values</em>.
+        <tref>true</tref> for <em>documentRelative</em> has a
+        <tref>term definition</tref> in <tref>active context</tref>,
+        then append <code>@vocab</code>, <code>@id</code>, and
+        <code>@none</code>, in that order, to <em>preferred values</em>.
       </li>
       <li>
         Otherwise, append <code>@id</code>, <code>@vocab</code>, and