20 lines
535 B
Text
20 lines
535 B
Text
|
[
|
||
|
{
|
||
|
"@id": "_:a",
|
||
|
"http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],
|
||
|
"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]
|
||
|
},
|
||
|
{
|
||
|
"@id": "_:b",
|
||
|
"http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],
|
||
|
"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [
|
||
|
{ "@list": [ { "@value": "c" } ] },
|
||
|
{ "@list": [ { "@value": "d" } ] }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example.com",
|
||
|
"http://example.com/property": [ { "@id": "_:a" } ]
|
||
|
}
|
||
|
]
|