blob: adedda0369892e42e60f1d23cbf93bdd86a86f21 [file] [log] [blame]
Nils Diewaldc86aa482014-02-12 16:58:05 +00001{
2 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewald23417e82014-02-12 18:33:24 +00003 "meta":{
Nils Diewaldc86aa482014-02-12 16:58:05 +00004 "startPage" : 2,
5 "count" : 5,
6 "context" : {
7 "left" : [ "token", 3 ],
8 "right" : [ "char", 6 ]
Nils Diewald23417e82014-02-12 18:33:24 +00009 }
10},
Nils Diewaldc86aa482014-02-12 16:58:05 +000011 "query":{
12 "@type":"korap:group",
13 "operation":"operation:or",
14 "operands":[
15 {
16 "@type":"korap:token",
17 "wrap":{
18 "@type":"korap:term",
19 "foundry" : "mate",
20 "layer":"l",
21 "key":"Vokal",
22 "match":"match:eq"
23 }
24 },
25 {
26 "@type":"korap:group",
27 "operation" : "operation:sequence",
28 "operands":[
29 {
30 "@type":"korap:token",
31 "wrap":{
32 "@type":"korap:term",
33 "foundry" : "mate",
34 "layer":"l",
35 "key" : "der",
36 "match":"match:eq"
37 }
38 },
39 {
40 "@type":"korap:token",
41 "wrap":{
42 "@type":"korap:term",
43 "foundry":"mate",
44 "layer" : "p",
45 "key" : "ADJA",
46 "match":"match:eq"
47 }
48 }
49 ]
50 }
51 ]
52 }
53}