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

12 lines
166 B
Plaintext
Executable file

{
"@context": {
"ex": "http://www.example.com/#"
},
"@type": "ex:Thing",
"ex:embed": {
"@embed": true
},
"ex:noembed": {
"@embed": false
}
}