Attempted to clarify what makes something an IRI.
authorManu Sporny <msporny@digitalbazaar.com>
Fri, 22 Jun 2012 23:11:43 -0400
changeset 737 1d4c7efb04e1
parent 736 e3bab45a5339
child 738 c0d6046465b6
Attempted to clarify what makes something an IRI.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Jun 22 23:05:38 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Fri Jun 22 23:11:43 2012 -0400
@@ -853,8 +853,9 @@
 </pre>
 
 <p>In the example above, the key <code>http://xmlns.com/foaf/0.1/name</code> is interpreted
-  as an <tref>IRI</tref>, as opposed to being interpreted as a string because it contains a colon
-  (<code>:</code>) delimiting a valid IRI scheme.</p>
+  as an <tref>IRI</tref> because it contains a colon
+  (<code>:</code>) and the 'http' <tref>prefix</tref> does not exist in 
+  the context.</p>
 
 <p>Term expansion occurs for IRIs if the value matches a <tref>term</tref> defined within the
 <tref>active context</tref>:</p>