blob: 3f8fc3015055d3912d2d9f175cfd7269d2b58273 [file] [log] [blame]
Joachim Bingel0207d5e2014-02-12 14:18:41 +00001{
Joachim Bingel81812632014-02-18 08:55:22 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Joachim Bingel0207d5e2014-02-12 14:18:41 +00003 "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 "key" : "V",
23 "layer" : "pos",
24 "match" : "match:eq"
25 }
26 } ]
27 } ]
28 } ]
29 }
30}