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

13 lines
320 B
Plaintext
Executable file

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