Sha256: cbb0d9860afd7f2be0b62162497a0309720220f39def803d3aca13438594a369

Contents?: true

Size: 894 Bytes

Versions: 59

Compression:

Stored size: 894 Bytes

Contents

{
  "@context": {
    "Book": "http://example.org/vocab#Book",
    "Chapter": "http://example.org/vocab#Chapter",
    "contains": "http://example.org/vocab#contains",
    "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": {
        "@id": "http://example.org/library/the-republic",
        "@type": "Book",
        "contains": {
          "@id": "http://example.org/library/the-republic#introduction",
          "@type": "Chapter",
          "description": "An introductory chapter on The Republic.",
          "title": "The Introduction"
        },
        "creator": "Plato",
        "title": "The Republic"
      }
    }
  ]
}

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
json-ld-1.1.11.1 spec/test-files/test-8-framed.json
json-ld-1.99.0 spec/test-files/test-8-framed.json
json-ld-1.1.11 spec/test-files/test-8-framed.json
json-ld-1.1.10 spec/test-files/test-8-framed.json
json-ld-1.1.9 spec/test-files/test-8-framed.json
json-ld-1.1.8 spec/test-files/test-8-framed.json
json-ld-1.1.7 spec/test-files/test-8-framed.json
json-ld-1.1.6.1 spec/test-files/test-8-framed.json
json-ld-1.1.6 spec/test-files/test-8-framed.json
json-ld-1.1.5 spec/test-files/test-8-framed.json
json-ld-1.1.4 spec/test-files/test-8-framed.json
json-ld-1.1.3.1 spec/test-files/test-8-framed.json
json-ld-1.1.3 spec/test-files/test-8-framed.json
json-ld-1.1.2 spec/test-files/test-8-framed.json
json-ld-1.1.1 spec/test-files/test-8-framed.json
json-ld-1.1.0 spec/test-files/test-8-framed.json
json-ld-1.0.8.1 spec/test-files/test-8-framed.json
json-ld-1.0.8 spec/test-files/test-8-framed.json
json-ld-1.0.7 spec/test-files/test-8-framed.json
json-ld-1.0.6 spec/test-files/test-8-framed.json