13 lines
235 B
Text
13 lines
235 B
Text
|
{
|
||
|
"@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"
|
||
|
}
|
||
|
}
|
||
|
}
|