jsonld-ex/test/data/json-ld.org-test-suite/frame-0013-out.jsonld

21 lines
281 B
Text
Raw Normal View History

{
"@context": {
"ex": "http://example.org/"
},
"@graph": [{
"@id": "ex:forgotten"
}, {
"@id": "ex:looker",
"ex:canSee": [
{
"@id": "ex:forgotten"
},
{
"@id": "ex:spotted"
}
]
}, {
"@id": "ex:spotted"
}]
}