jsonld-ex/test/data/json-ld.org-test-suite/flatten-0015-out.jsonld

35 lines
644 B
Text
Raw Normal View History

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