blob: 61333fd466588eb6b4028d33e126466f3526f017 [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001{
2 "context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:submatch",
6 "classRef" : [ 1 ],
7 "operands" : [ {
8 "@type" : "korap:group",
9 "operation" : "operation:position",
10 "frame" : "frame:startswith",
11 "operands" : [ {
12 "@type" : "korap:span",
13 "key" : "s"
14 }, {
15 "@type" : "korap:group",
16 "operation" : "operation:class",
17 "class" : 1,
18 "operands" : [ {
19 "@type" : "korap:token",
20 "wrap" : {
21 "@type" : "korap:term",
22 "caseInsensitive" : true,
23 "key" : "wegen",
24 "layer" : "orth",
25 "match" : "match:eq"
26 }
27 } ]
28 } ]
29 } ]
30 }
31}