Joachim Bingel | a9baacf | 2013-12-04 18:19:48 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": { |
| 3 | "@language": "de", |
| 4 | "class": { |
| 5 | "@id": "korap:class", |
| 6 | "@type": "xsd:integer" |
| 7 | }, |
| 8 | "filter": "korap:filter", |
| 9 | "korap": "http://korap.ids-mannheim.de/ns/query", |
| 10 | "meta": "korap:meta", |
| 11 | "operands": { |
| 12 | "@container": "@list", |
| 13 | "@id": "korap:operands" |
| 14 | }, |
| 15 | "query": "korap:query", |
| 16 | "relation": { |
| 17 | "@id": "korap:relation", |
| 18 | "@type": "korap:relation#types" |
| 19 | } |
| 20 | }, |
| 21 | "query": { |
| 22 | "@type": "korap:token", |
| 23 | "@value": { |
| 24 | "@subtype": "korap:regex", |
| 25 | "@value": "'vers{2,3}uch'", |
| 26 | "relation": "=", |
Nils Diewald | 26087ea | 2013-12-05 16:51:30 +0000 | [diff] [blame] | 27 | "@type": "korap:term" |
Joachim Bingel | a9baacf | 2013-12-04 18:19:48 +0000 | [diff] [blame] | 28 | } |
| 29 | } |
| 30 | } |