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

19 lines
367 B
Plaintext
Executable file

{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"ex": "http://example.org/vocab#"
},
"@explicit": true,
"@type": "ex:Library",
"ex:contains": {
"@explicit": true,
"@type": "ex:Book",
"dc:title": {},
"ex:contains": {
"@explicit": true,
"@type": "ex:Chapter",
"dc:title": {},
"ex:null": {}
}
}
}