blob: d0f44b19810803df062aa2eaab70d0937b83dc42 [file] [log] [blame]
Nils Diewald8c543432014-02-27 18:25:38 +00001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query" : {
4 "@type" : "korap:token",
5 "wrap" : {
6 "@type" : "korap:termGroup",
7 "relation" : "relation:and",
8 "operands" : [ {
9 "@type" : "korap:term",
10 "key" : "number",
11 "value" : "pl",
12 "layer" : "m",
13 "foundry" : "mate",
14 "match" : "match:eq"
15 }, {
16 "@type" : "korap:term",
17 "key" : "NN",
18 "layer" : "p",
19 "foundry" : "tt",
20 "match" : "match:eq"
21 } ]
22 }
23 }
24}