blob: 1eec888fd1d652dc97f595d405a3aa7640bafc46 [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001{
Nils Diewald82a4b862014-02-20 21:17:41 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00003 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:position",
6 "frame" : "frame:startswith",
7 "operands" : [ {
8 "@type" : "korap:span",
9 "key" : "s"
10 }, {
11 "@type" : "korap:token",
12 "wrap" : {
13 "@type" : "korap:term",
14 "caseInsensitive" : true,
15 "key" : "wegen",
16 "layer" : "orth",
17 "match" : "match:eq"
18 }
19 } ]
20 }
Nils Diewald82a4b862014-02-20 21:17:41 +000021}