--- a/spec/latest/json-ld-api/index.html Fri Mar 22 16:56:37 2013 +0100
+++ b/spec/latest/json-ld-api/index.html Fri Mar 22 17:01:57 2013 +0100
@@ -452,7 +452,7 @@
{
"@id": "_:t0",
"http://xmlns.com/foaf/0.1/name": [
- {"@value": "Dave Longley" }
+ { "@value": "Dave Longley" }
]
},
{
@@ -494,9 +494,7 @@
{
"@id": "http://me.markus-lanthaler.com/",
"name": "Markus Lanthaler",
- "knows": {
- "@id": "_:t0"
- }
+ "knows": { "@id": "_:t0" }
}
]
}
@@ -535,14 +533,10 @@
{
"@id": "http://me.markus-lanthaler.com/",
"http://xmlns.com/foaf/0.1/name": [
- {
- "@value": "Markus Lanthaler"
- }
+ { "@value": "Markus Lanthaler" }
],
"http://xmlns.com/foaf/0.1/homepage": [
- {
- "@id": "http://www.markus-lanthaler.com/"
- }
+ { "@id": "http://www.markus-lanthaler.com/" }
]
}
]