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