Merged the section "Using JSON-LD for RDF" into "Markup Examples" as it didn't contain much information.
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 11 Jan 2012 12:18:23 +0800
changeset 326 30853e18b272
parent 325 851964817c85
child 327 60b8aa170d52
Merged the section "Using JSON-LD for RDF" into "Markup Examples" as it didn't contain much information.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Wed Jan 11 11:32:53 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Wed Jan 11 12:18:23 2012 +0800
@@ -1744,27 +1744,20 @@
 
 </section>
 
-<section>
-  <h2>Using JSON-LD for RDF</h2>
-
-  <p>JSON-LD is a specification for representing <tref>Linked Data</tref> in JSON. A common
-    way of working with Linked Data is through <tdef>RDF</tdef>, the Resource Description Framework.
-    RDF can be expressed using JSON-LD by associating JSON-LD concepts such as <code>@id</code>
-    and <code>@type</code> with the equivalent <tref>IRI</tref>s in RDF. Further information about
-    RDF may be found in [[RDF-PRIMER]].</p>
-
-  <p>Some examples of encoding <tref>RDF</tref> into JSON-LD may be found
-    in <a href="#markup-examples">Appendix A</a>. Details of transforming JSON-LD into RDF
-    are defined in [[JSON-LD-API]].</p>
-</section>
-
 <section class="appendix">
 <h2>Markup Examples</h2>
 
+<p>JSON-LD is a specification for representing <tref>Linked Data</tref> in JSON. A common
+  way of working with Linked Data is through <tdef>RDF</tdef>, the Resource Description Framework.
+  RDF can be expressed using JSON-LD by associating JSON-LD concepts such as <code>@id</code>
+  and <code>@type</code> with the equivalent <tref>IRI</tref>s in RDF. Further information about
+  RDF may be found in [[RDF-PRIMER]].</p>
+
 <p>The JSON-LD markup examples below demonstrate how JSON-LD can be used to
-  express semantic data marked up in other languages such as RDFa, Microformats,
-  and microdata. These sections are merely provided as proof that JSON-LD is
-  very flexible in what it can express across different <tref>Linked Data</tref> approaches.</p>
+  express semantic data marked up in other languages such as RDF, RDFa, Microformats,
+  and Microdata. These sections are merely provided as proof that JSON-LD is
+  very flexible in what it can express across different <tref>Linked Data</tref> approaches.
+  Details of transforming JSON-LD into RDF are defined in [[JSON-LD-API]].</p>
 
 <section>
   <h3>Turtle</h3>