Update grammar for property generators to match algorithms
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 27 Dec 2012 15:43:04 +0100
changeset 1099 6e8941290d56
parent 1098 df03a6bd9c08
child 1100 a13341a551ed
Update grammar for property generators to match algorithms

This addresses #142.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Thu Dec 27 15:35:45 2012 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Thu Dec 27 15:43:04 2012 +0100
@@ -3004,7 +3004,10 @@
   include the <code>@id</code> key.</p>
 
 <p>If the <tref>expanded term definition</tref> contains the <code>@id</code> <tref>keyword</tref>,
-  its value MUST be <code>null</code>, an <tref>IRI</tref>, a <tref>compact IRI</tref>, a <tref>term</tref> defined in the defining <tref>context definition</tref> or the <tref>active context</tref>, or an <tref>array</tref> composed of any of the previous allowed values.</p>
+  its value MUST be <code>null</code>, an <tref>absolute IRI</tref>, a <tref>blank node identifier</tref>,
+  a <tref>compact IRI</tref>, a <tref>term</tref> defined in the defining <tref>context definition</tref>
+  or the <tref>active context</tref>, or an <tref>array</tref> composed of any of the previous allowed values except
+  <tref>null</tref>.</p>
 <p>If the <tref>expanded term definition</tref> contains the <code>@type</code> <tref>keyword</tref>,
   its value MUST be an <tref>absolute IRI</tref>, a <tref>compact IRI</tref>, a <tref>term</tref> defined in the defining <tref>context definition</tref> or the <tref>active context</tref>, or the <code>@id</code> <tref>keyword</tref>.</p>
 <p>If the <tref>expanded term definition</tref> contains the <code>@language</code> <tref>keyword</tref>,