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

23 lines
376 B
Plaintext
Executable file

[
{
"@id": "http://www.example.com/G",
"@graph": [
{
"@id": "http://www.example.com/z",
"http://www.example.com/q": [
{
"@list": [
{
"@value": "cell-A"
},
{
"@value": "cell-B"
}
]
}
]
}
]
}
]