Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 1 | { |
| 2 | "context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query" : { |
| 4 | "@type" : "korap:group", |
| 5 | "operation" : "operation:sequence", |
| 6 | "inOrder" : true, |
| 7 | "distances" : [ { |
| 8 | "@type" : "korap:distance", |
| 9 | "key" : "w", |
| 10 | "min" : 0, |
| 11 | "max" : 2 |
| 12 | } ], |
| 13 | "operands" : [ { |
| 14 | "@type" : "korap:group", |
| 15 | "operation" : "operation:sequence", |
| 16 | "operands" : [ { |
| 17 | "@type" : "korap:token", |
| 18 | "wrap" : { |
| 19 | "@type" : "korap:term", |
| 20 | "key" : "Institut", |
| 21 | "layer" : "orth", |
| 22 | "match" : "match:eq" |
| 23 | } |
| 24 | }, { |
| 25 | "@type" : "korap:token", |
| 26 | "wrap" : { |
| 27 | "@type" : "korap:term", |
| 28 | "key" : "für", |
| 29 | "layer" : "orth", |
| 30 | "match" : "match:eq" |
| 31 | } |
| 32 | } ] |
| 33 | }, { |
| 34 | "@type" : "korap:token", |
| 35 | "wrap" : { |
| 36 | "@type" : "korap:term", |
| 37 | "key" : "Sprache", |
| 38 | "layer" : "orth", |
| 39 | "match" : "match:eq" |
| 40 | } |
| 41 | } ] |
| 42 | } |
| 43 | } |