jsonld-ex/test/data/json-ld.org-test-suite/fromRdf-0022-out.jsonld

23 lines
376 B
Text
Raw Normal View History

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