Sha256: 76f9353adf4fa6c7d94808290d77630561c7cb0e2197b8ec285c4b0e7c4d42fa

Contents?: true

Size: 1.02 KB

Versions: 76

Compression:

Stored size: 1.02 KB

Contents

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

Version data entries

76 entries across 76 versions & 2 rubygems

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