JSON-LD document definition: dropped reference to Linked Data.
authorFrançois Daoust <francois@joshfire.com>
Tue, 13 Nov 2012 16:09:12 +0100
changeset 957 11e9b7e41859
parent 956 97497a720b32
child 958 d921922105e9
JSON-LD document definition: dropped reference to Linked Data.

"Linked Data" is not normatively defined so shouldn't be referenced
from the JSON-LD document definition in the Conformance section. I
had put the reference only to have some informative description of
what a JSON-LD document is, but that's already expressed in the
introduction anyway.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Nov 09 15:06:19 2012 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Tue Nov 13 16:09:12 2012 +0100
@@ -442,7 +442,7 @@
 
 <p>The JSON-LD Syntax specification describes the conformance criteria for JSON-LD documents (relevant to authors and authoring tool implementors).</p>
 
-<p>A <tdef>JSON-LD document</tdef> is a JSON document that expresses <tref>Linked Data</tref> in JSON. A JSON-LD document complies with this specification if it follows the normative statements for documents defined in sections <a href="#referencing-contexts-from-json-documents"></a> and <a href="#json-ld-grammar"></a>. For convenience, normative statements for documents are often phrased as statements on the properties of the document.</p>
+<p>A <tdef>JSON-LD document</tdef> complies with this specification if it follows the normative statements for documents defined in sections <a href="#referencing-contexts-from-json-documents"></a> and <a href="#json-ld-grammar"></a>. For convenience, normative statements for documents are often phrased as statements on the properties of the document.</p>
 
 <p>The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, NOT RECOMMENDED, MAY, and OPTIONAL in this Recommendation have the meaning defined in [[!RFC2119]].</p>