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

14 lines
349 B
Text
Executable file

[
{
"@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"} ]
}
]