Sha256: 8032c26d31107859f034da7bec3feebe958b35e0432fce910a5e0bca23354fbb

Contents?: true

Size: 631 Bytes

Versions: 76

Compression:

Stored size: 631 Bytes

Contents

{
    "@context": {
        "dc": "http://purl.org/dc/elements/1.1/",
        "ex": "http://example.org/vocab#"
    },
    "@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

76 entries across 76 versions & 2 rubygems

Version Path
json-ld-3.2.4 spec/test-files/test-2-compacted.jsonld
json-ld-3.2.3 spec/test-files/test-2-compacted.jsonld
yaml-ld-0.0.1 spec/test-files/test-2-compacted.jsonld
json-ld-3.2.2 spec/test-files/test-2-compacted.jsonld
json-ld-3.2.1 spec/test-files/test-2-compacted.json
json-ld-3.2.0 spec/test-files/test-2-compacted.json
json-ld-3.1.10 spec/test-files/test-2-compacted.json
json-ld-3.1.9 spec/test-files/test-2-compacted.json
json-ld-3.1.8 spec/test-files/test-2-compacted.json
json-ld-3.1.7 spec/test-files/test-2-compacted.json
json-ld-3.1.6 spec/test-files/test-2-compacted.json
json-ld-3.1.5 spec/test-files/test-2-compacted.json
json-ld-3.1.4 spec/test-files/test-2-compacted.json
json-ld-3.1.3 spec/test-files/test-2-compacted.json
json-ld-3.1.2 spec/test-files/test-2-compacted.json
json-ld-3.1.1 spec/test-files/test-2-compacted.json
json-ld-3.1.0 spec/test-files/test-2-compacted.json
json-ld-3.0.2 spec/test-files/test-2-compacted.json
json-ld-3.0.1 spec/test-files/test-2-compacted.json
json-ld-3.0.0 spec/test-files/test-2-compacted.json