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

21 lines
283 B
Text
Raw Normal View History

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