18 lines
487 B
Text
Executable file
18 lines
487 B
Text
Executable file
[
|
|
{
|
|
"@id": "http://example.org/id1",
|
|
"http://example.com/mylist1": [ { "@list": [] } ],
|
|
"http://example.com/mylist2": [
|
|
{ "@list": [ {"@value": 2}, {"@value": "hi"} ] }
|
|
],
|
|
"http://example.com/myset1": [ ],
|
|
"http://example.com/myset2": [ ],
|
|
"http://example.com/myproperty": [
|
|
{
|
|
"@id": "http://example.org/id2",
|
|
"http://example.org/myproperty2": [ {"@value": "ok"} ]
|
|
}
|
|
],
|
|
"http://example.com/emptyobj": [ { } ]
|
|
}
|
|
]
|