blob: 5b2ae44d1b4b51b20e90219f2ddb34e78b2799ef [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", 3 ],
8 "right" : [ "char", 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" : "base",
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" : "pos",
45 "key" : "ADJA",
46 "match":"match:eq"
47 }
48 }
49 ]
50 }
51 ]
52 },
53 "collections": [
54 {
55 "@type": "korap:meta-filter",
56 "@id": "korap-filter#id-1223232",
57 "@value": {
58 "@type": "korap:term",
59 "@field": "korap:field#textClass",
60 "@value": "wissenschaft"
61 }
62 },
63 {
64 "@type": "korap:meta-filter",
65 "@id": "korap-filter#id-34345454",
66 "@value": {
67 "@type": "korap:group",
68 "relation": "and",
69 "operands": [
70 {
71 "@type": "korap:term",
72 "@field": "korap:field#pubPlace",
73 "@value": "Erfurt"
74 },
75 {
76 "@type": "korap:term",
77 "@field": "korap:field#author",
78 "@value": "Hesse"
79 }
80 ]
81 }
82 },
83 {
84 "@type": "korap:meta-extend",
85 "@value": {
86 "@type": "korap:group",
87 "relation": "and",
88 "operands": [
89 {
90 "@type": "korap:group",
91 "comment": "other values can be 'since','until' in combination with a simple korap:term",
92 "relation": "between",
93 "field": "korap:field#pubDate",
94 "operands": [
95 {
96 "@type": "korap:date",
97 "comment": "either long value or String representation '2013-04-29'",
98 "@value": "2011-04-29"
99 },
100 {
101 "@type": "korap:date",
102 "@value": "2013-12-31"
103 }
104 ]
105 },
106 {
107 "@type": "korap:term",
108 "@field": "korap:field#textClass",
109 "@value": "freizeit"
110 }
111 ]
112 }
113 }
114 ]
115}