23 lines
No EOL
573 B
Text
Executable file
23 lines
No EOL
573 B
Text
Executable file
{
|
|
"@context": {
|
|
"dc": "http://purl.org/dc/elements/1.1/",
|
|
"ex": "http://example.org/vocab#"
|
|
},
|
|
"@graph": [{
|
|
"@id": "http://example.org/test/#library",
|
|
"@type": "ex:Library",
|
|
"ex:contains": {
|
|
"@id": "http://example.org/test#book",
|
|
"@type": "ex:Book",
|
|
"dc:contributor": "Writer",
|
|
"dc:title": "My Book",
|
|
"ex:contains": {
|
|
"@id": "http://example.org/test#chapter",
|
|
"@type": "ex:Chapter",
|
|
"dc:description": "Fun",
|
|
"dc:title": "Chapter One",
|
|
"ex:act": "ex:ActOne"
|
|
}
|
|
}
|
|
}]
|
|
} |