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.0.5 spec/test-files/test-8-framed.json
json-ld-1.0.4 spec/test-files/test-8-framed.json
json-ld-1.0.3 spec/test-files/test-8-framed.json
json-ld-1.0.1.1 spec/test-files/test-8-framed.json
json-ld-1.0.1 spec/test-files/test-8-framed.json
json-ld-1.0.0 spec/test-files/test-8-framed.json
json-ld-0.9.1 spec/test-files/test-8-framed.json
json-ld-0.9.0 spec/test-files/test-8-framed.json
json-ld-0.3.2 spec/test-files/test-8-framed.json
json-ld-0.3.1 spec/test-files/test-8-framed.json
json-ld-0.3.0 spec/test-files/test-8-framed.json
json-ld-0.1.6.1 spec/test-files/test-8-framed.json
json-ld-0.1.6 spec/test-files/test-8-framed.json
json-ld-0.1.5.2 spec/test-files/test-8-framed.json
json-ld-0.1.5.1 spec/test-files/test-8-framed.json
json-ld-0.1.5 spec/test-files/test-8-framed.json
json-ld-0.1.4.2 spec/test-files/test-8-framed.json
json-ld-0.1.4.1 spec/test-files/test-8-framed.json
json-ld-0.1.4 spec/test-files/test-8-framed.json