jsonld-ex/test/data/json-ld.org-test-suite/compact-0009-out.jsonld

10 lines
260 B
Text
Raw Normal View History

{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"ex": "http://example.org/vocab#",
"ex:contains": {"@type": "@id"}
},
"@id": "http://example.org/test#book",
"dc:title": "Title",
"ex:contains": "http://example.org/test#chapter"
}