34 lines
No EOL
719 B
Text
Executable file
34 lines
No EOL
719 B
Text
Executable file
[
|
|
{
|
|
"@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
|
|
}
|
|
]
|
|
}
|
|
] |