Permit keywords as value of @id in expanded term definitions
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 15 Apr 2013 19:14:21 +0200
changeset 1590 39fc540bcf52
parent 1589 2645d9e54a1b
child 1591 4c7e3d38b2ca
Permit keywords as value of @id in expanded term definitions

See discussion at https://github.com/json-ld/json-ld.org/commit/657c90f3fc4050fce006fa11a2a420e7e4efe049
spec/latest/changes-since-lc.txt
spec/latest/json-ld/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/latest/changes-since-lc.txt	Mon Apr 15 19:14:21 2013 +0200
@@ -0,0 +1,9 @@
+Syntax spec
+---------------------
+
+- Permit keywords as value of @id in expanded term definitions (section B.7 Context Definitions)
+
+
+
+API spec
+---------------------
--- a/spec/latest/json-ld/index.html	Mon Apr 15 19:04:12 2013 +0200
+++ b/spec/latest/json-ld/index.html	Mon Apr 15 19:14:21 2013 +0200
@@ -3096,7 +3096,8 @@
 
   <p>If the <tref>expanded term definition</tref> contains the <code>@id</code>
     <tref>keyword</tref>, its value MUST be <tref>null</tref>, an <tref>absolute IRI</tref>,
-    a <tref>blank node identifier</tref>, a <tref>compact IRI</tref>, or a <tref>term</tref>.</p>
+    a <tref>blank node identifier</tref>, a <tref>compact IRI</tref>, a <tref>term</tref>,
+    or a <tref>keyword</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