jsonld-ex/test/data/json-ld.org-test-suite/frame-0013-out.jsonld
2017-03-24 23:08:41 +01:00

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"
}]
}