blob: 885b458a29b5e0338926ab39b61665b581508092 [file] [log] [blame]
Nils Diewald34eaa862014-06-03 10:56:27 +00001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query": {
4 "@type": "korap:group",
5 "operation": "operation:sequence",
6 "operands": [
7 {
8 "@type": "korap:token",
9 "wrap" : {
10 "@type": "korap:term",
11 "layer": "orth",
12 "key" : "der"
13 }
14 },
15 {
Nils Diewald93d6d1b2015-02-02 21:47:43 +000016 "@type" : "korap:reference",
Nils Diewald34eaa862014-06-03 10:56:27 +000017 "classRef" : [2],
18 "operands" : [
19 {
20 "@type" : "korap:group",
21 "operation" : "operation:class",
Nils Diewald93d6d1b2015-02-02 21:47:43 +000022 "classOut" : 1,
Nils Diewald34eaa862014-06-03 10:56:27 +000023 "operands" : [
24 {
25 "@type": "korap:group",
26 "operation": "operation:sequence",
27 "operands" : [
28 {
29 "@type": "korap:token",
30 "wrap" : {
31 "@type": "korap:term",
32 "layer": "orth",
33 "key" : "Mann"
34 }
35 },
36 {
37 "@type" : "korap:group",
38 "operation" : "operation:class",
Nils Diewald93d6d1b2015-02-02 21:47:43 +000039 "classOut" : 2,
Nils Diewald34eaa862014-06-03 10:56:27 +000040 "operands" : [
41 {
42 "@type": "korap:token",
43 "wrap" : {
44 "@type": "korap:term",
45 "layer": "orth",
46 "key" : "und"
47 }
48 }
49 ]
50 }
51
52 ]
53 }
54 ]
55 }
56 ]
57 }
58 ]
59 }
60}