jsonld-ex/test/data/json-ld.org-test-suite/flatten-0045-out.jsonld

15 lines
266 B
Text
Raw Normal View History

[
{
"@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" } ]
}
]