blob: ceb32a264deaf63c468e596446dd5ad1184403b3 [file] [log] [blame]
Nils Diewald8a6eafd2014-02-07 20:06:45 +00001{
Nils Diewald93d6d1b2015-02-02 21:47:43 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewald8a6eafd2014-02-07 20:06:45 +00003 "query": {
Nils Diewaldcec40f92015-02-19 22:20:02 +00004 "@type": "koral:group",
Nils Diewald8a6eafd2014-02-07 20:06:45 +00005 "operation" : "operation:sequence",
6 "operands": [
7 {
Nils Diewaldcec40f92015-02-19 22:20:02 +00008 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +00009 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000010 "@type": "koral:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000011 "foundry" : "mate",
12 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000013 "key" : "Katze"
14 }
15 },
16 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000017 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000018 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000019 "@type": "koral:term",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000020 "layer": "orth",
21 "key" : "und"
22 }
23 },
24 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000025 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000026 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000027 "@type": "koral:term",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000028 "layer": "orth",
29 "key" : "Hunde"
30 }
31 }
32 ]
33 }
34}