author | Markus Lanthaler <mark_lanthaler@gmx.net> |
Fri, 11 May 2012 20:24:40 +0800 | |
changeset 642 | 724ef08f92ba |
parent 641 | ce5e6ff560a8 |
child 643 | 25c856160431 |
spec/latest/json-ld-syntax/index.html |
--- a/spec/latest/json-ld-syntax/index.html Wed May 09 22:16:24 2012 -0400 +++ b/spec/latest/json-ld-syntax/index.html Fri May 11 20:24:40 2012 +0800 @@ -2148,11 +2148,11 @@ <!-- [ { - "http://xmlns.com/foaf/0.1/name": [ "Manu Sporny" ], + "http://xmlns.com/foaf/0.1/name": [ + { "@value": "Manu Sporny" } + ], "http://xmlns.com/foaf/0.1/homepage": [ - { - "@id": "http://manu.sporny.org/" - } + { "@id": "http://manu.sporny.org/" } ] } ]