blob: 332d23fe116cdb4b7bd6fa6e67331aed7b380806 [file] [log] [blame]
Nils Diewaldc025a232014-02-28 19:01:14 +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 {
16 "@type" : "korap:group",
17 "operation" : "operation:class",
18 "class" : 1,
19 "operands" : [
20 {
21 "@type": "korap:group",
22 "operation": "operation:sequence",
23 "operands" : [
24 {
25 "@type": "korap:token",
26 "wrap" : {
27 "@type": "korap:term",
28 "layer": "orth",
29 "key" : "Mann"
30 }
31 },
32 {
33 "@type" : "korap:group",
34 "operation" : "operation:class",
35 "class" : 2,
36 "operands" : [
37 {
38 "@type": "korap:token",
39 "wrap" : {
40 "@type": "korap:term",
41 "layer": "orth",
42 "key" : "und"
43 }
44 }
45 ]
46 }
47
48 ]
49 }
50 ]
51 }
52 ]
53 }
54}