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