blob: 6cea9481c46149a1d83595436b71f7e330a08f3e [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 Diewald93d6d1b2015-02-02 21:47:43 +00004 "@type": "korap:reference",
Nils Diewald56dc2582014-11-04 21:33:46 +00005 "classRef": [1],
Nils Diewald8a6eafd2014-02-07 20:06:45 +00006 "operands": [
7 {
8 "@type": "korap:group",
9 "operation": "operation:sequence",
10 "operands": [
11 {
12 "@type": "korap:group",
Nils Diewaldc86aa482014-02-12 16:58:05 +000013 "operation":"operation:class",
Nils Diewald93d6d1b2015-02-02 21:47:43 +000014 "classOut": 1,
Nils Diewald8a6eafd2014-02-07 20:06:45 +000015 "operands": [
16 {
17 "@type": "korap:token",
18 "wrap": {
19 "@type": "korap:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000020 "foundry" : "mate",
21 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000022 "key" : "foo"
23 }
24 }
25 ]
26 },
27 {
28 "@type": "korap:token",
29 "wrap": {
30 "@type": "korap:term",
31 "layer": "orth",
32 "key" : "bar"
33 }
34 }
35 ]
36 }
37 ]
38 }
39}