blob: 0c6ce9ec994a13d7377c6d82e575ffaeec222144 [file] [log] [blame]
Nils Diewaldfb4d7b02014-04-09 17:56:17 +00001{
Akron60dfa7e2015-08-03 22:15:17 +02002 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "meta":{
4 "startPage" : 1,
5 "count" : 5,
6 "context" : {
7 "left" : [ "token", 3 ],
8 "right" : [ "char", 6 ]
9 }
10 },
11 "query":{
12 "@type":"koral:token",
13 "wrap":{
14 "@type":"koral:term",
15 "foundry":"mate",
16 "layer":"l",
17 "key":"lediglich"
18 }
19 },
20 "collections": [
21 {
22 "@type": "koral:meta-filter",
23 "@id": "korap-filter#id-1223232",
24 "@value": {
25 "@type": "koral:group",
26 "relation": "or",
27 "@field": "koral:field#corpusID",
28 "operands": [
29 {
30 "@type": "koral:term",
31 "@value": "c-1"
32 },
33 {
34 "@type": "koral:term",
35 "@value": "c-2"
36 }
37 ]
38 }
Nils Diewaldfb4d7b02014-04-09 17:56:17 +000039 },
Akron60dfa7e2015-08-03 22:15:17 +020040 {
41 "@type": "koral:meta-filter",
42 "@id": "korap-filter#id-1223232",
43 "@value": {
44 "@type": "koral:group",
45 "relation": "and",
46 "@field": "koral:field#corpusID",
47 "operands": [
48 {
49 "@type": "koral:term",
50 "@value": "d-1"
51 },
52 {
53 "@type": "koral:term",
54 "@value": "d-2"
55 }
56 ]
57 }
58 }
59 ],
60 "collection" : {
61 "@type" : "koral:docGroup",
62 "operation" : "operation:and",
63 "operands" : [
64 {
65 "@type" : "koral:docGroup",
66 "operation" : "operation:or",
67 "operands" : [
68 {
69 "@type" : "koral:doc",
70 "key" : "corpusID",
71 "value" : "c-1"
72 },
73 {
74 "@type" : "koral:doc",
75 "key" : "corpusID",
76 "value" : "c-2"
77 }
78 ]
79 },
80 {
81 "@type" : "koral:docGroup",
82 "operation" : "operation:and",
83 "operands" : [
84 {
85 "@type" : "koral:doc",
86 "key" : "corpusID",
87 "value" : "d-1"
88 },
89 {
90 "@type" : "koral:doc",
91 "key" : "corpusID",
92 "value" : "d-2"
93 }
94 ]
95 }
Nils Diewaldfb4d7b02014-04-09 17:56:17 +000096 ]
Akron60dfa7e2015-08-03 22:15:17 +020097 }
Nils Diewaldfb4d7b02014-04-09 17:56:17 +000098}