15 lines
349 B
Text
15 lines
349 B
Text
|
[
|
||
|
{
|
||
|
"@id": "http://example.org/id",
|
||
|
"http://example.com/mylist1": [ { "@list": [] } ],
|
||
|
"http://example.com/myset1": [ ],
|
||
|
"http://example.com/myset2": [ ],
|
||
|
"http://example.com/myset3": [
|
||
|
{"@value": "hello"},
|
||
|
{"@value": "this"},
|
||
|
{"@value": "will"},
|
||
|
{"@value": "be"},
|
||
|
{"@value": "collapsed"} ]
|
||
|
}
|
||
|
]
|