10 lines
No EOL
260 B
Text
Executable file
10 lines
No EOL
260 B
Text
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#book",
|
|
"dc:title": "Title",
|
|
"ex:contains": "http://example.org/test#chapter"
|
|
} |