jsonld-ex/test/data/json-ld.org-test-suite/frame-0022-out.jsonld
2017-03-24 23:08:41 +01:00

26 lines
616 B
Plaintext
Executable file

{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"ex": "http://example.org/vocab#"
},
"@graph": [
{
"@id": "http://example.org/library",
"@type": "ex:Library",
"ex:contains": [
{
"@id": "http://example.org/library/the-republic#introduction",
"@type": "ex:Book",
"dc:creator": "Plato",
"dc:title": "Title missing"
},
{
"@id": "http://example.org/library/the-republic",
"@type": "ex:Book",
"dc:creator": "Plato",
"dc:title": "The Republic"
}
]
}
]
}