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

20 lines
464 B
Plaintext
Executable file

{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"ex": "http://example.org/vocab#",
"ex:contains": {
"@type": "@id"
}
},
"@id": "http://example.org/test#library",
"ex:contains": {
"@id": "http://example.org/test#book",
"dc:contributor": "Writer",
"dc:title": "My Book",
"ex:contains": {
"@id": "http://example.org/test#chapter",
"dc:description": "Fun",
"dc:title": "Chapter One"
}
}
}