Fixed examples in External Contexts (issue #135).
--- a/spec/latest/json-ld-syntax/index.html Sun Jun 24 18:55:11 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html Sun Jun 24 18:55:44 2012 -0700
@@ -1254,7 +1254,7 @@
****"foaf:homepage"****: { "@type": "@id" },
"picture": { "@id": ****"foaf:depiction"****, "@type": "@id" }
},
- "@subject": "http://me.markus-lanthaler.com/",
+ "@id": "http://me.markus-lanthaler.com/",
"@type": "foaf:Person",
"foaf:name": "Markus Lanthaler",
"foaf:homepage": "http://www.markus-lanthaler.com/",
@@ -1388,11 +1388,11 @@
{
"foaf": "http://xmlns.com/foaf/0.1/"
},
- "http://json-ld.org/contexts/event.jsonld",
- ]****
+ "http://json-ld.org/contexts/event.jsonld"
+ ],****
"name": "Manu Sporny",
"homepage": "http://manu.sporny.org/",
- "depiction": "http://twitter.com/account/profile_image/manusporny"
+ "foaf:depiction": "http://twitter.com/account/profile_image/manusporny",
****"celebrates":
{
"@type": "Event",
@@ -2380,7 +2380,7 @@
</section>
<section class="appendix informative">
-<h2>Relationship to other RDF formats</h2>
+<h2>Relationship to other RDF Formats</h2>
<p class="issue">
The intent of the Working Group and the Editors of this specification is to
@@ -2400,7 +2400,7 @@
<p>The JSON-LD markup examples below demonstrate how JSON-LD can be used to
express semantic data marked up in other languages and data models
such as RDF, Turtle, RDFa, Microformats,
- and Microdata. These sections are merely provided as proof that JSON-LD is
+ and Microdata. These sections are merely provided as evidence that JSON-LD is
very flexible in what it can express across different <tref>Linked Data</tref> approaches.
Further information on transforming JSON-LD into RDF are detailed in the
[[JSON-LD-API]].</p>