Correct explanation of example 6
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 12 Mar 2013 18:45:02 +0100
changeset 1425 a423f4fa7bb0
parent 1424 ac18aca93a0e
child 1426 6e334ea37fe8
Correct explanation of example 6
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Mar 12 18:38:36 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Tue Mar 12 18:45:02 2013 +0100
@@ -577,8 +577,8 @@
 
   <p>In the example above, the key <code>http://schema.org/name</code>
     is interpreted as an <tref>absolute IRI</tref> because it contains a colon
-    (<code>:</code>) and the "http" <tref>prefix</tref> does not exist in
-    the context.</p>
+    (<code>:</code>) and it is neither a <tref>compact IRI</tref> nor a
+    <tref>blank node identifier</tref>.</p>
 
   <p>Term-to-IRI expansion occurs if the key matches a <tref>term</tref> defined
     within the <tref>active context</tref>:</p>