Add more context to Identifying the Subject example (from #135).
--- 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/",
...
}
-->