blob: 5710602f2fe49cb8dacc84fcc17c899fb768201c [file] [log] [blame]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +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 },
37 "meta" : {
38 "count":25,
39 "cutOff":true,
40 "context":{
41 "left":["char",110],
42 "right":["char",110]
43 },
44 "startPage":1
45 }
46}