Sha256: f837186382162fa20c2a991a498819263aa78b1565e042b6f4020216d82831d0

Contents?: true

Size: 988 Bytes

Versions: 75

Compression:

Stored size: 988 Bytes

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

75 entries across 75 versions & 1 rubygems

Version Path
json-ld-1.0.1 spec/test-files/test-8-input.json
json-ld-1.0.0 spec/test-files/test-8-input.json
json-ld-0.9.1 spec/test-files/test-8-input.json
json-ld-0.9.0 spec/test-files/test-8-input.json
json-ld-0.3.2 spec/test-files/test-8-input.json
json-ld-0.3.1 spec/test-files/test-8-input.json
json-ld-0.3.0 spec/test-files/test-8-input.json
json-ld-0.1.6.1 spec/test-files/test-8-input.json
json-ld-0.1.6 spec/test-files/test-8-input.json
json-ld-0.1.5.2 spec/test-files/test-8-input.json
json-ld-0.1.5.1 spec/test-files/test-8-input.json
json-ld-0.1.5 spec/test-files/test-8-input.json
json-ld-0.1.4.2 spec/test-files/test-8-input.json
json-ld-0.1.4.1 spec/test-files/test-8-input.json
json-ld-0.1.4 spec/test-files/test-8-input.json