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

31 lines
794 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": [ { "@id": "_:z1" } ]
},
{
"@id": "_:z1",
"http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "cell-B" } ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@list": [] } ]
},
{
"@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/x",
"http://www.example.com/p": [ { "@id": "_:z1" } ]
}
]
}
]