| { |
| "@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:group", |
| "operands": [ |
| { |
| "@type": "korap:element", |
| "@value": "np" |
| }, |
| { |
| "@type": "korap:token", |
| "@value": { |
| "@type": "korap:term", |
| "@value": "base:Mann", |
| "relation": "=" |
| } |
| } |
| ], |
| "position": "within", |
| "relation": "position" |
| }, |
| "startIndex": -2 |
| } |