Make the differences between example 1 and 2 more obvious (API spec)
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 22 Mar 2013 16:56:37 +0100
changeset 1469 11c48dbf77d9
parent 1468 50ef48722a8c
child 1470 f854d3d623eb
Make the differences between example 1 and 2 more obvious (API spec)

This addresses #218.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Mar 22 15:39:56 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Fri Mar 22 16:56:37 2013 +0100
@@ -265,14 +265,11 @@
     <!--
     {
       "@context": {
-        "homepage": {
-          "@id": "http://xmlns.com/foaf/0.1/homepage",
-          "@type": "@id"
-        }
+        ****"website": "http://xmlns.com/foaf/0.1/homepage"****
       },
       "@id": "http://me.markus-lanthaler.com/",
       "****http://xmlns.com/foaf/0.1/name****": "Markus Lanthaler",
-      "homepage": ****[**** "http://www.markus-lanthaler.com/" ****]****
+      ****"website"****: ****{ "@id":**** "http://www.markus-lanthaler.com/" ****}****
     }
     -->
     </pre>