blob: 3a4e040079823d31f818c8e1b4cfe7804318cc2b [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:endswith",
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 }
Nils Diewald82a4b862014-02-20 21:17:41 +000030}