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

18 lines
252 B
Plaintext
Executable file

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