blob: 2215e8678925f249646384a24d445345c3e09e64 [file] [log] [blame]
Eliza Margaretha40260542014-10-01 10:32:09 +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" : false,
7 "distances" : [ {
8 "@type" : "korap:distance",
9 "key" : "s",
10 "min" : 0,
11 "max" : 0
12 } ],
13 "operands" : [ {
14 "@type" : "korap:token",
15 "wrap" : {
16 "@type" : "korap:term",
17 "key" : "Buchstabe",
18 "layer" : "orth",
19 "match" : "match:eq"
20 }
21 }, {
22 "@type" : "korap:token",
23 "wrap" : {
24 "@type" : "korap:term",
25 "key" : "deutschen",
26 "layer" : "orth",
27 "match" : "match:eq"
28 }
29 } ]
30 }
31}