Sha256: 5f6b8acd28e208a6233401bfdbab1b21c004b3d3e9361bb3b7f3067e84e3dad5

Contents?: true

Size: 870 Bytes

Versions: 76

Compression:

Stored size: 870 Bytes

Contents

[
  {
    "@id": "http://example.com/library",
    "@type": ["http://example.org/vocab#Library"],
    "http://example.org/vocab#contains": [{
      "@id": "http://example.org/library/the-republic"
    }]
  },
  {
    "@id": "http://example.org/library/the-republic",
    "@type": ["http://example.org/vocab#Book"],
    "http://purl.org/dc/terms/creator": [{"@value": "Plato"}],
    "http://purl.org/dc/terms/title": [{"@value": "The Republic"}],
    "http://example.org/vocab#contains": [{
      "@id": "http://example.org/library/the-republic#introduction"
    }]
  },
  {
    "@id": "http://example.org/library/the-republic#introduction",
    "@type": ["http://example.org/vocab#Chapter"],
    "http://purl.org/dc/terms/description": [{"@value": "An introductory chapter on The Republic."}],
    "http://purl.org/dc/terms/title": [{"@value": "The Introduction"}]
  }
]

Version data entries

76 entries across 76 versions & 2 rubygems

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