blob: 84da4d9b3e8ed797cfded2e3f93a2800cdbcca42 [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:sequence",
6 "operands": [
7 {
Nils Diewaldcec40f92015-02-19 22:20:02 +00008 "@type": "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +00009 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000010 "@type": "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000011 "foundry": "mate",
12 "layer": "pos",
13 "key" : "ADJA"
14 }
15 },
16 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000017 "@type": "koral:token",
Nils Diewald82a4b862014-02-20 21:17:41 +000018 "wrap" : {
Nils Diewaldcec40f92015-02-19 22:20:02 +000019 "@type": "koral:term",
Nils Diewald82a4b862014-02-20 21:17:41 +000020 "foundry": "mate",
21 "layer": "pos",
22 "key" : "NE"
23 }
24 }
25 ]
26 }
27}