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

35 lines
644 B
Plaintext
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"
}
]
}
]