--- a/spec/latest/json-ld-api/index.html Sun Mar 18 20:47:04 2012 +0800
+++ b/spec/latest/json-ld-api/index.html Mon Mar 19 21:30:28 2012 +0800
@@ -1129,10 +1129,12 @@
<pre class="example" data-transform="updateExample">
<!--
{
- "name": "http://xmlns.com/foaf/0.1/name",
- "homepage": {
- "@id": "http://xmlns.com/foaf/0.1/homepage",
- "@type": "@id"
+ "@context": {
+ "name": "http://xmlns.com/foaf/0.1/name",
+ "homepage": {
+ "@id": "http://xmlns.com/foaf/0.1/homepage",
+ "@type": "@id"
+ }
}
}
-->
--- a/spec/latest/json-ld-syntax/index.html Sun Mar 18 20:47:04 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html Mon Mar 19 21:30:28 2012 +0800
@@ -2188,10 +2188,12 @@
<pre class="example" data-transform="updateExample">
<!--
{
- "name": "http://xmlns.com/foaf/0.1/name",
- "homepage": {
- "@id": "http://xmlns.com/foaf/0.1/homepage",
- "@type": "@id"
+ "@context": {
+ "name": "http://xmlns.com/foaf/0.1/name",
+ "homepage": {
+ "@id": "http://xmlns.com/foaf/0.1/homepage",
+ "@type": "@id"
+ }
}
}
-->