blob: 834b95c3508e714a6b950b73dd91eef7b4b05448 [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:reference",
Nils Diewald8a6eafd2014-02-07 20:06:45 +00005 "classRef": [1],
6 "operands": [
7 {
Nils Diewaldcec40f92015-02-19 22:20:02 +00008 "@type": "koral:group",
Nils Diewaldc86aa482014-02-12 16:58:05 +00009 "operation" : "operation:sequence",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000010 "operands": [
11 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000012 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000013 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000014 "@type": "koral:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000015 "foundry" : "mate",
16 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000017 "key" : "Der"
18 }
19 },
20 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000021 "@type": "koral:group",
Nils Diewaldc86aa482014-02-12 16:58:05 +000022 "operation" : "operation:class",
Nils Diewald93d6d1b2015-02-02 21:47:43 +000023 "classOut": 1,
Nils Diewald8a6eafd2014-02-07 20:06:45 +000024 "operands": [
25 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000026 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000027 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000028 "@type": "koral:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000029 "foundry": "mate",
30 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000031 "key" : "Mann"
32 }
33 }
34 ]
35 }
36 ]
37 }
38 ]
39 }
40}