13 lines
No EOL
235 B
Text
Executable file
13 lines
No EOL
235 B
Text
Executable file
{
|
|
"@context": {
|
|
"dc": "http://purl.org/dc/elements/1.1/",
|
|
"ex": "http://example.org/vocab#"
|
|
},
|
|
"@type": "ex:Library",
|
|
"ex:contains": {
|
|
"@type": "ex:Book",
|
|
"ex:contains": {
|
|
"@type": "ex:Chapter"
|
|
}
|
|
}
|
|
} |