Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 1 | { |
Joachim Bingel | 8181263 | 2014-02-18 08:55:22 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 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 | "key" : "V", |
| 23 | "layer" : "pos", |
| 24 | "match" : "match:eq" |
| 25 | } |
| 26 | } ] |
| 27 | } ] |
| 28 | } ] |
| 29 | } |
| 30 | } |