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

Version Path
json-ld-2.1.0 spec/test-files/test-2-automatic.json
json-ld-2.0.0.1 spec/test-files/test-2-automatic.json
json-ld-2.0.0 spec/test-files/test-2-automatic.json
json-ld-1.99.2 spec/test-files/test-2-automatic.json
json-ld-2.0.0.beta3 spec/test-files/test-2-automatic.json
json-ld-1.99.1 spec/test-files/test-2-automatic.json
json-ld-2.0.0.beta2 spec/test-files/test-2-automatic.json
json-ld-2.0.0.beta1 spec/test-files/test-2-automatic.json
json-ld-1.1.11.1 spec/test-files/test-2-automatic.json
json-ld-1.99.0 spec/test-files/test-2-automatic.json
json-ld-1.1.11 spec/test-files/test-2-automatic.json
json-ld-1.1.10 spec/test-files/test-2-automatic.json
json-ld-1.1.9 spec/test-files/test-2-automatic.json
json-ld-1.1.8 spec/test-files/test-2-automatic.json
json-ld-1.1.7 spec/test-files/test-2-automatic.json
json-ld-1.1.6.1 spec/test-files/test-2-automatic.json
json-ld-1.1.6 spec/test-files/test-2-automatic.json
json-ld-1.1.5 spec/test-files/test-2-automatic.json
json-ld-1.1.4 spec/test-files/test-2-automatic.json
json-ld-1.1.3.1 spec/test-files/test-2-automatic.json