Add more context to Identifying the Subject example (from #135).
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 24 Jun 2012 18:18:22 -0700
changeset 746 565848d9095a
parent 745 96f71de0bd4b
child 747 03d14b8fc8e7
Add more context to Identifying the Subject example (from #135).
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sun Jun 24 18:07:19 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html	Sun Jun 24 18:18:22 2012 -0700
@@ -972,8 +972,18 @@
 <pre class="example" data-transform="updateExample">
 <!--
 {
-...
+  "@context":
+  {
+    ...
+    "homepage":
+    {
+      "@id": "http://xmlns.com/foaf/0.1/homepage",
+      "@type": "@id"
+    }
+    ...
+  },
   "****@id****": "****http://example.org/people#joebob****",
+  "homepage": "http://manu.sporny.org/",
 ...
 }
 -->