blob: f86b5509401f1c5aef2b90f5e8b142318138f650 [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:position",
Nils Diewald93d6d1b2015-02-02 21:47:43 +00006 "frames": ["frames:isAround"],
Nils Diewald82a4b862014-02-20 21:17:41 +00007 "operands": [
8 {
Nils Diewaldcec40f92015-02-19 22:20:02 +00009 "@type": "koral:span",
Nils Diewald82a4b862014-02-20 21:17:41 +000010 "layer" : "c",
11 "foundry" : "cnx",
12 "key": "np"
13 },
14 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000015 "@type": "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000016 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000017 "@type": "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000018 "foundry": "mate",
19 "layer": "pos",
20 "key" : "NE"
21 }
22 }
23 ]
24 }
25}