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