blob: 342b7d56ebad217ab0f312979657954298e571c6 [file] [log] [blame]
Nils Diewalddc8dc342014-07-25 13:38:50 +00001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "collections" : [
4 {
5 "@type" : "korap:meta-filter",
6 "@value" : {
7 "@field" : "korap:field#corpusID",
8 "@type" : "korap:term",
9 "@value" : "WPD"
10 }
11 }
12 ],
13 "meta" : {},
14 "query" : {
15 "@type" : "korap:group",
16 "operands" : [
17 {
18 "@type" : "korap:token",
19 "wrap" : {
20 "@type" : "korap:term",
21 "key" : "der",
22 "layer" : "orth",
23 "match" : "match:eq"
24 }
25 },
26 {
27 "@type" : "korap:group",
28 "boundary" : {
29 "@type" : "korap:boundary",
30 "max" : 2,
31 "min" : 0
32 },
33 "max" : 2,
34 "min" : 0,
35 "operands" : [
36 {
37 "@type" : "korap:token",
38 "wrap" : {
39 "@type" : "korap:term",
40 "foundry" : "cnx",
41 "key" : "A",
42 "layer" : "p",
43 "match" : "match:eq"
44 }
45 }
46 ],
47 "operation" : "operation:repetition"
48 },
49 {
50 "@type" : "korap:token",
51 "wrap" : {
52 "@type" : "korap:term",
53 "foundry" : "tt",
54 "key" : "NN",
55 "layer" : "p",
56 "match" : "match:eq"
57 }
58 }
59 ],
60 "operation" : "operation:sequence"
61 }
62}