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

32 lines
675 B
Plaintext
Executable file

[
{
"@id": "http://www.example.com/G",
"@graph": [
{
"@id": "_:z0",
"http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "cell-A" } ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [
{
"@list": [
{ "@value": "cell-B" }
]
}
]
},
{
"@id": "http://www.example.com/z",
"http://www.example.com/q": [ { "@id": "_:z0" } ]
}
]
},
{
"@id": "http://www.example.com/G1",
"@graph": [
{
"@id": "http://www.example.com/z",
"http://www.example.com/q": [ { "@id": "_:z0" } ]
}
]
}
]