Sha256: 59694296d3815be2db7e6b055b60853b4326f9df17b77bd9d3d8e66ba8f6515d

Contents?: true

Size: 807 Bytes

Versions: 76

Compression:

Stored size: 807 Bytes

Contents

[{
    "@id": "http://example.org/library",
    "@type": ["http://example.org/vocab#Library"],
    "http://example.org/vocab#contains": [{
        "@id": "http://example.org/library/the-republic",
        "@type": ["http://example.org/vocab#Book"],
        "http://purl.org/dc/elements/1.1/creator": [{"@value": "Plato"}],
        "http://purl.org/dc/elements/1.1/title": [{"@value": "The Republic"}],
        "http://example.org/vocab#contains": [{
            "@id": "http://example.org/library/the-republic#introduction",
            "@type": ["http://example.org/vocab#Chapter"],
            "http://purl.org/dc/elements/1.1/description": [{"@value": "An introductory chapter on The Republic."}],
            "http://purl.org/dc/elements/1.1/title": [{"@value": "The Introduction"}]
        }]
    }]
}]

Version data entries

76 entries across 76 versions & 2 rubygems

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