blob: e1d469074148fa1314f7c28454b776f7993a3db4 [file] [log] [blame]
Nils Diewald23417e82014-02-12 18:33:24 +00001{
2 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "meta":{
4 "startPage" : 2,
5 "count" : 5,
6 "context" : {
7 "left" : [ "token", 6 ],
8 "right" : [ "token", 6 ]
9 }
10 },
11 "query":{
12 "@type":"korap:group",
13 "operation":"operation:or",
14 "operands":[
15 {
16 "@type":"korap:token",
17 "wrap":{
18 "@type":"korap:term",
19 "foundry":"mate",
20 "layer" : "lemma",
21 "key" : "Vokal",
22 "match":"match:eq"
23 }
24 },
25 {
26 "@type":"korap:group",
27 "operation" : "operation:sequence",
28 "operands":[
29 {
30 "@type":"korap:token",
31 "wrap":{
32 "@type":"korap:term",
33 "foundry":"mate",
34 "layer" : "lemma",
35 "key" : "der",
36 "match":"match:eq"
37 }
38 },
39 {
40 "@type":"korap:token",
41 "wrap":{
42 "@type":"korap:term",
43 "foundry":"mate",
44 "layer" : "p",
45 "key" : "ADJD",
46 "match":"match:eq"
47 }
48 }
49 ]
50 }
51 ]
52 },
53 "collections": [
54 {
55 "@type": "korap:meta-filter",
56 "@value": {
57 "@type": "korap:group",
58 "relation": "and",
59 "operands": [
60 {
61 "@type": "korap:term",
62 "@field": "korap:field#author",
63 "@value": "Hesse"
64 },
65 {
66 "@type": "korap:group",
67 "@field": "korap:field#pubDate",
68 "relation": "until",
69 "operands": [
70 {
71 "@type": "korap:date",
72 "@value": "2013-12-05"
73 }
74 ]
75 }
76 ]
77 }
78 }
79 ]
80}