jsonld-ex/test/data/json-ld.org-test-suite/flatten-0046-in.jsonld

18 lines
252 B
Text
Raw Normal View History

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