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

15 lines
266 B
Plaintext
Executable file

[
{
"@id": "_:b0",
"http://example.org/foo": [ { "@value": "Foo" } ]
},
{
"@id": "_:b1",
"http://example.org/bar": [ { "@id": "_:b0" } ]
},
{
"@id": "http://example.org/origin",
"http://example.org/bar": [ { "@id": "_:b0" } ]
}
]