Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 4 | "@type": "koral:group", |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 5 | "operation": "operation:position", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 6 | "frames": ["frames:isAround"], |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 7 | "operands": [ |
| 8 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 9 | "@type": "koral:span", |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 10 | "layer" : "c", |
| 11 | "foundry" : "cnx", |
| 12 | "key": "np" |
| 13 | }, |
| 14 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 15 | "@type" : "koral:group", |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 16 | "operation" : "operation:class", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 17 | "classOut" : 1, |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 18 | "operands" : [ |
| 19 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 20 | "@type": "koral:token", |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 21 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 22 | "@type": "koral:term", |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 23 | "foundry": "mate", |
| 24 | "layer": "pos", |
| 25 | "key" : "NE" |
| 26 | } |
| 27 | } |
| 28 | ] |
| 29 | } |
| 30 | ] |
| 31 | } |
| 32 | } |