--- 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" } ]
},
{