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