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

34 lines
719 B
Text
Raw Normal View History

[
{
"@id": "http://example.org/id",
"http://example.com/mylist": [
{
"@list": [
{
"@value": 1
},
{
"@value": 2
},
{
"@value": 2
},
{
"@value": 3
}
]
}
],
"http://example.com/myset": [
{
"@value": 1
},
{
"@value": 2
},
{
"@value": 3
}
]
}
]