Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 3 | "query": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 4 | "@type": "koral:group", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 5 | "operation" : "operation:sequence", |
| 6 | "operands": [ |
| 7 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 8 | "@type": "koral:token", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 9 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 10 | "@type": "koral:term", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 11 | "foundry" : "mate", |
| 12 | "layer": "lemma", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 13 | "key" : "Katze" |
| 14 | } |
| 15 | }, |
| 16 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 17 | "@type": "koral:token", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 18 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 19 | "@type": "koral:term", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 20 | "layer": "orth", |
| 21 | "key" : "und" |
| 22 | } |
| 23 | }, |
| 24 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 25 | "@type": "koral:token", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 26 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 27 | "@type": "koral:term", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 28 | "layer": "orth", |
| 29 | "key" : "Hunde" |
| 30 | } |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | } |