summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0018-out.jsonld
blob: 0c6d656771a7410774ba28ee61e7101430946ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "@context": {
    "type1": "http://example.com/t1",
    "type2": "http://example.com/t2",
    "@language": "de",
    "term": { "@id": "http://example.com/term" },
    "term1": { "@id": "http://example.com/term", "@container": "@list" },
    "term2": { "@id": "http://example.com/term", "@container": "@list", "@language": "en" },
    "term3": { "@id": "http://example.com/term", "@container": "@list", "@language": null },
    "term4": { "@id": "http://example.com/term", "@container": "@list", "@type": "type1" },
    "term5": { "@id": "http://example.com/term", "@container": "@list", "@type": "type2" }
  },
  "@id": "http://example.com/id1",
  "term": [
    "v0.1",
    { "@value": "v0.2", "@language": "en" },
    { "@value": "v0.3" },
    4,
    true,
    false
  ],
  "term1": [
    "v1.1",
    { "@value": "v1.2", "@language": "en" },
    { "@value": "v1.3" },
    14,
    true,
    false
  ],
  "term2": [
    "v2.1",
    "v2.2",
    "v2.3",
    "v2.4",
    "v2.5",
    "v2.6"
  ],
  "term3": [
    "v3.1",
    "v3.2",
    "v3.3",
    "v3.4",
    "v3.5",
    "v3.6"
  ],
  "term4": [
    "v4.1",
    "v4.2",
    "v4.3",
    "v4.4",
    "v4.5",
    "v4.6"
  ],
  "term5": [
    "v5.1",
    "v5.2",
    "v5.3",
    "v5.4",
    "v5.5",
    "v5.6"
  ]
}