blob: 8fe23446efb658cb75adfeb2cdcab9ea44ee973d [file] [log] [blame]
Nils Diewald582200d2014-02-13 20:51:30 +00001{
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 "inOrder" : true,
7 "distances" : [ {
8 "@type" : "korap:distance",
9 "key" : "w",
10 "min" : 1,
11 "max" : 3
12 }, {
13 "@type" : "korap:distance",
14 "key" : "s",
15 "min" : 0,
16 "max" : 1
17 } ],
18 "operands" : [ {
19 "@type" : "korap:token",
20 "wrap" : {
21 "@type" : "korap:term",
22 "key" : "das",
23 "layer" : "orth",
24 "match" : "match:eq"
25 }
26 }, {
27 "@type" : "korap:token",
28 "wrap" : {
29 "@type" : "korap:term",
30 "key" : "Buch",
31 "layer" : "orth",
32 "match" : "match:eq"
33 }
34 } ]
35 },
36 "collections" : [ {
37 "@type" : "korap:meta-filter",
38 "@value" : {
39 "@type" : "korap:term",
40 "@field" : "korap:field#corpusID",
41 "@value" : "BRZ13"
42 }
43 } ]
44}