Sha256: 5450598d1c329ad1ef5457c39156edffe3ed5b6f146dc2a4018790ccdcd61296

Contents?: true

Size: 608 Bytes

Versions: 13

Compression:

Stored size: 608 Bytes

Contents

{
  "@context": {
    "id1": "http://example.com/id1",
    "t1": "http://example.com/t1",
    "t2": "http://example.com/t2",
    "term1": "http://example.com/term",
    "term2": {"@id": "http://example.com/term", "@type": "t2"},
    "term3": {"@id": "http://example.com/term", "@language": "en"},
    "term4": {"@id": "http://example.com/term", "@container": "@list"},
    "term5": {"@id": "http://example.com/term", "@language": null},
    "@language": "de"
  },
  "@id": "id1",
  "@type": "t1",
  "term1": "v1",
  "term2": "v2",
  "term3": "v3",
  "term4": [ 1, 2 ],
  "term5": [ "v5", "plain literal" ]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
json-ld-0.9.1 spec/test-files/test-9-compacted.json
json-ld-0.9.0 spec/test-files/test-9-compacted.json
json-ld-0.3.2 spec/test-files/test-9-compacted.json
json-ld-0.3.1 spec/test-files/test-9-compacted.json
json-ld-0.3.0 spec/test-files/test-9-compacted.json
json-ld-0.1.6.1 spec/test-files/test-9-compacted.json
json-ld-0.1.6 spec/test-files/test-9-compacted.json
json-ld-0.1.5.2 spec/test-files/test-9-compacted.json
json-ld-0.1.5.1 spec/test-files/test-9-compacted.json
json-ld-0.1.5 spec/test-files/test-9-compacted.json
json-ld-0.1.4.2 spec/test-files/test-9-compacted.json
json-ld-0.1.4.1 spec/test-files/test-9-compacted.json
json-ld-0.1.4 spec/test-files/test-9-compacted.json