21 lines
281 B
Text
21 lines
281 B
Text
|
{
|
||
|
"@context": {
|
||
|
"ex": "http://example.org/"
|
||
|
},
|
||
|
"@graph": [{
|
||
|
"@id": "ex:forgotten"
|
||
|
}, {
|
||
|
"@id": "ex:looker",
|
||
|
"ex:canSee": [
|
||
|
{
|
||
|
"@id": "ex:forgotten"
|
||
|
},
|
||
|
{
|
||
|
"@id": "ex:spotted"
|
||
|
}
|
||
|
]
|
||
|
}, {
|
||
|
"@id": "ex:spotted"
|
||
|
}]
|
||
|
}
|