blob: 2817bb5e13ac430e42551e150a32284f0559381e [file] [log] [blame]
Nils Diewald82a4b862014-02-20 21:17:41 +00001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +00004 "@type" : "koral:group",
Nils Diewald82a4b862014-02-20 21:17:41 +00005 "operation" : "operation:sequence",
6 "inOrder" : true,
7 "distances" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +00008 "@type" : "koral:distance",
Nils Diewald82a4b862014-02-20 21:17:41 +00009 "key" : "w",
10 "min" : 0,
11 "max" : 5
12 } ],
13 "operands" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +000014 "@type" : "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000015 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000016 "@type" : "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000017 "key" : "Tisch",
18 "layer" : "orth",
19 "match" : "match:eq"
20 }
21 }, {
Nils Diewaldcec40f92015-02-19 22:20:02 +000022 "@type" : "koral:group",
Nils Diewald82a4b862014-02-20 21:17:41 +000023 "operation" : "operation:sequence",
24 "inOrder" : true,
25 "distances" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +000026 "@type" : "koral:distance",
Nils Diewald82a4b862014-02-20 21:17:41 +000027 "key" : "w",
28 "min" : 1,
29 "max" : 3
30 }, {
Nils Diewaldcec40f92015-02-19 22:20:02 +000031 "@type" : "koral:distance",
Nils Diewald82a4b862014-02-20 21:17:41 +000032 "key" : "s",
33 "min" : 0,
34 "max" : 1
35 } ],
36 "operands" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +000037 "@type" : "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000038 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000039 "@type" : "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000040 "key" : "das",
41 "layer" : "orth",
42 "match" : "match:eq"
43 }
44 }, {
Nils Diewaldcec40f92015-02-19 22:20:02 +000045 "@type" : "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000046 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000047 "@type" : "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000048 "key" : "Buch",
49 "layer" : "orth",
50 "match" : "match:eq"
51 }
52 } ]
53 } ]
54 }
55}