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

17 lines
299 B
Plaintext
Executable file

[
{
"@id": "",
"http://example.com/foo": [ { "@value": "bar" } ],
"@graph": [
{
"@id": "",
"http://example.com/baz": [ { "@value": "bam" } ]
},
{
"@id": "0",
"http://example.com/baaaaaz": [ { "@value": "baaaam" } ]
}
]
}
]