--- a/test-suite/tests/compact-0016-out.jsonld Sat Dec 08 14:29:33 2012 +0100
+++ b/test-suite/tests/compact-0016-out.jsonld Sat Dec 08 15:49:59 2012 +0100
@@ -6,17 +6,19 @@
},
"@id": "ws:Assertions",
"@type": "wd:SnakSet",
- "@graph": {
- "@id": "ws:BerlinFact",
- "@type": "wd:Snak",
- "@graph": [
- {
- "@id": "wp:Berlin",
- "wd:population": 3499879
- },
- "ws:ParisFact"
- ],
- "wd:assertedBy": "Statistik Berlin/Brandenburg"
- },
+ "@graph": [
+ {
+ "@id": "ws:BerlinFact",
+ "@type": "wd:Snak",
+ "@graph": [
+ {
+ "@id": "wp:Berlin",
+ "wd:population": 3499879
+ },
+ "ws:ParisFact"
+ ],
+ "wd:assertedBy": "Statistik Berlin/Brandenburg"
+ }
+ ],
"wd:assertedBy": "Gregg Kellogg"
}