blob: e7659aac1486a55ffc772ba08f568a6784fd84c6 [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 Diewald93d6d1b2015-02-02 21:47:43 +00005 "frames": ["frames:startsWith", "frames:alignsLeft", "frames:matches"],
Nils Diewald8a6eafd2014-02-07 20:06:45 +00006 "operation": "operation:position",
7 "operands": [
8 {
Nils Diewaldcec40f92015-02-19 22:20:02 +00009 "@type": "koral:span",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000010 "key": "np"
11 },
12 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000013 "@type": "koral:token",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000014 "wrap": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000015 "@type": "koral:term",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000016 "layer": "pos",
17 "key" : "Det",
Nils Diewald1455e1e2014-08-01 16:12:43 +000018 "match" : "match:ne"
Nils Diewald8a6eafd2014-02-07 20:06:45 +000019 }
20 }
21 ]
22 }
23}