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