Nils Diewald | 34eaa86 | 2014-06-03 10:56:27 +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 | "operands": [ |
| 7 | { |
| 8 | "@type": "korap:token", |
| 9 | "wrap" : { |
| 10 | "@type": "korap:term", |
| 11 | "layer": "orth", |
| 12 | "key" : "der" |
| 13 | } |
| 14 | }, |
| 15 | { |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 16 | "@type" : "korap:reference", |
Nils Diewald | 34eaa86 | 2014-06-03 10:56:27 +0000 | [diff] [blame] | 17 | "classRef" : [2], |
| 18 | "operands" : [ |
| 19 | { |
| 20 | "@type" : "korap:group", |
| 21 | "operation" : "operation:class", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 22 | "classOut" : 1, |
Nils Diewald | 34eaa86 | 2014-06-03 10:56:27 +0000 | [diff] [blame] | 23 | "operands" : [ |
| 24 | { |
| 25 | "@type": "korap:group", |
| 26 | "operation": "operation:sequence", |
| 27 | "operands" : [ |
| 28 | { |
| 29 | "@type": "korap:token", |
| 30 | "wrap" : { |
| 31 | "@type": "korap:term", |
| 32 | "layer": "orth", |
| 33 | "key" : "Mann" |
| 34 | } |
| 35 | }, |
| 36 | { |
| 37 | "@type" : "korap:group", |
| 38 | "operation" : "operation:class", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 39 | "classOut" : 2, |
Nils Diewald | 34eaa86 | 2014-06-03 10:56:27 +0000 | [diff] [blame] | 40 | "operands" : [ |
| 41 | { |
| 42 | "@type": "korap:token", |
| 43 | "wrap" : { |
| 44 | "@type": "korap:term", |
| 45 | "layer": "orth", |
| 46 | "key" : "und" |
| 47 | } |
| 48 | } |
| 49 | ] |
| 50 | } |
| 51 | |
| 52 | ] |
| 53 | } |
| 54 | ] |
| 55 | } |
| 56 | ] |
| 57 | } |
| 58 | ] |
| 59 | } |
| 60 | } |