Sha256: 062e64c24052670bc704178fac41d8161c531dcffbcc2d56bf0be8d8ef47665c

Contents?: true

Size: 808 Bytes

Versions: 17

Compression:

Stored size: 808 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"
  },
  "@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

17 entries across 17 versions & 2 rubygems

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