blob: 429023be9ea753a44385e65d28cb31b9f4133c99 [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:group",
Nils Diewald82a4b862014-02-20 21:17:41 +000015 "operation" : "operation:sequence",
16 "inOrder" : true,
17 "distances" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +000018 "@type" : "koral:distance",
Nils Diewald82a4b862014-02-20 21:17:41 +000019 "key" : "w",
20 "min" : 1,
21 "max" : 3
22 }, {
Nils Diewaldcec40f92015-02-19 22:20:02 +000023 "@type" : "koral:distance",
Nils Diewald82a4b862014-02-20 21:17:41 +000024 "key" : "s",
25 "min" : 0,
26 "max" : 1
27 } ],
28 "operands" : [ {
Nils Diewaldcec40f92015-02-19 22:20:02 +000029 "@type" : "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000030 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000031 "@type" : "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000032 "key" : "das",
33 "layer" : "orth",
34 "match" : "match:eq"
35 }
36 }, {
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" : "Buch",
41 "layer" : "orth",
42 "match" : "match:eq"
43 }
44 } ]
45 }, {
Nils Diewaldcec40f92015-02-19 22:20:02 +000046 "@type" : "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000047 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000048 "@type" : "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000049 "key" : "Tisch",
50 "layer" : "orth",
51 "match" : "match:eq"
52 }
53 } ]
54 }
55}