Fix reference to RDF Concepts
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 13 Jun 2013 12:43:49 +0200
changeset 1725 c6d9abae764f
parent 1724 75d726954bd0
child 1726 0075c51120e9
Fix reference to RDF Concepts
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld/index.html	Tue Jun 11 15:08:59 2013 -0400
+++ b/spec/latest/json-ld/index.html	Thu Jun 13 12:43:49 2013 +0200
@@ -223,7 +223,7 @@
         language syntax for JSON-LD</li>
       <li>Software developers who want to implement processors and APIs for
         JSON-LD</li>
-      <li>Software developers who want to generate or consume Linked Data, 
+      <li>Software developers who want to generate or consume Linked Data,
         an RDF graph, or an RDF Dataset in a JSON syntax</li>
     </ul>
 
@@ -271,12 +271,12 @@
      a design goal, it is not always possible without adding great complexity
      to the language. We should focus on simplicity when possible.</dd>
     <dt>Usable as RDF</dt>
-    <dd>JSON-LD was designed to be usable by developers as 
-    idiomatic JSON, with no need to understand RDF [[RDF11-CONCEPTS]]. 
-    However, JSON-LD was also designed to be usable as RDF, so people 
-    intending to use JSON-LD with RDF tools will find it can be used like 
-    any other RDF syntax. Complete details of how JSON-LD relates to RDF are in 
-    <a href="#relationship-to-rdf"></a>.</dd>
+    <dd>JSON-LD was designed to be usable by developers as
+      idiomatic JSON, with no need to understand RDF [[RDF11-CONCEPTS]].
+      However, JSON-LD was also designed to be usable as RDF, so people
+      intending to use JSON-LD with RDF tools will find it can be used like
+      any other RDF syntax. Complete details of how JSON-LD relates to RDF are in
+      <a href="#relationship-to-rdf"></a>.</dd>
   </dl>
 </section>
 
@@ -2685,7 +2685,7 @@
     to be escaped.</p>
 
   <p>Defining how such data may be used is beyond the scope of this specification.
-    The embedded JSON-LD document might be extracted as is or, e.g., be 
+    The embedded JSON-LD document might be extracted as is or, e.g., be
     interpreted as RDF.</p>
 
   <p>If JSON-LD content is extracted as RDF [[RDF11-CONCEPTS]], it should be expanded into an
@@ -3140,7 +3140,7 @@
 
   <p>JSON-LD is a
     <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-concrete-rdf-syntax">concrete RDF syntax</tref>
-    as described in [RDF11_CONCEPTS]. Hence, a JSON-LD document is both an
+    as described in [[RDF11-CONCEPTS]]. Hence, a JSON-LD document is both an
     RDF document and a JSON document and correspondingly represents both an
     instance of the RDF data model and an instance of the JSON-LD data model.
     RDF's data model is a subset of <tref title="JSON-LD data model">JSON-LD's data model</tref>