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

16 lines
269 B
Plaintext
Executable file

{
"@context": {
"ex": "http://www.example.com/#"
},
"@graph": [{
"@id": "ex:subject",
"@type": "ex:Thing",
"ex:embed": {
"@id": "ex:embedded",
"ex:title": "Embedded"
},
"ex:noembed": {
"@id": "ex:notembedded"
}
}]
}