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

16 lines
316 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:contains": {"@type": "@id"}
},
"@graph": [
{
"@id": "http://example.org/test/#library",
"@type": "ex:Library",
"ex:contains": "http://example.org/test#book"
},
{
"@id": "http://example.org/test#book"
}
]
}