Minor fixes to issues reported by Zhe Wu
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sat, 07 Apr 2012 12:22:10 +0800
changeset 470 cfdea5a0c615
parent 469 afa13fcf1b45
child 471 b0efa2159af1
Minor fixes to issues reported by Zhe Wu

The whole review can be found at http://lists.w3.org/Archives/Public/public-linked-json/2012Apr/0029.html.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sat Apr 07 02:00:03 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Sat Apr 07 12:22:10 2012 +0800
@@ -610,9 +610,9 @@
 -->
 </pre>
 
-<p>This context document can then be used in an JSON-LD document by adding a
-single line. The JSON markup as shown in the previous section could be changed
-as follows to link to the context document:</p>
+<p>Assuming that this context document can be retrieved at <code>http://json-ld.org/contexts/person</code>,
+  it can be referenced from a JSON-LD document by adding a single line. The JSON markup shown in the previous
+  section could be changed as follows:</p>
 
 <pre class="example" data-transform="updateExample">
 <!--
@@ -2172,8 +2172,8 @@
     "Book":         "http://example.org/vocab#Book",
     "Chapter":      "http://example.org/vocab#Chapter",
     "contains":     "http://example.org/vocab#contains",
-    "creator":      "http://purl.org/dc/terms/creator"
-    "description":  "http://purl.org/dc/terms/description"
+    "creator":      "http://purl.org/dc/terms/creator",
+    "description":  "http://purl.org/dc/terms/description",
     "Library":      "http://example.org/vocab#Library",
     "title":        "http://purl.org/dc/terms/title"
   },