--- a/spec/latest/json-ld-api/index.html Wed Apr 11 21:46:48 2012 +0800
+++ b/spec/latest/json-ld-api/index.html Wed Apr 11 22:08:24 2012 +0800
@@ -1415,7 +1415,7 @@
"Library": "http://example.org/vocab#Library",
"title": "http://purl.org/dc/terms/title"
},
- "@id":
+ "@graph":
[{
"@id": "http://example.com/library",
"@type": "Library",
--- a/spec/latest/json-ld-syntax/index.html Wed Apr 11 21:46:48 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html Wed Apr 11 22:08:24 2012 +0800
@@ -2239,7 +2239,7 @@
"Library": "http://example.org/vocab#Library",
"title": "http://purl.org/dc/terms/title"
},
- "@id":
+ "@graph":
[{
"@id": "http://example.com/library",
"@type": "Library",
@@ -2547,9 +2547,6 @@
<p>An example JSON-LD implementation using a single <tref>context</tref> is
described below.</p>
-<p class="issue">The syntax to serialize multiple graphs is currently being
-discussed in <a href="https://github.com/json-ld/json-ld.org/issues/68">Issue 68</a>.</p>
-
<pre class="example" data-transform="updateExample">
<!--
{
@@ -2557,7 +2554,7 @@
{
"foaf": "http://xmlns.com/foaf/0.1/"
},
- "@id":
+ "@graph":
[
{
"@type": "foaf:Person",