| { |
| "@context": { |
| "@language": "de", |
| "class": { |
| "@id": "korap:class", |
| "@type": "xsd:integer" |
| }, |
| "filter": "korap:filter", |
| "korap": "http://korap.ids-mannheim.de/ns/query", |
| "meta": "korap:meta", |
| "operands": { |
| "@container": "@list", |
| "@id": "korap:operands" |
| }, |
| "query": "korap:query", |
| "relation": { |
| "@id": "korap:relation", |
| "@type": "korap:relation#types" |
| } |
| }, |
| "query": { |
| "@type": "korap:token", |
| "@value": { |
| "@subtype": "korap:regex", |
| "@value": "'vers{2,3}uch'", |
| "relation": "=", |
| "@type": "korap:term" |
| } |
| } |
| } |