Sha256: 4f3c32b0b0bda61058d40da5456f5a9aa738da8d85bcc2fa8da674c5cb11e782
Contents?: true
Size: 648 Bytes
Versions: 47
Compression:
Stored size: 648 Bytes
Contents
{ "@context": [ { "dc": "http://purl.org/dc/elements/1.1/", "ex": "http://example.org/vocab#" }, { "ex:contains": { "@coerce": "@id" } } ], "@id": "http://example.org/library", "@type": "ex:Library", "ex:contains": { "@id": "http://example.org/library/the-republic", "@type": "ex:Book", "dc:creator": "Plato", "dc:title": "The Republic", "ex:contains": { "@id": "http://example.org/library/the-republic#introduction", "@type": "ex:Chapter", "dc:description": "An introductory chapter on The Republic.", "dc:title": "The Introduction" } } }
Version data entries
47 entries across 47 versions & 1 rubygems