--- 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"
},