blob: 7ea54e5b9f1a60acef6f2e3ff114b132e1258acb [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:position",
Nils Diewald93d6d1b2015-02-02 21:47:43 +00006 "frames": ["frames:isWithin"],
Nils Diewald8a6eafd2014-02-07 20:06:45 +00007 "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 Diewaldc86aa482014-02-12 16:58:05 +000016 "foundry" : "mate",
17 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000018 "key" : "Mann"
19 }
20 }
21 ]
22 }
23}