Minor JSON-LD Grammar fixes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 04 Jan 2013 18:36:33 +0100
changeset 1105 8663aa7b54eb
parent 1104 dd35d2a81baa
child 1106 48ddbe644270
Minor JSON-LD Grammar fixes

This addresses #114
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Jan 04 18:35:41 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Fri Jan 04 18:36:33 2013 +0100
@@ -2929,7 +2929,7 @@
 
 <p>The value associated with the <code>@type</code> key MUST be a
   <tref>term</tref>, a <tref>compact IRI</tref>,
-  an <tref>absolute IRI</tref>, or <code>null</code>.</p>
+  an <tref>IRI</tref>, or <tref>null</tref>.</p>
 
 <p>The value associated with the <code>@language</code> key MUST have the
   lexical form described in [[!BCP47]], or be <tref>null</tref>.</p>
@@ -2994,7 +2994,7 @@
   its value MUST have the lexical form of <tref>absolute IRI</tref> or be <tref>null</tref>.</p>
 
 <p><tref>Term</tref> values MUST be either a
-  <tref>string</tref>, <code>null</code>, or an <tref>expanded term definition</tref>.</p>
+  <tref>string</tref>, <tref>null</tref>, or an <tref>expanded term definition</tref>.</p>
 
 <p>An <tdef>expanded term definition</tdef> is used to describe the mapping
   between a <tref>term</tref> and its expanded identifier, as well as other
@@ -3005,13 +3005,13 @@
   composed of zero or more keys from <code>@id</code>,
   <code>@type</code>, <code>@language</code> or <code>@container</code>. An
   <tref>expanded term definition</tref> SHOULD NOT contain any other keys.
-<p>If the <tref>term</tref> definition is not <code>null</code>, a <tref>compact IRI</tref>,
+<p>If the <tref>term</tref> definition is not <tref>null</tref>, a <tref>compact IRI</tref>,
   or an <tref>absolute IRI</tref> and the <tref>active context</tref> does not have an
   <code>@vocab</code> mapping, the <tref>expanded term definition</tref> MUST
   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>absolute IRI</tref>, a <tref>blank node identifier</tref>,
+  its value MUST be <tref>null</tref>, 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>