jsonld-ex/test/data/json-ld.org-test-suite/expand-0078-out.jsonld
2017-03-24 23:08:41 +01:00

27 lines
959 B
Plaintext
Executable file

[{
"@id": "http://json-ld.org/test-suite/tests/expand-0078-in.jsonld#homer",
"@reverse": {
"http://example.com/vocab#parent": [
{
"@id": "http://json-ld.org/test-suite/tests/expand-0078-in.jsonld#bart",
"http://example.com/vocab#name": [ { "@value": "Bart" } ]
},
{
"@id": "http://json-ld.org/test-suite/tests/expand-0078-in.jsonld#lisa",
"http://example.com/vocab#name": [ { "@value": "Lisa" } ]
}
],
"http://example.com/vocab#owner": [
{
"@id": "http://json-ld.org/test-suite/tests/expand-0078-in.jsonld#snowball-ii",
"http://example.com/vocab#name": [ { "@value": "Snowball II" } ]
},
{
"@id": "http://json-ld.org/test-suite/tests/expand-0078-in.jsonld#santas-little-helper",
"http://example.com/vocab#name": [ { "@value": "Santa's Little Helper" } ]
}
]
},
"http://example.com/vocab#name": [ { "@value": "Homer" } ]
}]