Fix flattening example
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 29 Aug 2012 12:31:24 +0200
changeset 847 28f1d139d4ae
parent 846 5c47823e74ad
child 848 858114b85d00
Fix flattening example
spec/latest/json-ld-framing/index.html
--- a/spec/latest/json-ld-framing/index.html	Wed Aug 29 11:25:51 2012 +0200
+++ b/spec/latest/json-ld-framing/index.html	Wed Aug 29 12:31:24 2012 +0200
@@ -1049,7 +1049,7 @@
 {
   "@context": {
     "name": "http://xmlns.com/foaf/0.1/name",
-    "knows": "foaf:knows"
+    "knows": "http://xmlns.com/foaf/0.1/knows"
   },
   "@id": "http://example.com/markus",
   "name": "Markus Lanthaler",
@@ -1068,8 +1068,7 @@
 [
   {
     "@id": "http://example.com/markus",
-    "foaf:knows": [ { "@id": "_:t0" }
-    ],
+    "http://xmlns.com/foaf/0.1/knows": [ { "@id": "_:t0" } ],
     "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]
   },
   {