Do not drop properties which are blank nodes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 14 Mar 2013 14:52:49 +0100
changeset 1442 34a527527545
parent 1441 05059f849aa9
child 1443 b64fc094df37
Do not drop properties which are blank nodes

This addresses #218.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Mar 14 14:48:05 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Mar 14 14:52:49 2013 +0100
@@ -1494,8 +1494,8 @@
               using the <a href="#iri-expansion">IRI Expansion algorithm</a>,
               passing <tref>active context</tref>, <i>key</i> for
               <i>value</i>, and <tref>true</tref> for <i>vocabRelative</i>.</li>
-            <li>If <i>expanded property</i> is either <tref>null</tref> or
-              neither an <tref>absolute IRI</tref> nor a <tref>keyword</tref>,
+            <li>If <i>expanded property</i> is <tref>null</tref> or it neither
+              contains a colon (<code>:</code>) nor it is a <tref>keyword</tref>,
               drop <i>key</i> by continuing to the next <i>key</i>.</li>
             <li>Validate <i>expanded property</i> against <i>value</i>
               as follows: