Sha256: 5f6b8acd28e208a6233401bfdbab1b21c004b3d3e9361bb3b7f3067e84e3dad5
Contents?: true
Size: 870 Bytes
Versions: 76
Compression:
Stored size: 870 Bytes
Contents
[ { "@id": "http://example.com/library", "@type": ["http://example.org/vocab#Library"], "http://example.org/vocab#contains": [{ "@id": "http://example.org/library/the-republic" }] }, { "@id": "http://example.org/library/the-republic", "@type": ["http://example.org/vocab#Book"], "http://purl.org/dc/terms/creator": [{"@value": "Plato"}], "http://purl.org/dc/terms/title": [{"@value": "The Republic"}], "http://example.org/vocab#contains": [{ "@id": "http://example.org/library/the-republic#introduction" }] }, { "@id": "http://example.org/library/the-republic#introduction", "@type": ["http://example.org/vocab#Chapter"], "http://purl.org/dc/terms/description": [{"@value": "An introductory chapter on The Republic."}], "http://purl.org/dc/terms/title": [{"@value": "The Introduction"}] } ]
Version data entries
76 entries across 76 versions & 2 rubygems