ssz1111 commited on
Commit
d3aad10
·
verified ·
1 Parent(s): 6f233b2

Upload 12 files

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ data.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## What is SpokenWOZ?
2
+
3
+ SpokenWOZ is a large-scale multi-domain speech-text dataset for spoken task-oriented dialogue modeling, which consists of 203k turns, 5.7k dialogues and 249 hours audios from realistic human-to-human spoken conversations.
4
+
5
+ ## Why SpokenWOZ?
6
+
7
+ The majority of existing TOD datasets are constructed via writing or paraphrasing from annotators rather than being collected from realistic spoken conversations. The written TDO datasets may not be representative of the way people naturally speak in real-world conversations, and make it difficult to train and evaluate models that are specifically designed for spoken TOD. Additionally, the robustness issue, such as ASR noise, also can not be fully explored using these written TOD datasets. Different exsiting spoken TOD datasets, we introduce common spoken characteristics in SpokenWOZ, such like word-by-word processing and commonsense in spoken language. SpokenWOZ also includes cross-turn detection and reasoning slot detection as new challenges to better handle these spoken characteristics.
8
+
9
+ ## Getting Started
10
+
11
+ The data is split into training, development, and unreleased test sets.
12
+
13
+ You can download a copy of the dataset (distributed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/legalcode) license): https://spokenwoz.github.io/SpokenWOZ-github.io/
14
+
15
+ Once you have built a model that works to your expectations on the dev set, you can submit it to [Wentao Ma](https://spokenwoz.github.io/SpokenWOZ-github.io/mawentao.mwt@alibaba-inc.com) to get official scores on a hidden test set. To preserve the integrity of test results, we do not release the test set to the public. Instead, we request you to submit your model so that we can run it on the test set for you.
16
+
17
+ ## Data structure
18
+
19
+ There are 5,700 dialogues ranging form single-domain to multi-domain in SpokenWOZ. The test sets contain 1k examples.
20
+
21
+ Dialogues with MUL in the name refers to multi-domain dialogues. Dialogues with SNG refers to single-domain dialogues. Each dialogue consists of a goal, multiple user and system utterances, dialogue state, dialogue act, corresponding audio and ASR transcription.
22
+
23
+ The file name of the audio is consistent with the id of the dialogue, for example, the corresponding audio file for MUL0032 is MUL0032.wav.
24
+
25
+ The dialogue goal for each dialogue is recorded in the "goal" field. The dialogue goal holds the fields involved in the dialogue as well as the slots involved and the corresponding values.
26
+
27
+ The dialogue state for each dialogue is recorded in the "metadata" field in every turn the same as MultiWOZ 2.1. The state have two sections: semi, book. Semi refers to slots from a particular domain. Book refers to booking slots for a particular domain. The joint accuracy metrics includes ALL slots.
28
+
29
+ The dialogue act for each dialogue is recorded in the "dialogue_act" and "span_info" field in every turn:
30
+
31
+ ```
32
+ {
33
+ "$dialogue_id": {
34
+ "log":{
35
+ "$turn_id": {
36
+ "dialogue_act": {
37
+ "$act_name": [
38
+ [
39
+ "$slot_name",
40
+ "$action_value"
41
+ ]
42
+ ]
43
+ },
44
+ "span_info": [
45
+ [
46
+ "$act_name"
47
+ "$slot_name",
48
+ "$action_value"
49
+ "$start_charater_index",
50
+ "$exclusive_end_character_index"
51
+ ]
52
+ }
53
+ }
54
+ ```
55
+
56
+ The ASR transcription for each dialogue is recorded in the "words" field in every turn.
57
+
58
+ ```
59
+ {
60
+ "$dialogue_id": {
61
+ "log":{
62
+ "$turn_id": {
63
+ "words": [
64
+ {
65
+ "$word_context": "$word",
66
+ "$begin_time": "$begintime",
67
+ "end_time": "$endtime",
68
+ "channel_id": "$channel",
69
+ "word_index": "$index",
70
+ }
71
+ }
72
+ }
73
+ ```
74
+
75
+
76
+
77
+ # Citation
78
+
79
+ ```
80
+ @article{si2023spokenwoz,
81
+ title={SpokenWOZ: A Large-Scale Speech-Text Dataset for Spoken Task-Oriented Dialogue in Multiple Domains},
82
+ author={Si, Shuzheng and Ma, Wentao and Wu, Yuchuan and Dai, Yinpei and Gao, Haoyu and Lin, Ting-En and Li, Hangyu and Yan, Rui and Huang, Fei and Li, Yongbin},
83
+ journal={arXiv preprint arXiv:2305.13040},
84
+ year={2023}
85
+ }
86
+ ```
87
+
data.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017db5b19f6b6e7c1173aadce2ea6ab204c19f6c8f4359d91d0b9fb3d007b58d
3
+ size 246209221
db/attraction_db.json ADDED
@@ -0,0 +1,1266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "address": "pool way, whitehill road, off newmarket road",
4
+ "area": "east",
5
+ "entrance fee": "?",
6
+ "id": "1",
7
+ "location": [
8
+ 52.208789,
9
+ 0.154883
10
+ ],
11
+ "name": "abbey pool and astroturf pitch",
12
+ "openhours": "?",
13
+ "phone": "01223902088",
14
+ "postcode": "cb58nt",
15
+ "pricerange": "?",
16
+ "type": "swimmingpool"
17
+ },
18
+ {
19
+ "address": "park street",
20
+ "area": "centre",
21
+ "entrance fee": "?",
22
+ "id": "2",
23
+ "location": [
24
+ 52.208699,
25
+ 0.12006
26
+ ],
27
+ "name": "adc theatre",
28
+ "openhours": "?",
29
+ "phone": "01223300085",
30
+ "postcode": "cb58as",
31
+ "pricerange": "?",
32
+ "type": "theatre"
33
+ },
34
+ {
35
+ "address": "jesus lane",
36
+ "area": "centre",
37
+ "entrance fee": "free",
38
+ "id": "3",
39
+ "location": [
40
+ 52.2078083333333,
41
+ 0.125616666666667
42
+ ],
43
+ "name": "all saints church",
44
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m., at other times the key can be borrowed from a nearby key holder.",
45
+ "phone": "01223452587",
46
+ "postcode": "cb58bs",
47
+ "pricerange": "free",
48
+ "type": "architecture"
49
+ },
50
+ {
51
+ "address": "heidelberg gardens, lion yard",
52
+ "area": "centre",
53
+ "entrance fee": "5 pounds",
54
+ "id": "4",
55
+ "location": [
56
+ 52.20478,
57
+ 0.11975
58
+ ],
59
+ "name": "ballare",
60
+ "openhours": "it opens from 10:30 p.m. to 03:30 a.m on thursday, from 11:00 p.m. to 04:00 a.m. on friday, from 10:00 p.m. to 03:30 a.m. on saturday, and from 10:00 p.m. to 02:30 a.m. on monday",
61
+ "phone": "01223364222",
62
+ "postcode": "cb23na",
63
+ "pricerange": "moderate",
64
+ "type": "nightclub"
65
+ },
66
+ {
67
+ "address": "98 king street",
68
+ "area": "centre",
69
+ "entrance fee": "free",
70
+ "id": "5",
71
+ "location": [
72
+ 52.207409,
73
+ 0.126738
74
+ ],
75
+ "name": "broughton house gallery",
76
+ "openhours": "?",
77
+ "phone": "01223314960",
78
+ "postcode": "cb11ln",
79
+ "pricerange": "free",
80
+ "type": "museum"
81
+ },
82
+ {
83
+ "address": "14 king's parade",
84
+ "area": "south",
85
+ "entrance fee": "free",
86
+ "id": "6",
87
+ "location": [
88
+ 52.1725982,
89
+ 0.1112224
90
+ ],
91
+ "name": "byard art",
92
+ "openhours": "it opens from 09:30 a.m. to 5:30 p.m. from monday to saturday, and from 11:00 a.m. to 4:00 p.m. on sunday",
93
+ "phone": "01223464646",
94
+ "postcode": "cb21sj",
95
+ "pricerange": "free",
96
+ "type": "museum"
97
+ },
98
+ {
99
+ "address": "cafe jello gallery, 13 magdalene street",
100
+ "area": "west",
101
+ "entrance fee": "free",
102
+ "id": "7",
103
+ "location": [
104
+ 52.221949,
105
+ 0.094948
106
+ ],
107
+ "name": "cafe jello gallery",
108
+ "openhours": "it opens from 10:30 a.m. to 5:30 p.m. thursday to saturday",
109
+ "phone": "01223312112",
110
+ "postcode": "cb30af",
111
+ "pricerange": "free",
112
+ "type": "museum"
113
+ },
114
+ {
115
+ "address": "the plough, green end, fen ditton,",
116
+ "area": "east",
117
+ "entrance fee": "?",
118
+ "id": "8",
119
+ "location": [
120
+ 52.21247,
121
+ 0.15619
122
+ ],
123
+ "name": "camboats",
124
+ "openhours": "?",
125
+ "phone": "01223902112",
126
+ "postcode": "cb58sx",
127
+ "pricerange": "?",
128
+ "type": "boat"
129
+ },
130
+ {
131
+ "address": "2-3 castle street",
132
+ "area": "west",
133
+ "entrance fee": "3.50 pounds",
134
+ "id": "9",
135
+ "location": [
136
+ 52.210766,
137
+ 0.114795
138
+ ],
139
+ "name": "cambridge and county folk museum",
140
+ "openhours": "it opens from monday to saturday, 10 a.m. to 5 p.m. while on sunday it opens from 2 p.m. to 5 p.m.",
141
+ "phone": "01223355159",
142
+ "postcode": "cb30aq",
143
+ "pricerange": "moderate",
144
+ "type": "museum"
145
+ },
146
+ {
147
+ "address": "6 saint edward's passage",
148
+ "area": "centre",
149
+ "entrance fee": "?",
150
+ "id": "10",
151
+ "location": [
152
+ 52.2034781571435,
153
+ 0.119176917855308
154
+ ],
155
+ "name": "cambridge arts theatre",
156
+ "openhours": "?",
157
+ "phone": "01223503333",
158
+ "postcode": "cb23pj",
159
+ "pricerange": "?",
160
+ "type": "theatre"
161
+ },
162
+ {
163
+ "address": "5 greens road",
164
+ "area": "east",
165
+ "entrance fee": "free",
166
+ "id": "11",
167
+ "location": [
168
+ 52.202271,
169
+ 0.14702
170
+ ],
171
+ "name": "cambridge artworks",
172
+ "openhours": "?",
173
+ "phone": "01223902168",
174
+ "postcode": "cb13ef",
175
+ "pricerange": "free",
176
+ "type": "museum"
177
+ },
178
+ {
179
+ "address": "49 newnham road",
180
+ "area": "west",
181
+ "entrance fee": "free",
182
+ "id": "12",
183
+ "location": [
184
+ 52.198744,
185
+ 0.113364
186
+ ],
187
+ "name": "cambridge book and print gallery",
188
+ "openhours": "it opens from 10:00 a.m. to 5:00 p.m. from tuesday to saturday",
189
+ "phone": "01223694264",
190
+ "postcode": "cb39ey",
191
+ "pricerange": "free",
192
+ "type": "museum"
193
+ },
194
+ {
195
+ "address": "6 trinity street",
196
+ "area": "centre",
197
+ "entrance fee": "free",
198
+ "id": "13",
199
+ "location": [
200
+ 52.206084,
201
+ 0.118268
202
+ ],
203
+ "name": "cambridge contemporary art",
204
+ "openhours": "it opens from 11:00 a.m. to 4:00 p.m. on sunday, and from 09:00 a.m. to 5:30 p.m. from monday to saturday",
205
+ "phone": "01223324222",
206
+ "postcode": "cb21su",
207
+ "pricerange": "free",
208
+ "type": "museum"
209
+ },
210
+ {
211
+ "address": "the old pumping station, cheddars lane",
212
+ "area": "east",
213
+ "entrance fee": "5 pounds",
214
+ "id": "14",
215
+ "location": [
216
+ 52.21247,
217
+ 0.15619
218
+ ],
219
+ "name": "cambridge museum of technology",
220
+ "openhours": "it opens on sunday from 2:00 p.m. to 5:00 p.m.",
221
+ "phone": "01223368650",
222
+ "postcode": "cb58ld",
223
+ "pricerange": "expensive",
224
+ "type": "museum"
225
+ },
226
+ {
227
+ "address": "bateman street",
228
+ "area": "centre",
229
+ "entrance fee": "4 pounds",
230
+ "id": "15",
231
+ "location": [
232
+ 52.19525,
233
+ 0.126
234
+ ],
235
+ "name": "cambridge university botanic gardens",
236
+ "openhours": "it opens from 10:00 a.m. to 6:00 p.m. from april to september, from 10:00 a.m. to 5:00 p.m. in february march and october, and from 10:00 a.m. to 4:00 p.m. from november to january",
237
+ "phone": "01223336265",
238
+ "postcode": "cb21jf",
239
+ "pricerange": "moderate",
240
+ "type": "park"
241
+ },
242
+ {
243
+ "address": "unit su43, grande arcade, saint andrews street",
244
+ "area": "centre",
245
+ "entrance fee": "free",
246
+ "id": "16",
247
+ "location": [
248
+ 52.204788,
249
+ 0.1214
250
+ ],
251
+ "name": "castle galleries",
252
+ "openhours": "it opens from 09:00 a.m. to 6:00 p.m. every day except wednesday when it opens from 09:00 a.m. to 8:00 p.m., and sunday when it opens from 11:00 a.m. to 5:00 p.m.",
253
+ "phone": "01223307402",
254
+ "postcode": "cb23bj",
255
+ "pricerange": "free",
256
+ "type": "museum"
257
+ },
258
+ {
259
+ "address": "cherry hinton road",
260
+ "area": "east",
261
+ "entrance fee": "?",
262
+ "id": "17",
263
+ "location": [
264
+ 52.186045,
265
+ 0.157515
266
+ ],
267
+ "name": "cherry hinton hall and grounds",
268
+ "openhours": "?",
269
+ "phone": "01223446104",
270
+ "postcode": "cb18dw",
271
+ "pricerange": "?",
272
+ "type": "entertainment"
273
+ },
274
+ {
275
+ "address": "cherry hinton hall, cherry hinton road",
276
+ "area": "east",
277
+ "entrance fee": "free",
278
+ "id": "18",
279
+ "location": [
280
+ 52.186045,
281
+ 0.157515
282
+ ],
283
+ "name": "cherry hinton water play",
284
+ "openhours": "it opens from may to september",
285
+ "phone": "01223446100",
286
+ "postcode": "cb18dw",
287
+ "pricerange": "free",
288
+ "type": "park"
289
+ },
290
+ {
291
+ "address": "saint andrew's street",
292
+ "area": "centre",
293
+ "entrance fee": "free",
294
+ "id": "19",
295
+ "location": [
296
+ 52.20635,
297
+ 0.121727777777778
298
+ ],
299
+ "name": "christ's college",
300
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
301
+ "phone": "01223334900",
302
+ "postcode": "cb23bu",
303
+ "pricerange": "free",
304
+ "type": "college"
305
+ },
306
+ {
307
+ "address": "storey's way",
308
+ "area": "west",
309
+ "entrance fee": "free",
310
+ "id": "20",
311
+ "location": [
312
+ 52.2128888888889,
313
+ 0.103127777777778
314
+ ],
315
+ "name": "churchill college",
316
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
317
+ "phone": "01223336233",
318
+ "postcode": "cb30ds",
319
+ "pricerange": "free",
320
+ "type": "college"
321
+ },
322
+ {
323
+ "address": "cambridge leisure park, clifton way",
324
+ "area": "south",
325
+ "entrance fee": "?",
326
+ "id": "21",
327
+ "location": [
328
+ 52.1901222222222,
329
+ 0.136991666666667
330
+ ],
331
+ "name": "cineworld cinema",
332
+ "openhours": "?",
333
+ "phone": "00872208000",
334
+ "postcode": "cb17dy",
335
+ "pricerange": "?",
336
+ "type": "cinema"
337
+ },
338
+ {
339
+ "address": "trinity lane",
340
+ "area": "west",
341
+ "entrance fee": "2.50 pounds",
342
+ "id": "22",
343
+ "location": [
344
+ 52.2048527777778,
345
+ 0.115422222222222
346
+ ],
347
+ "name": "clare college",
348
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
349
+ "phone": "01223333200",
350
+ "postcode": "cb21tl",
351
+ "pricerange": "moderate",
352
+ "type": "college"
353
+ },
354
+ {
355
+ "address": "herschel road",
356
+ "area": "west",
357
+ "entrance fee": "free",
358
+ "id": "23",
359
+ "location": [
360
+ 52.2040527777778,
361
+ 0.104480555555556
362
+ ],
363
+ "name": "clare hall",
364
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
365
+ "phone": "01223332360",
366
+ "postcode": "cb39al",
367
+ "pricerange": "free",
368
+ "type": "college"
369
+ },
370
+ {
371
+ "address": "1 station road",
372
+ "area": "centre",
373
+ "entrance fee": "5 pounds",
374
+ "id": "24",
375
+ "location": [
376
+ 52.195173,
377
+ 0.131644
378
+ ],
379
+ "name": "club salsa",
380
+ "openhours": "it opens at the university social club from 9:30 p.m. to 11:30 p.m. on wednesday, and from 10:00 p.m. to 01:00 a.m. on friday",
381
+ "phone": "07782218745",
382
+ "postcode": "cb12jb",
383
+ "pricerange": "moderate",
384
+ "type": "nightclub"
385
+ },
386
+ {
387
+ "address": "king's parade",
388
+ "area": "centre",
389
+ "entrance fee": "2 pounds",
390
+ "id": "25",
391
+ "location": [
392
+ 52.2028416666667,
393
+ 0.117844444444444
394
+ ],
395
+ "name": "corpus christi",
396
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
397
+ "phone": "01223338000",
398
+ "postcode": "cb21rh",
399
+ "pricerange": "cheap",
400
+ "type": "college"
401
+ },
402
+ {
403
+ "address": "regent street",
404
+ "area": "centre",
405
+ "entrance fee": "free",
406
+ "id": "26",
407
+ "location": [
408
+ 52.2013777777778,
409
+ 0.125194444444444
410
+ ],
411
+ "name": "downing college",
412
+ "openhours": "it opens daily from 9 a.m. to 5 p.m. except during easter term",
413
+ "phone": "01223334860",
414
+ "postcode": "cb21dq",
415
+ "pricerange": "free",
416
+ "type": "college"
417
+ },
418
+ {
419
+ "address": "saint andrew's street",
420
+ "area": "centre",
421
+ "entrance fee": "free",
422
+ "id": "27",
423
+ "location": [
424
+ 52.203572,
425
+ 0.123778
426
+ ],
427
+ "name": "emmanuel college",
428
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
429
+ "phone": "01223334200",
430
+ "postcode": "cb23ap",
431
+ "pricerange": "free",
432
+ "type": "college"
433
+ },
434
+ {
435
+ "address": "8 mercers row, mercers row industrial estate",
436
+ "area": "east",
437
+ "entrance fee": "?",
438
+ "id": "28",
439
+ "location": [
440
+ 52.21401,
441
+ 0.14789
442
+ ],
443
+ "name": "funky fun house",
444
+ "openhours": "?",
445
+ "phone": "01223304705",
446
+ "postcode": "cb58hy",
447
+ "pricerange": "?",
448
+ "type": "entertainment"
449
+ },
450
+ {
451
+ "address": "fulbourn",
452
+ "area": "east",
453
+ "entrance fee": "free",
454
+ "id": "29",
455
+ "location": [
456
+ 52.183498,
457
+ 0.22186
458
+ ],
459
+ "name": "gallery at twelve a high street",
460
+ "openhours": "?",
461
+ "phone": "01223295264",
462
+ "postcode": "cb15dh",
463
+ "pricerange": "free",
464
+ "type": "museum"
465
+ },
466
+ {
467
+ "address": "trinity street",
468
+ "area": "centre",
469
+ "entrance fee": "free",
470
+ "id": "30",
471
+ "location": [
472
+ 52.205861,
473
+ 0.117972
474
+ ],
475
+ "name": "gonville and caius college",
476
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
477
+ "phone": "01223332400",
478
+ "postcode": "cb21ta",
479
+ "pricerange": "free",
480
+ "type": "college"
481
+ },
482
+ {
483
+ "address": "market square",
484
+ "area": "centre",
485
+ "entrance fee": "2 pounds",
486
+ "id": "31",
487
+ "location": [
488
+ 52.2049472222222,
489
+ 0.118222222222222
490
+ ],
491
+ "name": "great saint mary's church",
492
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m.",
493
+ "phone": "01223350914",
494
+ "postcode": "cb23pq",
495
+ "pricerange": "cheap",
496
+ "type": "architecture"
497
+ },
498
+ {
499
+ "address": "market street",
500
+ "area": "centre",
501
+ "entrance fee": "free",
502
+ "id": "32",
503
+ "location": [
504
+ 52.2057694444444,
505
+ 0.120033333333333
506
+ ],
507
+ "name": "holy trinity church",
508
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m.",
509
+ "phone": "01223355397",
510
+ "postcode": "cb23nz",
511
+ "pricerange": "free",
512
+ "type": "architecture"
513
+ },
514
+ {
515
+ "address": "wollaston road",
516
+ "area": "centre",
517
+ "entrance fee": "free",
518
+ "id": "33",
519
+ "location": [
520
+ 52.200692,
521
+ 0.133253
522
+ ],
523
+ "name": "hughes hall",
524
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
525
+ "phone": "01223334898",
526
+ "postcode": "cb12ew",
527
+ "pricerange": "free",
528
+ "type": "college"
529
+ },
530
+ {
531
+ "address": "jesus lane",
532
+ "area": "centre",
533
+ "entrance fee": "free",
534
+ "id": "34",
535
+ "location": [
536
+ 52.209353,
537
+ 0.125342
538
+ ],
539
+ "name": "jesus college",
540
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
541
+ "phone": "01223339485",
542
+ "postcode": "cb58bl",
543
+ "pricerange": "free",
544
+ "type": "college"
545
+ },
546
+ {
547
+ "address": "between victoria road and the river",
548
+ "area": "north",
549
+ "entrance fee": "?",
550
+ "id": "35",
551
+ "location": [
552
+ 52.220328,
553
+ 0.115149
554
+ ],
555
+ "name": "jesus green outdoor pool",
556
+ "openhours": "?",
557
+ "phone": "01223302579",
558
+ "postcode": "cb43px",
559
+ "pricerange": "?",
560
+ "type": "swimmingpool"
561
+ },
562
+ {
563
+ "address": "1 wheeler street",
564
+ "area": "centre",
565
+ "entrance fee": "5 pounds",
566
+ "id": "36",
567
+ "location": [
568
+ 52.204192,
569
+ 0.119187
570
+ ],
571
+ "name": "kambar",
572
+ "openhours": "it opens from 10:00 p.m. to 4:00 a.m. depending on whether there is an event on or not",
573
+ "phone": "01223842725",
574
+ "postcode": "cb23qb",
575
+ "pricerange": "moderate",
576
+ "type": "nightclub"
577
+ },
578
+ {
579
+ "address": "castle street",
580
+ "area": "west",
581
+ "entrance fee": "free",
582
+ "id": "37",
583
+ "location": [
584
+ 52.212405,
585
+ 0.113075
586
+ ],
587
+ "name": "kettle's yard",
588
+ "openhours": "it opens from 11:30 a.m. to 5:00 p.m. tuesday to sunday",
589
+ "phone": "01223748100",
590
+ "postcode": "cb30aq",
591
+ "pricerange": "free",
592
+ "type": "museum"
593
+ },
594
+ {
595
+ "address": "king's parade",
596
+ "area": "centre",
597
+ "entrance fee": "free",
598
+ "id": "38",
599
+ "location": [
600
+ 52.204289,
601
+ 0.117269
602
+ ],
603
+ "name": "king's college",
604
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
605
+ "phone": "01223331100",
606
+ "postcode": "cb21st",
607
+ "pricerange": "free",
608
+ "type": "college"
609
+ },
610
+ {
611
+ "address": "jedburgh court, kings hedges",
612
+ "area": "north",
613
+ "entrance fee": "?",
614
+ "id": "39",
615
+ "location": [
616
+ 52.23171,
617
+ 0.122415
618
+ ],
619
+ "name": "kings hedges learner pool",
620
+ "openhours": "?",
621
+ "phone": "01223353248",
622
+ "postcode": "cb42xh",
623
+ "pricerange": "?",
624
+ "type": "swimmingpool"
625
+ },
626
+ {
627
+ "address": "little saint mary's lane",
628
+ "area": "centre",
629
+ "entrance fee": "free",
630
+ "id": "40",
631
+ "location": [
632
+ 52.2005111111111,
633
+ 0.119883333333333
634
+ ],
635
+ "name": "little saint mary's church",
636
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m.",
637
+ "phone": "01223366202",
638
+ "postcode": "cb21qy",
639
+ "pricerange": "free",
640
+ "type": "architecture"
641
+ },
642
+ {
643
+ "address": "23 high street, fen ditton",
644
+ "area": "west",
645
+ "entrance fee": "free",
646
+ "id": "41",
647
+ "location": [
648
+ 52.222053,
649
+ 0.095086
650
+ ],
651
+ "name": "lynne strover gallery",
652
+ "openhours": "it opens from 10:00 a.m. to 5:00 p.m. thursday to saturday",
653
+ "phone": "01223295264",
654
+ "postcode": "cb30aq",
655
+ "pricerange": "free",
656
+ "type": "museum"
657
+ },
658
+ {
659
+ "address": "magdalene street",
660
+ "area": "west",
661
+ "entrance fee": "free",
662
+ "id": "42",
663
+ "location": [
664
+ 52.210403,
665
+ 0.115803
666
+ ],
667
+ "name": "magdalene college",
668
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
669
+ "phone": "01223332138",
670
+ "postcode": "cb30ag",
671
+ "pricerange": "free",
672
+ "type": "college"
673
+ },
674
+ {
675
+ "address": "milton country park, milton",
676
+ "area": "north",
677
+ "entrance fee": "free",
678
+ "id": "43",
679
+ "location": [
680
+ 52.247361,
681
+ 0.156627
682
+ ],
683
+ "name": "milton country park",
684
+ "openhours": "always",
685
+ "phone": "01223420060",
686
+ "postcode": "cb46az",
687
+ "pricerange": "free",
688
+ "type": "park"
689
+ },
690
+ {
691
+ "address": "anglia ruskin enterprise, east road",
692
+ "area": "centre",
693
+ "entrance fee": "?",
694
+ "id": "44",
695
+ "location": [
696
+ 52.20571,
697
+ 0.131061
698
+ ],
699
+ "name": "mumford theatre",
700
+ "openhours": "?",
701
+ "phone": "08451962320",
702
+ "postcode": "cb11pt",
703
+ "pricerange": "?",
704
+ "type": "theatre"
705
+ },
706
+ {
707
+ "address": "university of cambridge, downing street",
708
+ "area": "centre",
709
+ "entrance fee": "free",
710
+ "id": "45",
711
+ "location": [
712
+ 52.205261,
713
+ 0.11664
714
+ ],
715
+ "name": "museum of archaelogy and anthropology",
716
+ "openhours": "it opens from 10:30 a.m. to 4:30 p.m. tuesday to saturday",
717
+ "phone": "01223333516",
718
+ "postcode": "cb23dz",
719
+ "pricerange": "free",
720
+ "type": "museum"
721
+ },
722
+ {
723
+ "address": "sidgwick avenue",
724
+ "area": "west",
725
+ "entrance fee": "free",
726
+ "id": "46",
727
+ "location": [
728
+ 52.20987,
729
+ 0.111565
730
+ ],
731
+ "name": "museum of classical archaeology",
732
+ "openhours": "it opens from 10:00 a.m. to 5:00 p.m. monday to friday",
733
+ "phone": "01223335153",
734
+ "postcode": "cb39da",
735
+ "pricerange": "free",
736
+ "type": "museum"
737
+ },
738
+ {
739
+ "address": "unit g6, cambridge leisure park, clifton road",
740
+ "area": "south",
741
+ "entrance fee": "?",
742
+ "id": "47",
743
+ "location": [
744
+ 52.1896573155949,
745
+ 0.137541476208324
746
+ ],
747
+ "name": "nusha",
748
+ "openhours": "it opens from 5:00 p.m. to 01:30 a.m. on tuesday, friday and saturday, and from 5:00 p.m. to midnight on monday, wednesday, thursday and sunday.",
749
+ "phone": "01223902158",
750
+ "postcode": "cb17dy",
751
+ "pricerange": "?",
752
+ "type": "entertainment"
753
+ },
754
+ {
755
+ "address": "trinity lane",
756
+ "area": "centre",
757
+ "entrance fee": "free",
758
+ "id": "48",
759
+ "location": [
760
+ 52.2052638888889,
761
+ 0.116641666666667
762
+ ],
763
+ "name": "old schools",
764
+ "openhours": "it opens normally daily from 08:00 a.m. to 5:45 p.m.",
765
+ "phone": "01223332320",
766
+ "postcode": "cb21tt",
767
+ "pricerange": "free",
768
+ "type": "architecture"
769
+ },
770
+ {
771
+ "address": "gonville place",
772
+ "area": "centre",
773
+ "entrance fee": "?",
774
+ "id": "49",
775
+ "location": [
776
+ 52.201275,
777
+ 0.129935
778
+ ],
779
+ "name": "parkside pools",
780
+ "openhours": "?",
781
+ "phone": "01223446100",
782
+ "postcode": "cb11ly",
783
+ "pricerange": "?",
784
+ "type": "swimmingpool"
785
+ },
786
+ {
787
+ "address": "trumpington street",
788
+ "area": "centre",
789
+ "entrance fee": "free",
790
+ "id": "50",
791
+ "location": [
792
+ 52.202611,
793
+ 0.120658
794
+ ],
795
+ "name": "pembroke college",
796
+ "openhours": "any time except may and june",
797
+ "phone": "01223338100",
798
+ "postcode": "cb21rf",
799
+ "pricerange": "free",
800
+ "type": "college"
801
+ },
802
+ {
803
+ "address": "girton college, huntingdon road",
804
+ "area": "west",
805
+ "entrance fee": "free",
806
+ "id": "51",
807
+ "location": [
808
+ 52.228375,
809
+ 0.0837527777777778
810
+ ],
811
+ "name": "people's portraits exhibition at girton college",
812
+ "openhours": "it opens from 2:00 p.m. to 4:00 p.m. daily from february to july",
813
+ "phone": "01223338901",
814
+ "postcode": "cb3ojg",
815
+ "pricerange": "free",
816
+ "type": "museum"
817
+ },
818
+ {
819
+ "address": "10 king s parade",
820
+ "area": "centre",
821
+ "entrance fee": "free",
822
+ "id": "52",
823
+ "location": [
824
+ 52.2034781571435,
825
+ 0.119176917855308
826
+ ],
827
+ "name": "primavera",
828
+ "openhours": "it opens from 11:00 a.m. to 4:30 p.m. on sunday, from 10:00 a.m. to 5:00 p.m. from monday to friday, and from 10:00 a.m. to 5:30 p.m. on saturday",
829
+ "phone": "01223357708",
830
+ "postcode": "cb21sj",
831
+ "pricerange": "free",
832
+ "type": "museum"
833
+ },
834
+ {
835
+ "address": "silver street",
836
+ "area": "west",
837
+ "entrance fee": "2.50 pounds",
838
+ "id": "53",
839
+ "location": [
840
+ 52.2018,
841
+ 0.114239
842
+ ],
843
+ "name": "queens' college",
844
+ "openhours": "monday to sunday 10 a.m. to 4:30 p.m.",
845
+ "phone": "01223335511",
846
+ "postcode": "cb39et",
847
+ "pricerange": "moderate",
848
+ "type": "college"
849
+ },
850
+ {
851
+ "address": "39 fitzroy street",
852
+ "area": "centre",
853
+ "entrance fee": "free",
854
+ "id": "54",
855
+ "location": [
856
+ 52.206823,
857
+ 0.131361
858
+ ],
859
+ "name": "regency gallery",
860
+ "openhours": "?",
861
+ "phone": "01223365454",
862
+ "postcode": "cb11er",
863
+ "pricerange": "free",
864
+ "type": "museum"
865
+ },
866
+ {
867
+ "address": "cambridge passenger cruisers, jubilee house",
868
+ "area": "north",
869
+ "entrance fee": "?",
870
+ "id": "55",
871
+ "location": [
872
+ 52.229515,
873
+ 0.111645
874
+ ],
875
+ "name": "riverboat georgina",
876
+ "openhours": "?",
877
+ "phone": "01223902091",
878
+ "postcode": "cb43ax",
879
+ "pricerange": "?",
880
+ "type": "boat"
881
+ },
882
+ {
883
+ "address": "anglia ruskin university, east road",
884
+ "area": "centre",
885
+ "entrance fee": "free",
886
+ "id": "56",
887
+ "location": [
888
+ 52.20571,
889
+ 0.131061
890
+ ],
891
+ "name": "ruskin gallery",
892
+ "openhours": "?",
893
+ "phone": "01245493131",
894
+ "postcode": "cb11pt",
895
+ "pricerange": "free",
896
+ "type": "museum"
897
+ },
898
+ {
899
+ "address": "the belfast yard, coldham's road",
900
+ "area": "east",
901
+ "entrance fee": "free",
902
+ "id": "57",
903
+ "location": [
904
+ 52.20858,
905
+ 0.148702
906
+ ],
907
+ "name": "saint barnabas press gallery",
908
+ "openhours": "?",
909
+ "phone": "01223902116",
910
+ "postcode": "cb13ew",
911
+ "pricerange": "free",
912
+ "type": "museum"
913
+ },
914
+ {
915
+ "address": "king's parade",
916
+ "area": "centre",
917
+ "entrance fee": "free",
918
+ "id": "58",
919
+ "location": [
920
+ 52.202839,
921
+ 0.116394
922
+ ],
923
+ "name": "saint catharine's college",
924
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
925
+ "phone": "01223338300",
926
+ "postcode": "cb21rl",
927
+ "pricerange": "free",
928
+ "type": "college"
929
+ },
930
+ {
931
+ "address": "saint john's street",
932
+ "area": "centre",
933
+ "entrance fee": "2.50 pounds",
934
+ "id": "59",
935
+ "location": [
936
+ 52.208803,
937
+ 0.117411
938
+ ],
939
+ "name": "saint john's college",
940
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
941
+ "phone": "01223338600",
942
+ "postcode": "cb21tp",
943
+ "pricerange": "moderate",
944
+ "type": "college"
945
+ },
946
+ {
947
+ "address": "lensfield road",
948
+ "area": "centre",
949
+ "entrance fee": "free",
950
+ "id": "60",
951
+ "location": [
952
+ 52.19806,
953
+ 0.123185
954
+ ],
955
+ "name": "scott polar museum",
956
+ "openhours": "it opens from 10:00 a.m. to 4:00 p.m. from tuesday to saturday",
957
+ "phone": "01223336540",
958
+ "postcode": "cb21er",
959
+ "pricerange": "free",
960
+ "type": "museum"
961
+ },
962
+ {
963
+ "address": "granta place, mill lane",
964
+ "area": "centre",
965
+ "entrance fee": "?",
966
+ "id": "61",
967
+ "location": [
968
+ 52.200975,
969
+ 0.116298
970
+ ],
971
+ "name": "scudamores punting co",
972
+ "openhours": "?",
973
+ "phone": "01223359750",
974
+ "postcode": "cb21rs",
975
+ "pricerange": "?",
976
+ "type": "boat"
977
+ },
978
+ {
979
+ "address": "fen causeway, newnham road,",
980
+ "area": "south",
981
+ "entrance fee": "free",
982
+ "id": "62",
983
+ "location": [
984
+ 52.17674,
985
+ 0.14559
986
+ ],
987
+ "name": "sheep's green and lammas land park fen causeway",
988
+ "openhours": "it is open from may to sept",
989
+ "phone": "01223302580",
990
+ "postcode": "cb22ad",
991
+ "pricerange": "free",
992
+ "type": "park"
993
+ },
994
+ {
995
+ "address": "sidney street",
996
+ "area": "centre",
997
+ "entrance fee": "free",
998
+ "id": "63",
999
+ "location": [
1000
+ 52.207464,
1001
+ 0.121342
1002
+ ],
1003
+ "name": "sidney sussex college",
1004
+ "openhours": "it opens daily from 9 a.m. to 5 p.m. except during easter term",
1005
+ "phone": "01223338800",
1006
+ "postcode": "cb23hu",
1007
+ "pricerange": "free",
1008
+ "type": "college"
1009
+ },
1010
+ {
1011
+ "address": "1-6 corn exchange street",
1012
+ "area": "centre",
1013
+ "entrance fee": "4 pounds",
1014
+ "id": "64",
1015
+ "location": [
1016
+ 52.203878,
1017
+ 0.12044
1018
+ ],
1019
+ "name": "soul tree nightclub",
1020
+ "openhours": "it opens from 9:30 p.m. to 02:00 a.m. from sunday to tuesday, from 9:00 p.m. to 02:00 a.m. on wednesday, and from 9:00 p.m. to 02:30 a.m. from thursday to saturday",
1021
+ "phone": "01223477900",
1022
+ "postcode": "cb23qf",
1023
+ "pricerange": "cheap",
1024
+ "type": "nightclub"
1025
+ },
1026
+ {
1027
+ "address": "cambridge leisure park, clifton way",
1028
+ "area": "south",
1029
+ "entrance fee": "?",
1030
+ "id": "65",
1031
+ "location": [
1032
+ 52.18568,
1033
+ 0.144638
1034
+ ],
1035
+ "name": "tenpin",
1036
+ "openhours": "?",
1037
+ "phone": "08715501010",
1038
+ "postcode": "cb17dy",
1039
+ "pricerange": "?",
1040
+ "type": "entertainment"
1041
+ },
1042
+ {
1043
+ "address": "wheeler street",
1044
+ "area": "centre",
1045
+ "entrance fee": "?",
1046
+ "id": "66",
1047
+ "location": [
1048
+ 52.20431,
1049
+ 0.119215
1050
+ ],
1051
+ "name": "the cambridge corn exchange",
1052
+ "openhours": "?",
1053
+ "phone": "01223357851",
1054
+ "postcode": "cb23qe",
1055
+ "pricerange": "?",
1056
+ "type": "theatre"
1057
+ },
1058
+ {
1059
+ "address": "251a chesterton road",
1060
+ "area": "centre",
1061
+ "entrance fee": "?",
1062
+ "id": "67",
1063
+ "location": [
1064
+ 52.211939,
1065
+ 0.118661
1066
+ ],
1067
+ "name": "the cambridge punter",
1068
+ "openhours": "?",
1069
+ "phone": "07807718591",
1070
+ "postcode": "cb41as",
1071
+ "pricerange": "?",
1072
+ "type": "boat"
1073
+ },
1074
+ {
1075
+ "address": "colville road, cherry hinton",
1076
+ "area": "east",
1077
+ "entrance fee": "?",
1078
+ "id": "68",
1079
+ "location": [
1080
+ 52.186715,
1081
+ 0.17882
1082
+ ],
1083
+ "name": "the cherry hinton village centre",
1084
+ "openhours": "it opens from 09:00 a.m. to 8:00 p.m. on sunday, and from 09:00 a.m. to 10:00 p.m. from monday to saturday",
1085
+ "phone": "01223576412",
1086
+ "postcode": "cb19ej",
1087
+ "pricerange": "?",
1088
+ "type": "mutliple sports"
1089
+ },
1090
+ {
1091
+ "address": "8 market passage",
1092
+ "area": "centre",
1093
+ "entrance fee": "5 pounds",
1094
+ "id": "69",
1095
+ "location": [
1096
+ 52.206144,
1097
+ 0.120283
1098
+ ],
1099
+ "name": "the fez club",
1100
+ "openhours": "it opens on monday from 9 p.m. to 2 a.m.. it is closed on tuesday. from wednesday to saturday it opens from 9 p.m. to 2 a.m. and it is closed on sunday",
1101
+ "phone": "01223519224",
1102
+ "postcode": "cb23hx",
1103
+ "pricerange": "moderate",
1104
+ "type": "nightclub"
1105
+ },
1106
+ {
1107
+ "address": "trumpington street",
1108
+ "area": "centre",
1109
+ "entrance fee": "free",
1110
+ "id": "70",
1111
+ "location": [
1112
+ 52.19855,
1113
+ 0.121785
1114
+ ],
1115
+ "name": "the fitzwilliam museum",
1116
+ "openhours": "from tuesday to saturday it opens from 10 a.m. to 5 p.m. while on sunday, monday and bank holidays it opens from 12 to 5 p.m.",
1117
+ "phone": "01223332900",
1118
+ "postcode": "cb21rb",
1119
+ "pricerange": "free",
1120
+ "type": "museum"
1121
+ },
1122
+ {
1123
+ "address": "clifton way",
1124
+ "area": "south",
1125
+ "entrance fee": "?",
1126
+ "id": "71",
1127
+ "location": [
1128
+ 52.190325,
1129
+ 0.135755
1130
+ ],
1131
+ "name": "the junction",
1132
+ "openhours": "?",
1133
+ "phone": "01223511511",
1134
+ "postcode": "cb17gx",
1135
+ "pricerange": "?",
1136
+ "type": "theatre"
1137
+ },
1138
+ {
1139
+ "address": "2 norfolk street",
1140
+ "area": "centre",
1141
+ "entrance fee": "?",
1142
+ "id": "72",
1143
+ "location": [
1144
+ 52.204746,
1145
+ 0.136515
1146
+ ],
1147
+ "name": "the man on the moon",
1148
+ "openhours": "?",
1149
+ "phone": "01223474144",
1150
+ "postcode": "cb12lf",
1151
+ "pricerange": "?",
1152
+ "type": "concerthall"
1153
+ },
1154
+ {
1155
+ "address": "22 sidney street",
1156
+ "area": "south",
1157
+ "entrance fee": "?",
1158
+ "id": "73",
1159
+ "location": [
1160
+ 52.1725982,
1161
+ 0.1112224
1162
+ ],
1163
+ "name": "the place",
1164
+ "openhours": "it opens from 10:30 p.m. to 03:30 a.m. on tuesday, from 10:00 p.m. to 02:30 a.m. on thursday, from 10:00 p.m. to 04:00 a.m. on friday and saturday, and from 10:00 p.m. to 02:00 a.m. on sunday",
1165
+ "phone": "01223324600",
1166
+ "postcode": "cb23hg",
1167
+ "pricerange": "moderate",
1168
+ "type": "nightclub"
1169
+ },
1170
+ {
1171
+ "address": "trinity street",
1172
+ "area": "centre",
1173
+ "entrance fee": "1 pound",
1174
+ "id": "74",
1175
+ "location": [
1176
+ 52.207081,
1177
+ 0.117622
1178
+ ],
1179
+ "name": "trinity college",
1180
+ "openhours": "it opens normally daily from 9 a.m. to 5 p.m. except easter term",
1181
+ "phone": "01223338400",
1182
+ "postcode": "cb21tq",
1183
+ "pricerange": "cheap",
1184
+ "type": "college"
1185
+ },
1186
+ {
1187
+ "address": "the grafton centre, east road",
1188
+ "area": "centre",
1189
+ "entrance fee": "?",
1190
+ "id": "75",
1191
+ "location": [
1192
+ 52.20571,
1193
+ 0.131061
1194
+ ],
1195
+ "name": "vue cinema",
1196
+ "openhours": "?",
1197
+ "phone": "08712240240",
1198
+ "postcode": "cb11ps",
1199
+ "pricerange": "?",
1200
+ "type": "cinema"
1201
+ },
1202
+ {
1203
+ "address": "wandlebury ring, gog magog hills, babraham",
1204
+ "area": "south",
1205
+ "entrance fee": "free",
1206
+ "id": "76",
1207
+ "location": [
1208
+ 52.119551,
1209
+ 0.181018
1210
+ ],
1211
+ "name": "wandlebury country park",
1212
+ "openhours": "always",
1213
+ "phone": "01223243830",
1214
+ "postcode": "cb223ae",
1215
+ "pricerange": "free",
1216
+ "type": "park"
1217
+ },
1218
+ {
1219
+ "address": "unit 8, viking way, bar hill",
1220
+ "area": "west",
1221
+ "entrance fee": "?",
1222
+ "id": "77",
1223
+ "location": [
1224
+ 52.254,
1225
+ 0.016478
1226
+ ],
1227
+ "name": "whale of a time",
1228
+ "openhours": "it opens from 09:30 a.m. to 6:00 p.m. daily",
1229
+ "phone": "01954781018",
1230
+ "postcode": "cb238el",
1231
+ "pricerange": "?",
1232
+ "type": "entertainment"
1233
+ },
1234
+ {
1235
+ "address": "free school lane",
1236
+ "area": "centre",
1237
+ "entrance fee": "free",
1238
+ "id": "78",
1239
+ "location": [
1240
+ 52.203117,
1241
+ 0.118928
1242
+ ],
1243
+ "name": "whipple museum of the history of science",
1244
+ "openhours": "it opens from 12:30 p.m. to 4:30 p.m. from monday to friday",
1245
+ "phone": "01223330906",
1246
+ "postcode": "cb23rh",
1247
+ "pricerange": "free",
1248
+ "type": "museum"
1249
+ },
1250
+ {
1251
+ "address": "gwydir street, no. 5 dale's brewery",
1252
+ "area": "centre",
1253
+ "entrance fee": "free",
1254
+ "id": "79",
1255
+ "location": [
1256
+ 52.2002,
1257
+ 0.1385
1258
+ ],
1259
+ "name": "williams art and antiques",
1260
+ "openhours": "it opens from 11:00 a.m. to 6:00 p.m. from tuesday to friday, from 11:00 a.m. to 5:00 p.m. on saturday and sunday, and it is closed on monday",
1261
+ "phone": "01223311687",
1262
+ "postcode": "cb12lj",
1263
+ "pricerange": "free",
1264
+ "type": "museum"
1265
+ }
1266
+ ]
db/hospital_db.json ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "department": "neurosciences critical care unit",
4
+ "id": 0,
5
+ "phone": "01223216297"
6
+ },
7
+ {
8
+ "department": "trauma high dependency unit",
9
+ "id": 1,
10
+ "phone": "01223216305"
11
+ },
12
+ {
13
+ "department": "neurology neurosurgery",
14
+ "id": 2,
15
+ "phone": "01223217216"
16
+ },
17
+ {
18
+ "department": "oncology neurosurgery",
19
+ "id": 3,
20
+ "phone": "01223216314"
21
+ },
22
+ {
23
+ "department": "children's oncology and haematology",
24
+ "id": 4,
25
+ "phone": "01223217231"
26
+ },
27
+ {
28
+ "department": "children's surgical and medicine",
29
+ "id": 5,
30
+ "phone": "01223217450"
31
+ },
32
+ {
33
+ "department": "acute medicine for the elderly",
34
+ "id": 6,
35
+ "phone": "01223217261"
36
+ },
37
+ {
38
+ "department": "general medicine and nephrology",
39
+ "id": 7,
40
+ "phone": "01223217195"
41
+ },
42
+ {
43
+ "department": "medicine for the elderly",
44
+ "id": 8,
45
+ "phone": "01223216988"
46
+ },
47
+ {
48
+ "department": "hepatobillary and gastrointestinal surgery regional referral centre",
49
+ "id": 9,
50
+ "phone": "01223217300"
51
+ },
52
+ {
53
+ "department": "trauma and orthopaedics",
54
+ "id": 10,
55
+ "phone": "01223217279"
56
+ },
57
+ {
58
+ "department": "teenage cancer trust unit",
59
+ "id": 11,
60
+ "phone": "01223274222"
61
+ },
62
+ {
63
+ "department": "haematology and haematological oncology",
64
+ "id": 12,
65
+ "phone": "01223217312"
66
+ },
67
+ {
68
+ "department": "children's surgical and medicine",
69
+ "id": 13,
70
+ "phone": "01223217250"
71
+ },
72
+ {
73
+ "department": "intermediate dependancy area",
74
+ "id": 14,
75
+ "phone": "01223348144"
76
+ },
77
+ {
78
+ "department": "hepatology",
79
+ "id": 15,
80
+ "phone": "01223217712"
81
+ },
82
+ {
83
+ "department": "haematology",
84
+ "id": 16,
85
+ "phone": "01223274679"
86
+ },
87
+ {
88
+ "department": "neurology",
89
+ "id": 17,
90
+ "phone": "01223274680"
91
+ },
92
+ {
93
+ "department": "surgery",
94
+ "id": 18,
95
+ "phone": "01223217303"
96
+ },
97
+ {
98
+ "department": "trauma and orthopaedics",
99
+ "id": 19,
100
+ "phone": "01223217282"
101
+ },
102
+ {
103
+ "department": "oncology",
104
+ "id": 20,
105
+ "phone": "01223217708"
106
+ },
107
+ {
108
+ "department": "infectious diseases",
109
+ "id": 21,
110
+ "phone": "01223217314"
111
+ },
112
+ {
113
+ "department": "haematology day unit",
114
+ "id": 22,
115
+ "phone": "01223348169"
116
+ },
117
+ {
118
+ "department": "clinical decisions unit",
119
+ "id": 23,
120
+ "phone": "01223596203"
121
+ },
122
+ {
123
+ "department": "acute medical assessment unit",
124
+ "id": 24,
125
+ "phone": "01223348314"
126
+ },
127
+ {
128
+ "department": "medical short stay unit",
129
+ "id": 25,
130
+ "phone": "01223348336"
131
+ },
132
+ {
133
+ "department": "inpatient occupational therapy",
134
+ "id": 26,
135
+ "phone": "01223216881"
136
+ },
137
+ {
138
+ "department": "paediatric day unit",
139
+ "id": 27,
140
+ "phone": "01223217567"
141
+ },
142
+ {
143
+ "department": "paediatric clinic",
144
+ "id": 28,
145
+ "phone": "01223348313"
146
+ },
147
+ {
148
+ "department": "medicine for the elderly",
149
+ "id": 29,
150
+ "phone": "01223274744"
151
+ },
152
+ {
153
+ "department": "transplant high dependency unit",
154
+ "id": 30,
155
+ "phone": "01223216811"
156
+ },
157
+ {
158
+ "department": "diabetes and endocrinology",
159
+ "id": 31,
160
+ "phone": "01223217323"
161
+ },
162
+ {
163
+ "department": "infusion services",
164
+ "id": 32,
165
+ "phone": "01223586967"
166
+ },
167
+ {
168
+ "department": "medicine for the elderly",
169
+ "id": 33,
170
+ "phone": "01223217484"
171
+ },
172
+ {
173
+ "department": "medicine for the elderly",
174
+ "id": 34,
175
+ "phone": "01223217498"
176
+ },
177
+ {
178
+ "department": "transplant unit",
179
+ "id": 35,
180
+ "phone": "01223217711"
181
+ },
182
+ {
183
+ "department": "medicine for the elderly",
184
+ "id": 36,
185
+ "phone": "01223217428"
186
+ },
187
+ {
188
+ "department": "theatre admissions unit",
189
+ "id": 37,
190
+ "phone": "01223256583"
191
+ },
192
+ {
193
+ "department": "cardiology",
194
+ "id": 38,
195
+ "phone": "01223256233"
196
+ },
197
+ {
198
+ "department": "major trauma unit",
199
+ "id": 39,
200
+ "phone": "01223349881"
201
+ },
202
+ {
203
+ "department": "cardiology and coronary care unit",
204
+ "id": 40,
205
+ "phone": "01223256459"
206
+ },
207
+ {
208
+ "department": "colorectal surgery",
209
+ "id": 41,
210
+ "phone": "01223348545"
211
+ },
212
+ {
213
+ "department": "plastic and vascular surgery plastics",
214
+ "id": 42,
215
+ "phone": "01223274280"
216
+ },
217
+ {
218
+ "department": "gastroenterology",
219
+ "id": 43,
220
+ "phone": "01223274284"
221
+ },
222
+ {
223
+ "department": "oral and maxillofacial surgery and ent",
224
+ "id": 44,
225
+ "phone": "01223348527"
226
+ },
227
+ {
228
+ "department": "urology",
229
+ "id": 45,
230
+ "phone": "01223256650"
231
+ },
232
+ {
233
+ "department": "respiratory medicine",
234
+ "id": 46,
235
+ "phone": "01223256645"
236
+ },
237
+ {
238
+ "department": "lewin stroke and rehabilitation unit",
239
+ "id": 47,
240
+ "phone": "01223274750"
241
+ },
242
+ {
243
+ "department": "neurosciences",
244
+ "id": 48,
245
+ "phone": "01223216348"
246
+ },
247
+ {
248
+ "department": "psychiatry",
249
+ "id": 49,
250
+ "phone": "01223596201"
251
+ },
252
+ {
253
+ "department": "emergency department",
254
+ "id": 50,
255
+ "phone": "01223217118"
256
+ },
257
+ {
258
+ "department": "cambridge eye unit",
259
+ "id": 51,
260
+ "phone": "01223257168"
261
+ },
262
+ {
263
+ "department": "clinical investigation ward",
264
+ "id": 52,
265
+ "phone": "01223586706"
266
+ },
267
+ {
268
+ "department": "clinical research facility",
269
+ "id": 53,
270
+ "phone": "01223596055"
271
+ },
272
+ {
273
+ "department": "coronary care unit",
274
+ "id": 54,
275
+ "phone": "01223217297"
276
+ },
277
+ {
278
+ "department": "intermediate dependency area",
279
+ "id": 55,
280
+ "phone": "01223217873"
281
+ },
282
+ {
283
+ "department": "medical decisions unit",
284
+ "id": 56,
285
+ "phone": "01223596066"
286
+ },
287
+ {
288
+ "department": "paediatric intensive care unit",
289
+ "id": 57,
290
+ "phone": "01223217715"
291
+ },
292
+ {
293
+ "department": "paediatric day unit",
294
+ "id": 58,
295
+ "phone": "01223257157"
296
+ },
297
+ {
298
+ "department": "john farman intensive care unit",
299
+ "id": 59,
300
+ "phone": "01223256166"
301
+ },
302
+ {
303
+ "department": "delivery unit",
304
+ "id": 60,
305
+ "phone": "01223217217"
306
+ },
307
+ {
308
+ "department": "postnatal",
309
+ "id": 61,
310
+ "phone": "01223217667"
311
+ },
312
+ {
313
+ "department": "neonatal unit",
314
+ "id": 62,
315
+ "phone": "01223217678"
316
+ },
317
+ {
318
+ "department": "antenatal",
319
+ "id": 63,
320
+ "phone": "01223217671"
321
+ },
322
+ {
323
+ "department": "transitional care",
324
+ "id": 64,
325
+ "phone": "01223254668"
326
+ },
327
+ {
328
+ "department": "gynaecology",
329
+ "id": 65,
330
+ "phone": "01223257206"
331
+ }
332
+ ]
db/hotel_db.json ADDED
@@ -0,0 +1,749 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "address": "124 tenison road",
4
+ "area": "east",
5
+ "internet": "yes",
6
+ "parking": "no",
7
+ "id": "0",
8
+ "location": [
9
+ 52.1963733,
10
+ 0.1987426
11
+ ],
12
+ "name": "a and b guest house",
13
+ "phone": "01223315702",
14
+ "postcode": "cb12dp",
15
+ "price": {
16
+ "double": "70",
17
+ "family": "90",
18
+ "single": "50"
19
+ },
20
+ "pricerange": "moderate",
21
+ "stars": "4",
22
+ "takesbookings": "yes",
23
+ "type": "guesthouse"
24
+ },
25
+ {
26
+ "address": "154 chesterton road",
27
+ "area": "north",
28
+ "internet": "yes",
29
+ "parking": "yes",
30
+ "id": "1",
31
+ "location": [
32
+ 52.2157138888889,
33
+ 0.133519444444444
34
+ ],
35
+ "name": "acorn guest house",
36
+ "phone": "01223353888",
37
+ "postcode": "cb41da",
38
+ "price": {
39
+ "double": "75",
40
+ "family": "105",
41
+ "single": "50"
42
+ },
43
+ "pricerange": "moderate",
44
+ "stars": "4",
45
+ "takesbookings": "yes",
46
+ "type": "guesthouse"
47
+ },
48
+ {
49
+ "address": "56 saint barnabas road",
50
+ "area": "centre",
51
+ "internet": "yes",
52
+ "parking": "yes",
53
+ "id": "2",
54
+ "location": [
55
+ 52.1986444444444,
56
+ 0.138133333333333
57
+ ],
58
+ "name": "alexander bed and breakfast",
59
+ "phone": "01223525725",
60
+ "postcode": "cb12de",
61
+ "price": {
62
+ "double": "50",
63
+ "single": "40"
64
+ },
65
+ "pricerange": "cheap",
66
+ "stars": "4",
67
+ "takesbookings": "yes",
68
+ "type": "guesthouse"
69
+ },
70
+ {
71
+ "address": "517a coldham lane",
72
+ "area": "east",
73
+ "internet": "yes",
74
+ "parking": "yes",
75
+ "id": "3",
76
+ "location": [
77
+ 52.1963733,
78
+ 0.1987426
79
+ ],
80
+ "name": "allenbell",
81
+ "phone": "01223210353",
82
+ "postcode": "cb13js",
83
+ "price": {
84
+ "double": "60",
85
+ "family": "90",
86
+ "single": "35"
87
+ },
88
+ "pricerange": "cheap",
89
+ "stars": "4",
90
+ "n": "yes",
91
+ "type": "guesthouse"
92
+ },
93
+ {
94
+ "address": "63 milton road",
95
+ "area": "north",
96
+ "internet": "no",
97
+ "parking": "no",
98
+ "id": "4",
99
+ "location": [
100
+ 52.2173388888889,
101
+ 0.127638888888889
102
+ ],
103
+ "name": "alpha-milton guest house",
104
+ "phone": "01223311625",
105
+ "postcode": "cb41xa",
106
+ "price": {
107
+ "double": "80",
108
+ "single": "45"
109
+ },
110
+ "pricerange": "moderate",
111
+ "stars": "3",
112
+ "takesbookings": "yes",
113
+ "type": "guesthouse"
114
+ },
115
+ {
116
+ "address": "82 arbury road",
117
+ "area": "north",
118
+ "internet": "yes",
119
+ "parking": "yes",
120
+ "id": "5",
121
+ "location": [
122
+ 52.2309912,
123
+ 0.1295545
124
+ ],
125
+ "name": "arbury lodge guesthouse",
126
+ "phone": "01223364319",
127
+ "postcode": "cb42je",
128
+ "price": {
129
+ "double": "75",
130
+ "family": "100",
131
+ "single": "50"
132
+ },
133
+ "pricerange": "moderate",
134
+ "stars": "4",
135
+ "takesbookings": "yes",
136
+ "type": "guesthouse"
137
+ },
138
+ {
139
+ "address": "52 gilbert road",
140
+ "area": "north",
141
+ "internet": "yes",
142
+ "parking": "yes",
143
+ "id": "6",
144
+ "location": [
145
+ 52.2309912,
146
+ 0.1295545
147
+ ],
148
+ "name": "archway house",
149
+ "phone": "01223575314",
150
+ "postcode": "cb43pe",
151
+ "price": {
152
+ "double": "70",
153
+ "single": "40"
154
+ },
155
+ "pricerange": "moderate",
156
+ "stars": "4",
157
+ "takesbookings": "yes",
158
+ "type": "guesthouse"
159
+ },
160
+ {
161
+ "address": "74 chesterton road",
162
+ "area": "north",
163
+ "internet": "yes",
164
+ "parking": "yes",
165
+ "id": "7",
166
+ "location": [
167
+ 52.2309912,
168
+ 0.1295545
169
+ ],
170
+ "name": "ashley hotel",
171
+ "phone": "01223350059",
172
+ "postcode": "cb41er",
173
+ "price": {
174
+ "double": "75",
175
+ "family": "85"
176
+ },
177
+ "pricerange": "moderate",
178
+ "stars": "2",
179
+ "takesbookings": "yes",
180
+ "type": "hotel"
181
+ },
182
+ {
183
+ "address": "710 newmarket road",
184
+ "area": "east",
185
+ "internet": "yes",
186
+ "parking": "yes",
187
+ "id": "8",
188
+ "location": [
189
+ 52.2176534,
190
+ 0.1747439
191
+ ],
192
+ "name": "autumn house",
193
+ "phone": "01223575122",
194
+ "postcode": "cb58rs",
195
+ "price": {
196
+ "double": "60",
197
+ "family": "90",
198
+ "single": "40"
199
+ },
200
+ "pricerange": "cheap",
201
+ "stars": "4",
202
+ "takesbookings": "yes",
203
+ "type": "guesthouse"
204
+ },
205
+ {
206
+ "address": "62 gilbert road",
207
+ "area": "north",
208
+ "internet": "yes",
209
+ "parking": "no",
210
+ "id": "9",
211
+ "location": [
212
+ 52.2309912,
213
+ 0.1295545
214
+ ],
215
+ "name": "avalon",
216
+ "phone": "01223353071",
217
+ "postcode": "cb43pd",
218
+ "price": {
219
+ "double": "65",
220
+ "single": "45"
221
+ },
222
+ "pricerange": "moderate",
223
+ "stars": "4",
224
+ "takesbookings": "yes",
225
+ "type": "guesthouse"
226
+ },
227
+ {
228
+ "address": "5 mowbray road",
229
+ "area": "south",
230
+ "internet": "yes",
231
+ "parking": "yes",
232
+ "id": "10",
233
+ "location": [
234
+ 52.1815361111111,
235
+ 0.150375
236
+ ],
237
+ "name": "aylesbray lodge guest house",
238
+ "phone": "01223240089",
239
+ "postcode": "cb17sr",
240
+ "price": {
241
+ "double": "75",
242
+ "family": "95",
243
+ "single": "65"
244
+ },
245
+ "pricerange": "moderate",
246
+ "stars": "4",
247
+ "takesbookings": "yes",
248
+ "type": "guesthouse"
249
+ },
250
+ {
251
+ "address": "151 hills road",
252
+ "area": "south",
253
+ "internet": "yes",
254
+ "parking": "yes",
255
+ "id": "11",
256
+ "location": [
257
+ 52.1725982,
258
+ 0.1112224
259
+ ],
260
+ "name": "bridge guest house",
261
+ "phone": "01223247942",
262
+ "postcode": "cb28rj",
263
+ "price": {
264
+ "double": "75",
265
+ "family": "90",
266
+ "single": "50"
267
+ },
268
+ "pricerange": "moderate",
269
+ "stars": "3",
270
+ "takesbookings": "yes",
271
+ "type": "guesthouse"
272
+ },
273
+ {
274
+ "address": "138 perne road",
275
+ "area": "east",
276
+ "internet": "yes",
277
+ "parking": "yes",
278
+ "id": "12",
279
+ "location": [
280
+ 52.1935027777778,
281
+ 0.155355555555556
282
+ ],
283
+ "name": "carolina bed and breakfast",
284
+ "phone": "01223247015",
285
+ "postcode": "cb13nx",
286
+ "price": {
287
+ "double": "75",
288
+ "family": "100",
289
+ "single": "45"
290
+ },
291
+ "pricerange": "moderate",
292
+ "stars": "4",
293
+ "takesbookings": "yes",
294
+ "type": "guesthouse"
295
+ },
296
+ {
297
+ "address": "328a histon road",
298
+ "area": "north",
299
+ "internet": "yes",
300
+ "parking": "yes",
301
+ "id": "13",
302
+ "location": [
303
+ 52.227589,
304
+ 0.112288
305
+ ],
306
+ "name": "city centre north b and b",
307
+ "phone": "01223312843",
308
+ "postcode": "cb43ht",
309
+ "price": {
310
+ "single": "40"
311
+ },
312
+ "pricerange": "cheap",
313
+ "stars": "0",
314
+ "takesbookings": "yes",
315
+ "type": "guesthouse"
316
+ },
317
+ {
318
+ "address": "sleeperz hotel, station road",
319
+ "area": "centre",
320
+ "internet": "yes",
321
+ "parking": "no",
322
+ "id": "14",
323
+ "location": [
324
+ 52.194866,
325
+ 0.134223
326
+ ],
327
+ "name": "cityroomz",
328
+ "phone": "01223304050",
329
+ "postcode": "cb12tz",
330
+ "price": {
331
+ "double": "67",
332
+ "family": "77",
333
+ "single": "47"
334
+ },
335
+ "pricerange": "moderate",
336
+ "stars": "0",
337
+ "takesbookings": "yes",
338
+ "type": "hotel"
339
+ },
340
+ {
341
+ "address": "41 warkworth street",
342
+ "area": "centre",
343
+ "internet": "yes",
344
+ "parking": "yes",
345
+ "id": "15",
346
+ "location": [
347
+ 52.20439812598512,
348
+ 0.13059139251708984
349
+ ],
350
+ "name": "el shaddai",
351
+ "phone": "01223327978",
352
+ "postcode": "cb11eg",
353
+ "price": {
354
+ "double": "60",
355
+ "family": "62",
356
+ "single": "40"
357
+ },
358
+ "pricerange": "cheap",
359
+ "stars": "0",
360
+ "takesbookings": "yes",
361
+ "type": "guesthouse"
362
+ },
363
+ {
364
+ "address": "15-17 norman way, coldhams business park",
365
+ "area": "east",
366
+ "internet": "yes",
367
+ "parking": "yes",
368
+ "id": "16",
369
+ "location": [
370
+ 52.1956472222222,
371
+ 0.167444444444444
372
+ ],
373
+ "name": "express by holiday inn cambridge",
374
+ "phone": "01223866800",
375
+ "postcode": "cb13lh",
376
+ "price": {
377
+ "double": "90",
378
+ "family": "90",
379
+ "single": "90"
380
+ },
381
+ "pricerange": "expensive",
382
+ "stars": "2",
383
+ "takesbookings": "yes",
384
+ "type": "hotel"
385
+ },
386
+ {
387
+ "address": "144 thornton road",
388
+ "area": "west",
389
+ "internet": "yes",
390
+ "parking": "yes",
391
+ "id": "17",
392
+ "location": [
393
+ 52.226235,
394
+ 0.091796
395
+ ],
396
+ "name": "finches bed and breakfast",
397
+ "phone": "01223276653",
398
+ "postcode": "cb30nd",
399
+ "price": {
400
+ "double": "50",
401
+ "single": "50"
402
+ },
403
+ "pricerange": "cheap",
404
+ "stars": "4",
405
+ "takesbookings": "yes",
406
+ "type": "guesthouse"
407
+ },
408
+ {
409
+ "address": "gonville place",
410
+ "area": "centre",
411
+ "internet": "yes",
412
+ "parking": "yes",
413
+ "id": "18",
414
+ "location": [
415
+ 52.201275,
416
+ 0.129935
417
+ ],
418
+ "name": "gonville hotel",
419
+ "phone": "01223366611",
420
+ "postcode": "cb11ly",
421
+ "price": {
422
+ "double": "95",
423
+ "family": "119",
424
+ "single": "79"
425
+ },
426
+ "pricerange": "expensive",
427
+ "stars": "3",
428
+ "takesbookings": "yes",
429
+ "type": "hotel"
430
+ },
431
+ {
432
+ "address": "156 chesterton road",
433
+ "area": "north",
434
+ "internet": "yes",
435
+ "parking": "yes",
436
+ "id": "19",
437
+ "location": [
438
+ 52.2309912,
439
+ 0.1295545
440
+ ],
441
+ "name": "hamilton lodge",
442
+ "phone": "01223365664",
443
+ "postcode": "cb41da",
444
+ "price": {
445
+ "double": "73",
446
+ "family": "85",
447
+ "single": "50"
448
+ },
449
+ "pricerange": "moderate",
450
+ "stars": "3",
451
+ "takesbookings": "yes",
452
+ "type": "guesthouse"
453
+ },
454
+ {
455
+ "address": "96 barton road",
456
+ "area": "west",
457
+ "internet": "yes",
458
+ "parking": "yes",
459
+ "id": "20",
460
+ "location": [
461
+ 52.2283801,
462
+ 0.0782873
463
+ ],
464
+ "name": "hobsons house",
465
+ "phone": "01223304906",
466
+ "postcode": "cb39lh",
467
+ "price": {
468
+ "double": "75",
469
+ "family": "110",
470
+ "single": "59"
471
+ },
472
+ "pricerange": "moderate",
473
+ "stars": "3",
474
+ "takesbookings": "yes",
475
+ "type": "guesthouse"
476
+ },
477
+ {
478
+ "address": "78-80 milton road",
479
+ "area": "north",
480
+ "internet": "yes",
481
+ "parking": "yes",
482
+ "id": "21",
483
+ "location": [
484
+ 52.2309912,
485
+ 0.1295545
486
+ ],
487
+ "name": "home from home",
488
+ "phone": "01223323555",
489
+ "postcode": "cb41la",
490
+ "price": {
491
+ "double": "75",
492
+ "family": "105",
493
+ "single": "50"
494
+ },
495
+ "pricerange": "moderate",
496
+ "stars": "4",
497
+ "takesbookings": "yes",
498
+ "type": "guesthouse"
499
+ },
500
+ {
501
+ "address": "kingfisher way, hinchinbrook business park, huntingdon",
502
+ "area": "west",
503
+ "internet": "yes",
504
+ "parking": "yes",
505
+ "id": "22",
506
+ "location": [
507
+ 52.3386166666667,
508
+ -0.210897222222222
509
+ ],
510
+ "name": "huntingdon marriott hotel",
511
+ "phone": "01480446000",
512
+ "postcode": "pe296fl",
513
+ "price": {
514
+ "double": "145",
515
+ "family": "145",
516
+ "single": "125"
517
+ },
518
+ "pricerange": "expensive",
519
+ "stars": "4",
520
+ "takesbookings": "yes",
521
+ "type": "hotel"
522
+ },
523
+ {
524
+ "address": "172 chesterton road",
525
+ "area": "north",
526
+ "internet": "yes",
527
+ "parking": "yes",
528
+ "id": "23",
529
+ "location": [
530
+ 52.2157138888889,
531
+ 0.133519444444444
532
+ ],
533
+ "name": "kirkwood house",
534
+ "phone": "01223306283",
535
+ "postcode": "cb41da",
536
+ "price": {
537
+ "double": "75",
538
+ "family": "130",
539
+ "single": "50"
540
+ },
541
+ "pricerange": "moderate",
542
+ "stars": "4",
543
+ "takesbookings": "yes",
544
+ "type": "guesthouse"
545
+ },
546
+ {
547
+ "address": "732-734 newmarket road",
548
+ "area": "east",
549
+ "internet": "yes",
550
+ "parking": "yes",
551
+ "id": "24",
552
+ "location": [
553
+ 52.2176534,
554
+ 0.1747439
555
+ ],
556
+ "name": "leverton house",
557
+ "phone": "01223292094",
558
+ "postcode": "cb58rs",
559
+ "price": {
560
+ "double": "60",
561
+ "family": "90",
562
+ "single": "40"
563
+ },
564
+ "pricerange": "cheap",
565
+ "stars": "4",
566
+ "takesbookings": "yes",
567
+ "type": "guesthouse"
568
+ },
569
+ {
570
+ "address": "78-80 milton road",
571
+ "area": "north",
572
+ "internet": "yes",
573
+ "parking": "yes",
574
+ "id": "25",
575
+ "location": [
576
+ 52.2309912,
577
+ 0.1295545
578
+ ],
579
+ "name": "limehouse",
580
+ "phone": "01223300552",
581
+ "postcode": "cb42je",
582
+ "price": {
583
+ "double": "75",
584
+ "single": "40"
585
+ },
586
+ "pricerange": "moderate",
587
+ "stars": "4",
588
+ "takesbookings": "yes",
589
+ "type": "guesthouse"
590
+ },
591
+ {
592
+ "address": "365 milton road",
593
+ "area": "north",
594
+ "internet": "yes",
595
+ "parking": "yes",
596
+ "id": "26",
597
+ "location": [
598
+ 52.2309912,
599
+ 0.1295545
600
+ ],
601
+ "name": "lovell lodge",
602
+ "phone": "01223425478",
603
+ "postcode": "cb41sr",
604
+ "price": {
605
+ "double": "65",
606
+ "family": "70",
607
+ "single": "50"
608
+ },
609
+ "pricerange": "moderate",
610
+ "stars": "2",
611
+ "takesbookings": "yes",
612
+ "type": "hotel"
613
+ },
614
+ {
615
+ "address": "53 roseford road",
616
+ "area": "south",
617
+ "internet": "yes",
618
+ "parking": "yes",
619
+ "id": "27",
620
+ "location": [
621
+ 52.1725982,
622
+ 0.1112224
623
+ ],
624
+ "name": "rosa's bed and breakfast",
625
+ "phone": "01223512596",
626
+ "postcode": "cb22ha",
627
+ "price": {
628
+ "single": "25"
629
+ },
630
+ "pricerange": "cheap",
631
+ "stars": "4",
632
+ "takesbookings": "yes",
633
+ "type": "guesthouse"
634
+ },
635
+ {
636
+ "address": "back lane, cambourne",
637
+ "area": "west",
638
+ "internet": "yes",
639
+ "parking": "yes",
640
+ "id": "28",
641
+ "location": [
642
+ 52.2213805555556,
643
+ -0.0680333333333333
644
+ ],
645
+ "name": "the cambridge belfry",
646
+ "phone": "01954714600",
647
+ "postcode": "cb236bw",
648
+ "price": {
649
+ "double": "60",
650
+ "single": "60"
651
+ },
652
+ "pricerange": "cheap",
653
+ "stars": "4",
654
+ "takesbookings": "yes",
655
+ "type": "hotel"
656
+ },
657
+ {
658
+ "address": "53-57 lensfield road",
659
+ "area": "south",
660
+ "internet": "yes",
661
+ "parking": "yes",
662
+ "id": "29",
663
+ "location": [
664
+ 52.1725982,
665
+ 0.1112224
666
+ ],
667
+ "name": "the lensfield hotel",
668
+ "phone": "01223355017",
669
+ "postcode": "cb21en",
670
+ "price": {
671
+ "double": "90",
672
+ "family": "125",
673
+ "single": "65"
674
+ },
675
+ "pricerange": "expensive",
676
+ "stars": "3",
677
+ "takesbookings": "yes",
678
+ "type": "hotel"
679
+ },
680
+ {
681
+ "address": "regent street",
682
+ "area": "centre",
683
+ "internet": "yes",
684
+ "parking": "yes",
685
+ "id": "30",
686
+ "location": [
687
+ 52.19942,
688
+ 0.12722
689
+ ],
690
+ "name": "university arms hotel",
691
+ "phone": "01223351241",
692
+ "postcode": "cb21ad",
693
+ "price": {
694
+ "double": "124",
695
+ "family": "144",
696
+ "single": "104"
697
+ },
698
+ "pricerange": "expensive",
699
+ "stars": "4",
700
+ "takesbookings": "yes",
701
+ "type": "hotel"
702
+ },
703
+ {
704
+ "address": "warkworth terrace",
705
+ "area": "east",
706
+ "internet": "yes",
707
+ "parking": "yes",
708
+ "id": "31",
709
+ "location": [
710
+ 52.1963733,
711
+ 0.1987426
712
+ ],
713
+ "name": "warkworth house",
714
+ "phone": "01223363682",
715
+ "postcode": "cb11ee",
716
+ "price": {
717
+ "double": "75",
718
+ "family": "95",
719
+ "single": "55"
720
+ },
721
+ "pricerange": "moderate",
722
+ "stars": "4",
723
+ "takesbookings": "yes",
724
+ "type": "guesthouse"
725
+ },
726
+ {
727
+ "address": "152 chesterton road",
728
+ "area": "north",
729
+ "internet": "yes",
730
+ "parking": "yes",
731
+ "id": "32",
732
+ "location": [
733
+ 52.2309912,
734
+ 0.1295545
735
+ ],
736
+ "name": "worth house",
737
+ "phone": "01223316074",
738
+ "postcode": "cb41da",
739
+ "price": {
740
+ "double": "60",
741
+ "family": "85",
742
+ "single": "49"
743
+ },
744
+ "pricerange": "cheap",
745
+ "stars": "4",
746
+ "takesbookings": "yes",
747
+ "type": "guesthouse"
748
+ }
749
+ ]
db/police_db.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "Parkside Police Station",
4
+ "address": "Parkside, Cambridge",
5
+ "id": 0,
6
+ "phone": "01223358966"
7
+ }
8
+ ]
db/restaurant_db.json ADDED
@@ -0,0 +1,1761 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "address": "Regent Street City Centre",
4
+ "area": "centre",
5
+ "food": "italian",
6
+ "id": "19210",
7
+ "introduction": "Pizza hut is a large chain with restaurants nationwide offering convenience pizzas pasta and salads to eat in or take away",
8
+ "location": [
9
+ 52.20103,
10
+ 0.126023
11
+ ],
12
+ "name": "pizza hut city centre",
13
+ "phone": "01223323737",
14
+ "postcode": "cb21ab",
15
+ "pricerange": "cheap",
16
+ "type": "restaurant"
17
+ },
18
+ {
19
+ "address": "Finders Corner Newmarket Road",
20
+ "area": "east",
21
+ "food": "international",
22
+ "id": "30650",
23
+ "introduction": "",
24
+ "location": [
25
+ 52.21768,
26
+ 0.224907
27
+ ],
28
+ "name": "the missing sock",
29
+ "phone": "01223812660",
30
+ "postcode": "cb259aq",
31
+ "pricerange": "cheap",
32
+ "signature": "african babooti",
33
+ "type": "restaurant"
34
+ },
35
+ {
36
+ "address": "106 Regent Street City Centre",
37
+ "area": "centre",
38
+ "food": "indian",
39
+ "id": "19214",
40
+ "introduction": "curry garden serves traditional indian and bangladeshi cuisine cooked with fresh produce delivered every day",
41
+ "location": [
42
+ 52.200187,
43
+ 0.126407
44
+ ],
45
+ "name": "curry garden",
46
+ "phone": "01223302330",
47
+ "postcode": "cb21dp",
48
+ "pricerange": "expensive",
49
+ "type": "restaurant"
50
+ },
51
+ {
52
+ "address": "82 Cherry Hinton Road Cherry Hinton",
53
+ "area": "south",
54
+ "food": "chinese",
55
+ "id": "19192",
56
+ "location": [
57
+ 52.188528,
58
+ 0.140627
59
+ ],
60
+ "name": "the good luck chinese food takeaway",
61
+ "phone": "01223244149",
62
+ "postcode": "cb17ag",
63
+ "pricerange": "expensive",
64
+ "type": "restaurant"
65
+ },
66
+ {
67
+ "address": "G4 Cambridge Leisure Park Clifton Way Cherry Hinton",
68
+ "area": "south",
69
+ "food": "italian",
70
+ "id": "19196",
71
+ "introduction": "pizza hut is a large chain with restaurants nationwide offering convenience pizzas pasta and salads to eat in or take away",
72
+ "location": [
73
+ 52.190176,
74
+ 0.13699
75
+ ],
76
+ "name": "pizza hut cherry hinton",
77
+ "phone": "01223323737",
78
+ "postcode": "cb17dy",
79
+ "pricerange": "moderate",
80
+ "type": "restaurant"
81
+ },
82
+ {
83
+ "address": "64 Cherry Hinton Road Cherry Hinton",
84
+ "area": "south",
85
+ "food": "indian",
86
+ "id": "19191",
87
+ "introduction": "taj tandoori serves a variety of indian dishes to eat in or take away catering for private parties of up to 50 guests is available upon request",
88
+ "location": [
89
+ 52.188747,
90
+ 0.138941
91
+ ],
92
+ "name": "taj tandoori",
93
+ "phone": "01223412299",
94
+ "postcode": "cb17aa",
95
+ "pricerange": "expensive",
96
+ "type": "restaurant"
97
+ },
98
+ {
99
+ "address": "152 - 154 Hills Road",
100
+ "area": "south",
101
+ "food": "modern european",
102
+ "id": "14731",
103
+ "introduction": "",
104
+ "location": [
105
+ 52.18889,
106
+ 0.13589
107
+ ],
108
+ "name": "restaurant alimentum",
109
+ "phone": "01223413000",
110
+ "postcode": "cb28pb",
111
+ "pricerange": "moderate",
112
+ "signature": "slowroast sirloin of beef red onion celeriac and garlic",
113
+ "type": "restaurant"
114
+ },
115
+ {
116
+ "address": "529 Newmarket Road Fen Ditton",
117
+ "area": "east",
118
+ "food": "chinese",
119
+ "id": "19273",
120
+ "introduction": "yu garden serves authentic chinese cuisine",
121
+ "location": [
122
+ 52.212992,
123
+ 0.157569
124
+ ],
125
+ "name": "yu garden",
126
+ "phone": "01223248882",
127
+ "postcode": "cb58pa",
128
+ "pricerange": "expensive",
129
+ "type": "restaurant"
130
+ },
131
+ {
132
+ "address": "Market Hill City Centre",
133
+ "area": "centre",
134
+ "food": "italian",
135
+ "id": "19240",
136
+ "location": [
137
+ 52.205442,
138
+ 0.119706
139
+ ],
140
+ "name": "stazione restaurant and coffee bar",
141
+ "phone": "01223352607",
142
+ "postcode": "cb23nj",
143
+ "pricerange": "expensive",
144
+ "type": "restaurant"
145
+ },
146
+ {
147
+ "address": "451 Newmarket Road Fen Ditton",
148
+ "area": "east",
149
+ "food": "indian",
150
+ "id": "19270",
151
+ "introduction": "curry prince is a neighbourhood indian restaurant serving authentic cuisine",
152
+ "location": [
153
+ 52.213072,
154
+ 0.149771
155
+ ],
156
+ "name": "curry prince",
157
+ "phone": "01223566388",
158
+ "postcode": "cb58jj",
159
+ "pricerange": "moderate",
160
+ "type": "restaurant"
161
+ },
162
+ {
163
+ "address": "Regent Street City Centre",
164
+ "area": "centre",
165
+ "food": "chinese",
166
+ "id": "19212",
167
+ "introduction": "charlie chan serves a variety of popular chinese dishes at their restaurant",
168
+ "location": [
169
+ 52.201743,
170
+ 0.124843
171
+ ],
172
+ "name": "charlie chan",
173
+ "phone": "01223361763",
174
+ "postcode": "cb21db",
175
+ "pricerange": "cheap",
176
+ "type": "restaurant"
177
+ },
178
+ {
179
+ "address": "Free School Lane City Centre",
180
+ "area": "centre",
181
+ "food": "european",
182
+ "id": "19245",
183
+ "introduction": "eraina serves a variety of drinks and european dishes with influences from france spain italy and greece catering for vegetarians is also provided",
184
+ "location": [
185
+ 52.203708,
186
+ 0.119082
187
+ ],
188
+ "name": "eraina",
189
+ "phone": "01223368786",
190
+ "postcode": "cb23rh",
191
+ "pricerange": "expensive",
192
+ "type": "restaurant"
193
+ },
194
+ {
195
+ "address": "Regent Street City Centre",
196
+ "area": "centre",
197
+ "food": "italian",
198
+ "id": "19213",
199
+ "introduction": "the simple menu and kitchen concept at pizza express has retained its freshly made ideal and you can still watch your pizza being prepared for you",
200
+ "location": [
201
+ 52.201743,
202
+ 0.124843
203
+ ],
204
+ "name": "pizza express",
205
+ "phone": "01223324033",
206
+ "postcode": "cb21db",
207
+ "pricerange": "moderate",
208
+ "type": "restaurant"
209
+ },
210
+ {
211
+ "address": "De Vere University Arms Regent Street City Centre",
212
+ "area": "centre",
213
+ "food": "british",
214
+ "id": "19211",
215
+ "introduction": "adjoining the de vere university arms restaurant one seven is located at the forefront of regent street, and provides a birds eye view to take in the hustle and bustle of the busy city. Enjoy beautifully created food which is always complemented by a fine selection of wines in a truly relaxing and contemporary atmosphere",
216
+ "location": [
217
+ 52.20103,
218
+ 0.126023
219
+ ],
220
+ "name": "restaurant one seven",
221
+ "phone": "01223337766",
222
+ "postcode": "cb21ab",
223
+ "pricerange": "moderate",
224
+ "type": "restaurant"
225
+ },
226
+ {
227
+ "address": "12 Bridge Street City Centre",
228
+ "area": "centre",
229
+ "food": "italian",
230
+ "id": "19229",
231
+ "introduction": "ask is a leading name in the uk casual dining market with over 100 restaurants across the uk. ask is the perfect place to relax and enjoy mouthwatering risottos an extended range of hearty al forno dishes and all your favourite pastas pizzas and salads",
232
+ "location": [
233
+ 52.209028,
234
+ 0.118296
235
+ ],
236
+ "name": "ask restaurant",
237
+ "phone": "01223364917",
238
+ "postcode": "cb21uf",
239
+ "pricerange": "cheap",
240
+ "type": "restaurant"
241
+ },
242
+ {
243
+ "address": "11 Peas Hill City Centre",
244
+ "area": "centre",
245
+ "food": "chinese",
246
+ "id": "19242",
247
+ "introduction": "jinling noodle bar serves a wide range of chinese and shanghai dishes reflecting many different flavours and ingredients",
248
+ "location": [
249
+ 52.204453,
250
+ 0.118693
251
+ ],
252
+ "name": "jinling noodle bar",
253
+ "phone": "01223566188",
254
+ "postcode": "cb23pp",
255
+ "pricerange": "moderate",
256
+ "type": "restaurant"
257
+ },
258
+ {
259
+ "address": "83 Regent Street",
260
+ "area": "centre",
261
+ "food": "modern european",
262
+ "id": "3697",
263
+ "introduction": "de luca cucina bar in the heart of cambridge is a stylish spot to enjoy food, wine, cocktails and coffee all in a vibrant atmosphere. The cocktail bar at the front is perfect for coffee and light meals in the day and cocktails in the evening. An open kitchen provides real excitement with head chef darren kiegher and his team preparing simply delicious italian food using locally sourced ingredients.",
264
+ "location": [
265
+ 52.2002,
266
+ 0.1268
267
+ ],
268
+ "name": "de luca cucina and bar",
269
+ "phone": "01223356666",
270
+ "postcode": "cb21aw",
271
+ "pricerange": "moderate",
272
+ "signature": "roasted barbary duck breast served with sweet potato wedges and mange tout with a red wine sauce",
273
+ "type": "restaurant"
274
+ },
275
+ {
276
+ "address": "2 Sturton Street City Centre",
277
+ "area": "centre",
278
+ "food": "gastropub",
279
+ "id": "19188",
280
+ "introduction": "the backstreet bistro is a gastropub with a separate bar area serving a couple of good real ales and a dining room serving modern european food. There is a decked area to sit out in during the summer months",
281
+ "location": [
282
+ 52.202449,
283
+ 0.141062
284
+ ],
285
+ "name": "backstreet bistro",
286
+ "phone": "01223306306",
287
+ "postcode": "cb12qa",
288
+ "pricerange": "expensive",
289
+ "type": "restaurant"
290
+ },
291
+ {
292
+ "address": "68 Histon Road Chesterton",
293
+ "area": "west",
294
+ "food": "indian",
295
+ "id": "19266",
296
+ "introduction": "tandoori palace serve a variety of indian and bangladeshi dishes and can cater for private parties of up to 110 guests upon request",
297
+ "location": [
298
+ 52.215486,
299
+ 0.111167
300
+ ],
301
+ "name": "tandoori palace",
302
+ "phone": "01223506055",
303
+ "postcode": "cb43le",
304
+ "pricerange": "expensive",
305
+ "type": "restaurant"
306
+ },
307
+ {
308
+ "address": "Doubletree by Hilton Cambridge Granta Place Mill Lane",
309
+ "area": "centre",
310
+ "food": "modern european",
311
+ "id": "10347",
312
+ "introduction": "",
313
+ "location": [
314
+ 52.20025,
315
+ 0.11659
316
+ ],
317
+ "name": "riverside brasserie",
318
+ "phone": "01223259988",
319
+ "postcode": "cb21rt",
320
+ "pricerange": "moderate",
321
+ "type": "restaurant"
322
+ },
323
+ {
324
+ "address": "74 Mill Road City Centre",
325
+ "area": "centre",
326
+ "food": "indian",
327
+ "id": "19180",
328
+ "introduction": "kohinoor serves a variety of indian and vegetarian dishes at their restaurant a takeaway and delivery service is also available",
329
+ "location": [
330
+ 52.200422,
331
+ 0.135784
332
+ ],
333
+ "name": "kohinoor",
334
+ "phone": "01223323639",
335
+ "postcode": "cb12as",
336
+ "pricerange": "cheap",
337
+ "type": "restaurant"
338
+ },
339
+ {
340
+ "address": "2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton",
341
+ "area": "south",
342
+ "food": "mexican",
343
+ "id": "19194",
344
+ "introduction": "chiquito is a chain of inexpensive tex mex restaurants predominantly aimed at tourists. They serve a variety of mexican and north of the border food as well as a range of cocktails",
345
+ "location": [
346
+ 52.190176,
347
+ 0.13699
348
+ ],
349
+ "name": "chiquito restaurant bar",
350
+ "phone": "01223400170",
351
+ "postcode": "cb17dy",
352
+ "pricerange": "expensive",
353
+ "type": "restaurant"
354
+ },
355
+ {
356
+ "address": "21 - 24 Northampton Road",
357
+ "area": "west",
358
+ "food": "italian",
359
+ "id": "12700",
360
+ "introduction": "",
361
+ "location": [
362
+ 52.21032,
363
+ 0.11367
364
+ ],
365
+ "name": "prezzo",
366
+ "phone": "01799521260",
367
+ "postcode": "cb30ad",
368
+ "pricerange": "moderate",
369
+ "type": "restaurant"
370
+ },
371
+ {
372
+ "address": "88 Mill Road City Centre",
373
+ "area": "centre",
374
+ "food": "chinese",
375
+ "id": "19185",
376
+ "introduction": "rice house serve a variety of popular chinese dishes at their restaurant",
377
+ "location": [
378
+ 52.199332,
379
+ 0.138395
380
+ ],
381
+ "name": "rice house",
382
+ "phone": "01223367755",
383
+ "postcode": "cb12bd",
384
+ "pricerange": "cheap",
385
+ "type": "restaurant"
386
+ },
387
+ {
388
+ "address": "59 Hills Road City Centre",
389
+ "area": "centre",
390
+ "food": "lebanese",
391
+ "id": "19221",
392
+ "location": [
393
+ 52.195416,
394
+ 0.13114
395
+ ],
396
+ "name": "ali baba",
397
+ "phone": "01462432565",
398
+ "postcode": "cb21nt",
399
+ "pricerange": "moderate",
400
+ "type": "restaurant"
401
+ },
402
+ {
403
+ "address": "35 Saint Andrews Street City Centre",
404
+ "area": "centre",
405
+ "food": "international",
406
+ "id": "19235",
407
+ "introduction": "the varsity restaurant serves a variety of international and vegetarian dishes and can cater for private parties of up to 40 guests upon request",
408
+ "location": [
409
+ 52.202793,
410
+ 0.123488
411
+ ],
412
+ "name": "the varsity restaurant",
413
+ "phone": "01223356060",
414
+ "postcode": "cb23ar",
415
+ "pricerange": "moderate",
416
+ "type": "restaurant"
417
+ },
418
+ {
419
+ "address": "40270 King Street City Centre",
420
+ "area": "centre",
421
+ "food": "modern european",
422
+ "id": "19177",
423
+ "introduction": "darrys cookhouse and wine shop is an award winning drinking and dining restaurant and bar in the centre of cambridge",
424
+ "location": [
425
+ 52.207312,
426
+ 0.124201
427
+ ],
428
+ "name": "darrys cookhouse and wine shop",
429
+ "phone": "01223505015",
430
+ "postcode": "cb11ln",
431
+ "pricerange": "expensive",
432
+ "type": "restaurant"
433
+ },
434
+ {
435
+ "address": "Mill Road City Centre",
436
+ "area": "centre",
437
+ "food": "indian",
438
+ "id": "19182",
439
+ "introduction": "the golden curry serves a variety of authentic indian dishes at their fully licensed restaurant",
440
+ "location": [
441
+ 52.199289,
442
+ 0.13974
443
+ ],
444
+ "name": "the golden curry",
445
+ "phone": "01223329432",
446
+ "postcode": "cb12az",
447
+ "pricerange": "expensive",
448
+ "type": "restaurant"
449
+ },
450
+ {
451
+ "address": "71 Castle Street City Centre",
452
+ "area": "west",
453
+ "food": "indian",
454
+ "id": "19249",
455
+ "introduction": "cocum specialises in south indian cuisine using spices meat and vegetables from the kerala region there is also a take away option",
456
+ "location": [
457
+ 52.212444,
458
+ 0.112823
459
+ ],
460
+ "name": "cocum",
461
+ "phone": "01223366668",
462
+ "postcode": "cb30ah",
463
+ "pricerange": "expensive",
464
+ "type": "restaurant"
465
+ },
466
+ {
467
+ "address": "St. Michael's Church Trinity Street City Centre",
468
+ "area": "centre",
469
+ "food": "european",
470
+ "id": "19227",
471
+ "introduction": "digby trout is a chain of restaurants that are located in many of london's premier tourist attractions. they serve modern european cuisine and are open for lunch and dinner. situated in st michaels church, michaelhouse cafe serves coffee sandwiches and lunch from a regularly changing menu",
472
+ "location": [
473
+ 52.20608,
474
+ 0.118215
475
+ ],
476
+ "name": "michaelhouse cafe",
477
+ "phone": "01223309147",
478
+ "postcode": "cb21su",
479
+ "pricerange": "expensive",
480
+ "type": "restaurant"
481
+ },
482
+ {
483
+ "address": "37 Newnham Road Newnham",
484
+ "area": "west",
485
+ "food": "indian",
486
+ "id": "19255",
487
+ "introduction": "the rice boat serves an authentic kind of indian cuisine that originates from the villages of kerala where the spice trade originated",
488
+ "location": [
489
+ 52.199012,
490
+ 0.113196
491
+ ],
492
+ "name": "rice boat",
493
+ "phone": "01223302800",
494
+ "postcode": "cb39ey",
495
+ "pricerange": "expensive",
496
+ "type": "restaurant"
497
+ },
498
+ {
499
+ "address": "15 - 19 Trumpington Street",
500
+ "area": "centre",
501
+ "food": "european",
502
+ "id": "4607",
503
+ "introduction": "",
504
+ "location": [
505
+ 52.19934,
506
+ 0.12146
507
+ ],
508
+ "name": "hotel du vin and bistro",
509
+ "phone": "01223227330",
510
+ "postcode": "cb21qa",
511
+ "pricerange": "moderate",
512
+ "signature": "",
513
+ "type": "restaurant"
514
+ },
515
+ {
516
+ "address": "41518 Castle Street City Centre",
517
+ "area": "west",
518
+ "food": "indian",
519
+ "id": "19250",
520
+ "introduction": "maharajah tandoori restaurant serve a variety of indian and tandoori dishes at their restaurant catering for private parties of up to 40 guests is available upon request",
521
+ "location": [
522
+ 52.212444,
523
+ 0.112823
524
+ ],
525
+ "name": "maharajah tandoori restaurant",
526
+ "phone": "01223358399",
527
+ "postcode": "cb30ah",
528
+ "pricerange": "expensive",
529
+ "type": "restaurant"
530
+ },
531
+ {
532
+ "address": "Crowne Plaza Hotel 20 Downing Street",
533
+ "area": "centre",
534
+ "food": "international",
535
+ "id": "14742",
536
+ "introduction": "",
537
+ "location": [
538
+ 52.20342,
539
+ 0.12171
540
+ ],
541
+ "name": "bloomsbury restaurant",
542
+ "phone": "08719429180",
543
+ "postcode": "cb23dt",
544
+ "pricerange": "moderate",
545
+ "signature": "coconut and red chilli monkfish",
546
+ "type": "restaurant"
547
+ },
548
+ {
549
+ "address": "17 Magdalene Street City Centre",
550
+ "area": "west",
551
+ "food": "vietnamese",
552
+ "id": "19248",
553
+ "introduction": "thanh binh serve a variety of vietnamese dishes as well as selling an assortment of tea and coffees",
554
+ "location": [
555
+ 52.210226,
556
+ 0.115646
557
+ ],
558
+ "name": "thanh binh",
559
+ "phone": "01223362456",
560
+ "postcode": "cb30af",
561
+ "pricerange": "cheap",
562
+ "type": "restaurant"
563
+ },
564
+ {
565
+ "address": "14 -16 Bridge Street",
566
+ "area": "centre",
567
+ "food": "spanish",
568
+ "id": "12566",
569
+ "introduction": "la tasca is a spanish tapas restaurant and bar offering over 30 tapas dishes",
570
+ "location": [
571
+ 52.20903,
572
+ 0.1183
573
+ ],
574
+ "name": "la tasca",
575
+ "phone": "01223464630",
576
+ "postcode": "cb21uf",
577
+ "pricerange": "moderate",
578
+ "type": "restaurant"
579
+ },
580
+ {
581
+ "address": "20 Milton Road Chesterton",
582
+ "area": "north",
583
+ "food": "italian",
584
+ "id": "19259",
585
+ "introduction": "da Vinci pizzeria serve an extensive range of pizza and italian dishes as well as some vegetarian options a takeaway and delivery service is also available",
586
+ "location": [
587
+ 52.215311,
588
+ 0.12593
589
+ ],
590
+ "name": "da vinci pizzeria",
591
+ "phone": "01223351707",
592
+ "postcode": "cb41jy",
593
+ "pricerange": "cheap",
594
+ "type": "restaurant"
595
+ },
596
+ {
597
+ "address": "22 Chesterton Road Chesterton",
598
+ "area": "north",
599
+ "food": "french",
600
+ "id": "19264",
601
+ "location": [
602
+ 52.213742,
603
+ 0.1242
604
+ ],
605
+ "name": "restaurant two two",
606
+ "phone": "01223351880",
607
+ "postcode": "cb43ax",
608
+ "pricerange": "expensive",
609
+ "type": "restaurant"
610
+ },
611
+ {
612
+ "address": "12 St. Johns Street City Centre",
613
+ "area": "centre",
614
+ "food": "chinese",
615
+ "id": "19228",
616
+ "introduction": "ugly duckling serves a variety of chinese dishes to eat in or take away they also offer 10 percent discount on takeaway orders",
617
+ "location": [
618
+ 52.208055,
619
+ 0.118397
620
+ ],
621
+ "name": "ugly duckling",
622
+ "postcode": "cb21tw",
623
+ "pricerange": "expensive",
624
+ "type": "restaurant"
625
+ },
626
+ {
627
+ "address": "36 Saint Andrews Street",
628
+ "area": "centre",
629
+ "food": "japanese",
630
+ "id": "12638",
631
+ "introduction": "",
632
+ "location": [
633
+ 52.203,
634
+ 0.12375
635
+ ],
636
+ "name": "wagamama",
637
+ "phone": "01223462354",
638
+ "postcode": "cb23ar",
639
+ "pricerange": "expensive",
640
+ "type": "restaurant"
641
+ },
642
+ {
643
+ "address": "12 Norfolk Street City Centre",
644
+ "area": "centre",
645
+ "food": "chinese",
646
+ "id": "19186",
647
+ "introduction": "lan hong house serves great value home cooked authentic chinese food with over two five dishes available from the buffet",
648
+ "location": [
649
+ 52.204609,
650
+ 0.137976
651
+ ],
652
+ "name": "lan hong house",
653
+ "phone": "01223350420",
654
+ "postcode": "cb12lf",
655
+ "pricerange": "moderate",
656
+ "type": "restaurant"
657
+ },
658
+ {
659
+ "address": "Cambridge Leisure Park Clifton Way",
660
+ "area": "south",
661
+ "food": "portuguese",
662
+ "id": "12238",
663
+ "introduction": "It's Nandos",
664
+ "location": [
665
+ 52.19017,
666
+ 0.13699
667
+ ],
668
+ "name": "nandos",
669
+ "phone": "01223327908",
670
+ "postcode": "cb17dy",
671
+ "pricerange": "cheap",
672
+ "type": "restaurant"
673
+ },
674
+ {
675
+ "address": "6 Lensfield Road",
676
+ "area": "centre",
677
+ "food": "british",
678
+ "id": "13071",
679
+ "introduction": "",
680
+ "location": [
681
+ 52.1987,
682
+ 0.12578
683
+ ],
684
+ "name": "the oak bistro",
685
+ "phone": "01223323361",
686
+ "postcode": "cb21eg",
687
+ "pricerange": "moderate",
688
+ "signature": "chargrilled rib eye steak with truffle butter mixed salad and fries",
689
+ "type": "restaurant"
690
+ },
691
+ {
692
+ "address": "4 Kings Parade City Centre",
693
+ "area": "centre",
694
+ "food": "british",
695
+ "id": "19226",
696
+ "introduction": "the copper kettle serve a variety of english dishes at their restaurant including full english breakfasts lunches, roast dinners and baked potatoes. a takeaway menu is also provided",
697
+ "location": [
698
+ 52.204387,
699
+ 0.117841
700
+ ],
701
+ "name": "the copper kettle",
702
+ "phone": "01223365068",
703
+ "postcode": "cb21sj",
704
+ "pricerange": "moderate",
705
+ "type": "restaurant"
706
+ },
707
+ {
708
+ "address": "Cambridge Leisure Park Clifton Way Cherry Hinton",
709
+ "area": "south",
710
+ "food": "chinese",
711
+ "id": "19197",
712
+ "location": [
713
+ 52.190176,
714
+ 0.13699
715
+ ],
716
+ "name": "the lucky star",
717
+ "phone": "01223244277",
718
+ "postcode": "cb17dy",
719
+ "pricerange": "cheap",
720
+ "type": "restaurant"
721
+ },
722
+ {
723
+ "address": "51 Trumpington Street City Centre",
724
+ "area": "centre",
725
+ "food": "british",
726
+ "id": "19224",
727
+ "introduction": "fitzbillies restaurant serves a variety of bistro style lunches, anglo-european a la carte evening meals, as well as teas coffees and cakes throughout the day. catering for private parties is available upon request",
728
+ "location": [
729
+ 52.202598,
730
+ 0.118342
731
+ ],
732
+ "name": "fitzbillies restaurant",
733
+ "phone": "01223352500",
734
+ "postcode": "cb21rg",
735
+ "pricerange": "expensive",
736
+ "type": "restaurant"
737
+ },
738
+ {
739
+ "address": "108 Regent Street City Centre",
740
+ "area": "centre",
741
+ "food": "korean",
742
+ "id": "19216",
743
+ "introduction": "little seoul offer a variety of korean cuisine for lunch and dinner",
744
+ "location": [
745
+ 52.200187,
746
+ 0.126407
747
+ ],
748
+ "name": "little seoul",
749
+ "phone": "01223308681",
750
+ "postcode": "cb21dp",
751
+ "pricerange": "expensive",
752
+ "type": "restaurant"
753
+ },
754
+ {
755
+ "address": "196 Mill Road City Centre",
756
+ "area": "centre",
757
+ "food": "turkish",
758
+ "id": "19189",
759
+ "introduction": "meze is a restaurant and bar that serves tasty and fresh turkish cuisine set in an informal relaxed atmosphere the bar area also serves a wide range of beers wines and spirits",
760
+ "location": [
761
+ 52.197349,
762
+ 0.145075
763
+ ],
764
+ "name": "meze bar",
765
+ "postcode": "cb13nf",
766
+ "pricerange": "expensive",
767
+ "type": "restaurant"
768
+ },
769
+ {
770
+ "address": "40210 Millers Yard City Centre",
771
+ "area": "centre",
772
+ "food": "asian oriental",
773
+ "id": "19225",
774
+ "introduction": "dojo noodle bar serves a variety of japanese chinese vietnamese korean and malaysian dishes to eat in or take away sister restaurant to touzai",
775
+ "location": [
776
+ 52.201423,
777
+ 0.116661
778
+ ],
779
+ "name": "dojo noodle bar",
780
+ "phone": "01223363471",
781
+ "postcode": "cb21rq",
782
+ "pricerange": "cheap",
783
+ "type": "restaurant"
784
+ },
785
+ {
786
+ "address": "15 Magdalene Street City Centre",
787
+ "area": "west",
788
+ "food": "italian",
789
+ "id": "19247",
790
+ "introduction": "la margherita serve a variety of italian and vegetarian dishes at their restaurant",
791
+ "location": [
792
+ 52.210226,
793
+ 0.115646
794
+ ],
795
+ "name": "la margherita",
796
+ "phone": "01223315232",
797
+ "postcode": "cb30af",
798
+ "pricerange": "cheap",
799
+ "type": "restaurant"
800
+ },
801
+ {
802
+ "address": "40428 King Street City Centre",
803
+ "area": "centre",
804
+ "food": "asian oriental",
805
+ "id": "19175",
806
+ "introduction": "yippee noodle bar serves a variety of oriental and vegetarian dishes at their restaurant they also have a bar area and offer a take away service",
807
+ "location": [
808
+ 52.207446,
809
+ 0.122788
810
+ ],
811
+ "name": "yippee noodle bar",
812
+ "phone": "01223518111",
813
+ "postcode": "cb11lh",
814
+ "pricerange": "moderate",
815
+ "type": "restaurant"
816
+ },
817
+ {
818
+ "address": "7 Milton Road Chesterton",
819
+ "area": "north",
820
+ "food": "indian",
821
+ "id": "19263",
822
+ "location": [
823
+ 52.215157,
824
+ 0.125015
825
+ ],
826
+ "name": "the nirala",
827
+ "phone": "01223360966",
828
+ "postcode": "cb41uy",
829
+ "pricerange": "moderate",
830
+ "type": "restaurant"
831
+ },
832
+ {
833
+ "address": "183 East Road City Centre",
834
+ "area": "centre",
835
+ "food": "british",
836
+ "id": "19171",
837
+ "introduction": "cotto is a restaurant cafe and bakery all rolled in to one. The restaurant upstairs is open for dinner from wednesday to saturday consisting of one menu of between three to five dishes tailored to the day the cafe and bakery offer cakes and other delicacies",
838
+ "location": [
839
+ 52.204703,
840
+ 0.133238
841
+ ],
842
+ "name": "cotto",
843
+ "phone": "01223302010",
844
+ "postcode": "cb11bg",
845
+ "pricerange": "moderate",
846
+ "type": "restaurant"
847
+ },
848
+ {
849
+ "address": "21 - 24 Northampton Street",
850
+ "area": "west",
851
+ "food": "british",
852
+ "id": "14810",
853
+ "introduction": "",
854
+ "location": [
855
+ 52.21031,
856
+ 0.11381
857
+ ],
858
+ "name": "saint johns chop house",
859
+ "phone": "01223353110",
860
+ "postcode": "cb30ad",
861
+ "pricerange": "moderate",
862
+ "signature": "barnsley chop braised potatoes roast celeriac red cabbage and port sauce",
863
+ "type": "restaurant"
864
+ },
865
+ {
866
+ "address": "Cambridge Retail Park Newmarket Road Fen Ditton",
867
+ "area": "east",
868
+ "food": "italian",
869
+ "id": "19275",
870
+ "introduction": "pizza hut is a large chain with restaurants nationwide offering convenience pizzas pasta and salads to eat in or take away",
871
+ "location": [
872
+ 52.209742,
873
+ 0.146975
874
+ ],
875
+ "name": "pizza hut fen ditton",
876
+ "phone": "01223323737",
877
+ "postcode": "cb58wr",
878
+ "pricerange": "moderate",
879
+ "type": "restaurant"
880
+ },
881
+ {
882
+ "address": "12 Lensfield Road City Centre",
883
+ "area": "centre",
884
+ "food": "chinese",
885
+ "id": "19219",
886
+ "location": [
887
+ 52.198696,
888
+ 0.12578
889
+ ],
890
+ "name": "golden house",
891
+ "phone": "01842753771",
892
+ "postcode": "cb21eg",
893
+ "pricerange": "cheap",
894
+ "type": "restaurant"
895
+ },
896
+ {
897
+ "address": "86 Regent Street City Centre",
898
+ "area": "centre",
899
+ "food": "asian oriental",
900
+ "id": "19215",
901
+ "introduction": "j restaurant offers a wide variety of sushi noodles and dim sum to eat in or takeaway a home delivery service is also available",
902
+ "location": [
903
+ 52.200187,
904
+ 0.126407
905
+ ],
906
+ "name": "j restaurant",
907
+ "phone": "01223307581",
908
+ "postcode": "cb21dp",
909
+ "pricerange": "cheap",
910
+ "type": "restaurant"
911
+ },
912
+ {
913
+ "address": "33 Bridge Street",
914
+ "area": "centre",
915
+ "food": "european",
916
+ "id": "6780",
917
+ "introduction": "",
918
+ "location": [
919
+ 52.20951,
920
+ 0.11669
921
+ ],
922
+ "name": "galleria",
923
+ "phone": "01223362054",
924
+ "postcode": "cb21uw",
925
+ "pricerange": "moderate",
926
+ "signature": "poached fillets of monkfish in lemongrass with sweet red chilli cream sauce and tiger prawns with leeks and mushrooms served with rice",
927
+ "type": "restaurant"
928
+ },
929
+ {
930
+ "address": "Corn Exchange Street",
931
+ "area": "centre",
932
+ "food": "gastropub",
933
+ "id": "31390",
934
+ "introduction": "",
935
+ "location": [
936
+ 52.204424,
937
+ 0.12046
938
+ ],
939
+ "name": "the cow pizza kitchen and bar",
940
+ "phone": "01223308871",
941
+ "postcode": "cb23qf",
942
+ "pricerange": "moderate",
943
+ "signature": "wasabi spiked hamburger",
944
+ "type": "restaurant"
945
+ },
946
+ {
947
+ "address": "100 Mill Road City Centre",
948
+ "area": "centre",
949
+ "food": "african",
950
+ "id": "19183",
951
+ "introduction": "bedouin serves algerian cuisine",
952
+ "location": [
953
+ 52.199332,
954
+ 0.138395
955
+ ],
956
+ "name": "bedouin",
957
+ "phone": "01223367660",
958
+ "postcode": "cb12bd",
959
+ "pricerange": "expensive",
960
+ "type": "restaurant"
961
+ },
962
+ {
963
+ "address": "2 Rose Crescent City Centre",
964
+ "area": "centre",
965
+ "food": "mediterranean",
966
+ "id": "19238",
967
+ "introduction": "the gardenia serves a variety of authentic greek and mediterranean dishes at their restaurant catering for private parties of up to two five guests is available upon request",
968
+ "location": [
969
+ 52.206098,
970
+ 0.118713
971
+ ],
972
+ "name": "the gardenia",
973
+ "phone": "01223356354",
974
+ "postcode": "cb23ll",
975
+ "pricerange": "cheap",
976
+ "type": "restaurant"
977
+ },
978
+ {
979
+ "address": "47-53 Regent Street",
980
+ "area": "centre",
981
+ "food": "italian",
982
+ "id": "29652",
983
+ "introduction": "",
984
+ "location": [
985
+ 52.201116,
986
+ 0.125712
987
+ ],
988
+ "name": "zizzi cambridge",
989
+ "phone": "01223365599",
990
+ "postcode": "cb21ab",
991
+ "pricerange": "cheap",
992
+ "signature": "piccante rustica pizza, a spicy sausage salami mascarpone and roquito chilli",
993
+ "type": "restaurant"
994
+ },
995
+ {
996
+ "address": "Newmarket Road Fen Ditton",
997
+ "area": "east",
998
+ "food": "indian",
999
+ "id": "19272",
1000
+ "introduction": "pipasha restaurant serves a variety of indian dishes to eat in or take away a delivery service is also available",
1001
+ "location": [
1002
+ 52.212992,
1003
+ 0.157569
1004
+ ],
1005
+ "name": "pipasha restaurant",
1006
+ "phone": "01223577786",
1007
+ "postcode": "cb58pa",
1008
+ "pricerange": "expensive",
1009
+ "type": "restaurant"
1010
+ },
1011
+ {
1012
+ "address": "33-34 Saint Andrews Street",
1013
+ "area": "centre",
1014
+ "food": "portuguese",
1015
+ "id": "12237",
1016
+ "introduction": "",
1017
+ "location": [
1018
+ 52.203,
1019
+ 0.12375
1020
+ ],
1021
+ "name": "nandos city centre",
1022
+ "phone": "01223327908",
1023
+ "postcode": "cb23ar",
1024
+ "pricerange": "cheap",
1025
+ "type": "restaurant"
1026
+ },
1027
+ {
1028
+ "address": "Victoria Avenue Chesterton",
1029
+ "area": "north",
1030
+ "food": "indian",
1031
+ "id": "19257",
1032
+ "location": [
1033
+ 52.213853,
1034
+ 0.125509
1035
+ ],
1036
+ "name": "royal spice",
1037
+ "phone": "01733553355",
1038
+ "postcode": "cb41eh",
1039
+ "pricerange": "cheap",
1040
+ "type": "restaurant"
1041
+ },
1042
+ {
1043
+ "address": "Milton Road Chesterton",
1044
+ "area": "north",
1045
+ "food": "chinese",
1046
+ "id": "19260",
1047
+ "introduction": "A unique treat for all lovers of Chinese cuisine. From the Spice Islands to the food streets of Beijing and the finest ocean catch.",
1048
+ "location": [
1049
+ 52.215311,
1050
+ 0.12593
1051
+ ],
1052
+ "name": "hakka",
1053
+ "phone": "01223568988",
1054
+ "postcode": "cb41jy",
1055
+ "pricerange": "expensive",
1056
+ "type": "restaurant"
1057
+ },
1058
+ {
1059
+ "address": "4 - 6 Rose Crescent",
1060
+ "area": "centre",
1061
+ "food": "spanish",
1062
+ "id": "19237",
1063
+ "introduction": "",
1064
+ "location": [
1065
+ 52.206098,
1066
+ 0.118713
1067
+ ],
1068
+ "name": "la raza",
1069
+ "phone": "01223464550",
1070
+ "postcode": "cb23ll",
1071
+ "pricerange": "cheap",
1072
+ "signature": "seafood paella",
1073
+ "type": "restaurant"
1074
+ },
1075
+ {
1076
+ "address": "72 Regent Street City Centre",
1077
+ "area": "centre",
1078
+ "food": "indian",
1079
+ "id": "19218",
1080
+ "introduction": "the gandhi serves a variety of indian and bangladeshi dishes at their restaurant to eat in or take away. Catering for private parties of up to 140 guests is available upon request",
1081
+ "location": [
1082
+ 52.200187,
1083
+ 0.126407
1084
+ ],
1085
+ "name": "the gandhi",
1086
+ "phone": "01223353942",
1087
+ "postcode": "cb21dp",
1088
+ "pricerange": "cheap",
1089
+ "type": "restaurant"
1090
+ },
1091
+ {
1092
+ "address": "191 Histon Road Chesterton",
1093
+ "area": "north",
1094
+ "food": "chinese",
1095
+ "id": "19265",
1096
+ "introduction": "the golden wok serves a variety of traditional chinese meals including sweet and sour dishes as well as rice and noodles",
1097
+ "location": [
1098
+ 52.220757,
1099
+ 0.111564
1100
+ ],
1101
+ "name": "golden wok",
1102
+ "phone": "01223350688",
1103
+ "postcode": "cb43hl",
1104
+ "pricerange": "moderate",
1105
+ "type": "restaurant"
1106
+ },
1107
+ {
1108
+ "address": "205 Victoria Road Chesterton",
1109
+ "area": "west",
1110
+ "food": "indian",
1111
+ "id": "19267",
1112
+ "location": [
1113
+ 52.215077,
1114
+ 0.112421
1115
+ ],
1116
+ "name": "meghna",
1117
+ "phone": "01223727410",
1118
+ "postcode": "cb43lf",
1119
+ "pricerange": "moderate",
1120
+ "type": "restaurant"
1121
+ },
1122
+ {
1123
+ "address": "Hills Road City Centre",
1124
+ "area": "centre",
1125
+ "food": "indian",
1126
+ "id": "19220",
1127
+ "introduction": "the saffron brasserie serve a variety of dishes from their contemporary indian and bangladeshi menu. Catering for private parties of up to 100 guests is available upon request",
1128
+ "location": [
1129
+ 52.196862,
1130
+ 0.129248
1131
+ ],
1132
+ "name": "saffron brasserie",
1133
+ "phone": "01223354679",
1134
+ "postcode": "cb21la",
1135
+ "pricerange": "expensive",
1136
+ "type": "restaurant"
1137
+ },
1138
+ {
1139
+ "address": "Thompsons Lane Fen Ditton",
1140
+ "area": "centre",
1141
+ "food": "mediterranean",
1142
+ "id": "19268",
1143
+ "location": [
1144
+ 52.210013,
1145
+ 0.118007
1146
+ ],
1147
+ "name": "la mimosa",
1148
+ "phone": "01223362525",
1149
+ "postcode": "cb58aq",
1150
+ "pricerange": "expensive",
1151
+ "type": "restaurant"
1152
+ },
1153
+ {
1154
+ "address": "39 Burleigh Street City Centre",
1155
+ "area": "centre",
1156
+ "food": "chinese",
1157
+ "id": "19173",
1158
+ "introduction": "shanghai family restaurant comprises a french cafe on the lower level and a chinese restaurant upstairs",
1159
+ "location": [
1160
+ 52.206111,
1161
+ 0.132969
1162
+ ],
1163
+ "name": "shanghai family restaurant",
1164
+ "phone": "01223301761",
1165
+ "postcode": "cb11dg",
1166
+ "pricerange": "moderate",
1167
+ "type": "restaurant"
1168
+ },
1169
+ {
1170
+ "address": "The Little Rose 37 Trumpington Street",
1171
+ "area": "centre",
1172
+ "food": "seafood",
1173
+ "id": "19223",
1174
+ "introduction": "using the freshest seafood from the loch of the same name, loch fyne restaurants serve a variety of shellfish and smoked fish all of which are complimented by an extensive wine list. Non-seafood dishes are also available",
1175
+ "location": [
1176
+ 52.200693,
1177
+ 0.119744
1178
+ ],
1179
+ "name": "loch fyne",
1180
+ "phone": "01223362433",
1181
+ "postcode": "cb21qy",
1182
+ "pricerange": "expensive",
1183
+ "type": "restaurant"
1184
+ },
1185
+ {
1186
+ "address": "3 - 5 Millers Yard Mill Lane",
1187
+ "area": "centre",
1188
+ "food": "indian",
1189
+ "id": "15275",
1190
+ "introduction": "",
1191
+ "location": [
1192
+ 52.20143,
1193
+ 0.11664
1194
+ ],
1195
+ "name": "mahal of cambridge",
1196
+ "phone": "01223360409",
1197
+ "postcode": "cb21rq",
1198
+ "pricerange": "cheap",
1199
+ "signature": "chicken tikka masala",
1200
+ "type": "restaurant"
1201
+ },
1202
+ {
1203
+ "address": "Jesus Lane Fen Ditton",
1204
+ "area": "centre",
1205
+ "food": "italian",
1206
+ "id": "19269",
1207
+ "introduction": "the simple menu and kitchen concept at pizza express has retained its freshly made ideal, and you can still watch your pizza being prepared for you. This branch has live jazz music",
1208
+ "location": [
1209
+ 52.208252,
1210
+ 0.119957
1211
+ ],
1212
+ "name": "pizza express Fen Ditton",
1213
+ "phone": "01223324033",
1214
+ "postcode": "cb58ba",
1215
+ "pricerange": "moderate",
1216
+ "type": "restaurant"
1217
+ },
1218
+ {
1219
+ "address": "35 Newnham Road Newnham",
1220
+ "area": "west",
1221
+ "food": "thai",
1222
+ "id": "19256",
1223
+ "introduction": "sala thong serves a variety of thai dishes at their restaurant catering for private parties of up to 40 guests is available upon request",
1224
+ "location": [
1225
+ 52.199012,
1226
+ 0.113196
1227
+ ],
1228
+ "name": "sala thong",
1229
+ "phone": "01223323178",
1230
+ "postcode": "cb39ey",
1231
+ "pricerange": "expensive",
1232
+ "type": "restaurant"
1233
+ },
1234
+ {
1235
+ "address": "Cambridge City Football Club Milton Road Chesterton",
1236
+ "area": "north",
1237
+ "id": "19262",
1238
+ "introduction": "located in cambridge city football club, city stop restaurant serve a variety of english and italian dishes as well as offering a selection of vegetarian options catering for corporate events and private parties of up to 100 guests is available upon request.",
1239
+ "location": [
1240
+ 52.215157,
1241
+ 0.125015
1242
+ ],
1243
+ "name": "city stop restaurant",
1244
+ "phone": "01223363270",
1245
+ "postcode": "cb41uy",
1246
+ "pricerange": "expensive",
1247
+ "food": "european",
1248
+ "type": "restaurant"
1249
+ },
1250
+ {
1251
+ "address": "169 High Street Chesterton Chesterton",
1252
+ "area": "north",
1253
+ "food": "asian oriental",
1254
+ "id": "19261",
1255
+ "introduction": "saigon city serve vietnamese chinese and thai cuisine to eat in or take away",
1256
+ "location": [
1257
+ 52.218164,
1258
+ 0.143209
1259
+ ],
1260
+ "name": "saigon city",
1261
+ "phone": "01223356555",
1262
+ "postcode": "cb41nl",
1263
+ "pricerange": "expensive",
1264
+ "type": "restaurant"
1265
+ },
1266
+ {
1267
+ "address": "10 Homerton Street City Centre",
1268
+ "area": "south",
1269
+ "food": "chinese",
1270
+ "id": "19246",
1271
+ "introduction": "peking resturant cook from fresh ingredients. they specialise in sichuan and hunan dishes",
1272
+ "location": [
1273
+ 52.189484,
1274
+ 0.135465
1275
+ ],
1276
+ "name": "peking restaurant",
1277
+ "phone": "01223354755",
1278
+ "postcode": "cb28nx",
1279
+ "pricerange": "expensive",
1280
+ "type": "restaurant"
1281
+ },
1282
+ {
1283
+ "address": "Cambridge Leisure Park Clifton Way Cherry Hinton",
1284
+ "area": "south",
1285
+ "food": "italian",
1286
+ "id": "19195",
1287
+ "introduction": "frankie and bennys has a traditional 1950s new york feel to it with its original family photographs, traditional wooden furniture and period music. They serve a wide range of authentic american and italian dishes.",
1288
+ "location": [
1289
+ 52.190176,
1290
+ 0.13699
1291
+ ],
1292
+ "name": "frankie and bennys",
1293
+ "phone": "01223412430",
1294
+ "postcode": "cb17dy",
1295
+ "pricerange": "expensive",
1296
+ "type": "restaurant"
1297
+ },
1298
+ {
1299
+ "address": "Hotel Felix Whitehouse Lane Huntingdon Road",
1300
+ "area": "west",
1301
+ "food": "british",
1302
+ "id": "7492",
1303
+ "introduction": "Critically acclaimed food in luxurious and stylish surroundings, overlooking the hotels lush gardens.",
1304
+ "location": [
1305
+ 52.22414,
1306
+ 0.09194
1307
+ ],
1308
+ "name": "graffiti",
1309
+ "phone": "01223277977",
1310
+ "postcode": "cb30lx",
1311
+ "pricerange": "expensive",
1312
+ "signature": "panfried fillet of brill tempura of langoustine crushed garden peas shellfish basil nage",
1313
+ "type": "restaurant"
1314
+ },
1315
+ {
1316
+ "address": "31 Newnham Road Newnham",
1317
+ "area": "west",
1318
+ "food": "indian",
1319
+ "id": "19254",
1320
+ "introduction": "indian house serve a variety of indian dishes to eat in or take away they also have a selection of english dishes on their menu",
1321
+ "location": [
1322
+ 52.199012,
1323
+ 0.113196
1324
+ ],
1325
+ "name": "india house",
1326
+ "phone": "01223461661",
1327
+ "postcode": "cb39ey",
1328
+ "pricerange": "expensive",
1329
+ "type": "restaurant"
1330
+ },
1331
+ {
1332
+ "address": "Cambridge Lodge Hotel 139 Huntingdon Road City Centre",
1333
+ "area": "west",
1334
+ "food": "european",
1335
+ "id": "19252",
1336
+ "introduction": "located in the cambridge lodge hotel, this restaurant serves a variety of european and vegetarian dishes and can cater for private parties of up to 20 guests upon request.",
1337
+ "location": [
1338
+ 52.217736,
1339
+ 0.102505
1340
+ ],
1341
+ "name": "cambridge lodge restaurant",
1342
+ "phone": "01223355166",
1343
+ "postcode": "cb30dq",
1344
+ "pricerange": "expensive",
1345
+ "type": "restaurant"
1346
+ },
1347
+ {
1348
+ "address": "Grafton Hotel 619 Newmarket Road Fen Ditton",
1349
+ "area": "east",
1350
+ "food": "british",
1351
+ "id": "19271",
1352
+ "introduction": "located in the grafton hotel this restaurant serves a variety of english and vegetarian dishes from their a la carte and carvery menu. They also have a bar area",
1353
+ "location": [
1354
+ 52.212992,
1355
+ 0.157569
1356
+ ],
1357
+ "name": "grafton hotel restaurant",
1358
+ "phone": "01223241387",
1359
+ "postcode": "cb58pa",
1360
+ "pricerange": "expensive",
1361
+ "type": "restaurant"
1362
+ },
1363
+ {
1364
+ "address": "66 Chesterton Road Chesterton",
1365
+ "area": "north",
1366
+ "food": "chinese",
1367
+ "id": "19258",
1368
+ "introduction": "the hotpot serves a variety of chinese dishes at their restaurant and can cater for private parties of up to five five guests upon request",
1369
+ "location": [
1370
+ 52.214531,
1371
+ 0.127298
1372
+ ],
1373
+ "name": "the hotpot",
1374
+ "phone": "01223366552",
1375
+ "postcode": "cb41ep",
1376
+ "pricerange": "expensive",
1377
+ "type": "restaurant"
1378
+ },
1379
+ {
1380
+ "address": "Quayside Off Bridge Street",
1381
+ "area": "centre",
1382
+ "food": "modern european",
1383
+ "id": "7236",
1384
+ "introduction": "",
1385
+ "location": [
1386
+ 52.20984,
1387
+ 0.11793
1388
+ ],
1389
+ "name": "the river bar steakhouse and grill",
1390
+ "phone": "01223307030",
1391
+ "postcode": "cb58aq",
1392
+ "pricerange": "cheap",
1393
+ "signature": "lobster mac and cheese",
1394
+ "type": "restaurant"
1395
+ },
1396
+ {
1397
+ "address": "54 King Street City Centre",
1398
+ "area": "centre",
1399
+ "food": "italian",
1400
+ "id": "19176",
1401
+ "introduction": "clowns cafe serve a variety of drinks as well as italian dishes such as pasta ciabatta and salads",
1402
+ "location": [
1403
+ 52.207312,
1404
+ 0.124201
1405
+ ],
1406
+ "name": "clowns cafe",
1407
+ "phone": "01223355711",
1408
+ "postcode": "cb11ln",
1409
+ "pricerange": "expensive",
1410
+ "type": "restaurant"
1411
+ },
1412
+ {
1413
+ "address": "30 Bridge Street City Centre",
1414
+ "area": "centre",
1415
+ "food": "turkish",
1416
+ "id": "19232",
1417
+ "introduction": "anatolia is a basement restaurant that serves a variety of turkish and vegetarian dishes and cater for private parties of up to 80 guests upon request",
1418
+ "location": [
1419
+ 52.209632,
1420
+ 0.117213
1421
+ ],
1422
+ "name": "anatolia",
1423
+ "phone": "01223362372",
1424
+ "postcode": "cb21uj",
1425
+ "pricerange": "moderate",
1426
+ "type": "restaurant"
1427
+ },
1428
+ {
1429
+ "address": "8 Norfolk Street City Centre",
1430
+ "area": "centre",
1431
+ "food": "indian",
1432
+ "id": "19187",
1433
+ "location": [
1434
+ 52.204609,
1435
+ 0.137976
1436
+ ],
1437
+ "name": "panahar",
1438
+ "phone": "01223355012",
1439
+ "postcode": "cb12lf",
1440
+ "pricerange": "expensive",
1441
+ "type": "restaurant"
1442
+ },
1443
+ {
1444
+ "address": "Napier Street City Centre",
1445
+ "area": "centre",
1446
+ "food": "chinese",
1447
+ "id": "19174",
1448
+ "introduction": "tang chinese is a buffet restaurant and bar serving a variety of dishes for lunch and dinner there is also a takeaway menu available",
1449
+ "location": [
1450
+ 52.207702,
1451
+ 0.133982
1452
+ ],
1453
+ "name": "tang chinese",
1454
+ "phone": "01223357187",
1455
+ "postcode": "cb11hr",
1456
+ "pricerange": "expensive",
1457
+ "type": "restaurant"
1458
+ },
1459
+ {
1460
+ "address": "34 - 35 Green Street",
1461
+ "area": "centre",
1462
+ "food": "gastropub",
1463
+ "id": "12482",
1464
+ "introduction": "slug lettuce is a premium high street bar that serves a wide range of restaurant quality food to suit all occasions and appetites.",
1465
+ "location": [
1466
+ 52.20683,
1467
+ 0.1192
1468
+ ],
1469
+ "name": "the slug and lettuce",
1470
+ "postcode": "cb23ju",
1471
+ "pricerange": "expensive",
1472
+ "type": "restaurant"
1473
+ },
1474
+ {
1475
+ "address": "5 Jordans Yard Bridge Street City Centre",
1476
+ "area": "centre",
1477
+ "food": "indian",
1478
+ "id": "19231",
1479
+ "introduction": "curry king serve a variety of indian dishes to eat in or take away catering for private parties of up to 40 guests is available upon request",
1480
+ "location": [
1481
+ 52.209003,
1482
+ 0.118661
1483
+ ],
1484
+ "name": "curry king",
1485
+ "phone": "01223324351",
1486
+ "postcode": "cb21ug",
1487
+ "pricerange": "expensive",
1488
+ "type": "restaurant"
1489
+ },
1490
+ {
1491
+ "address": "Huntingdon Road City Centre",
1492
+ "area": "west",
1493
+ "food": "british",
1494
+ "id": "19251",
1495
+ "introduction": "",
1496
+ "location": [
1497
+ 52.214201,
1498
+ 0.108588
1499
+ ],
1500
+ "name": "travellers rest",
1501
+ "phone": "01223276182",
1502
+ "postcode": "cb30df",
1503
+ "pricerange": "expensive",
1504
+ "type": "restaurant"
1505
+ },
1506
+ {
1507
+ "address": "106 Mill Road City Centre",
1508
+ "area": "centre",
1509
+ "food": "indian",
1510
+ "id": "19184",
1511
+ "introduction": "curry queen is the most popular indian restaurant in cambridge serving good indian cuisine including all the usual dishes",
1512
+ "location": [
1513
+ 52.199332,
1514
+ 0.138395
1515
+ ],
1516
+ "name": "curry queen",
1517
+ "phone": "01223351027",
1518
+ "postcode": "cb12bd",
1519
+ "pricerange": "expensive",
1520
+ "type": "restaurant"
1521
+ },
1522
+ {
1523
+ "address": "290 Mill Road City Centre",
1524
+ "area": "east",
1525
+ "food": "gastropub",
1526
+ "id": "19190",
1527
+ "location": [
1528
+ 52.196967,
1529
+ 0.149286
1530
+ ],
1531
+ "name": "royal standard",
1532
+ "phone": "01223247877",
1533
+ "postcode": "cb13nl",
1534
+ "pricerange": "expensive",
1535
+ "type": "restaurant"
1536
+ },
1537
+ {
1538
+ "address": "7 Barnwell Road Fen Ditton",
1539
+ "area": "east",
1540
+ "food": "indian",
1541
+ "id": "19274",
1542
+ "introduction": "rajmahal serves traditional indian cuisine accomapnied by a broad wine list with beers and spirits also available",
1543
+ "location": [
1544
+ 52.211144,
1545
+ 0.163247
1546
+ ],
1547
+ "name": "rajmahal",
1548
+ "phone": "01223244955",
1549
+ "postcode": "cb58rg",
1550
+ "pricerange": "moderate",
1551
+ "type": "restaurant"
1552
+ },
1553
+ {
1554
+ "address": "21 Burleigh Street City Centre",
1555
+ "area": "centre",
1556
+ "food": "chinese",
1557
+ "id": "19172",
1558
+ "location": [
1559
+ 52.206111,
1560
+ 0.132969
1561
+ ],
1562
+ "name": "hk fusion",
1563
+ "phone": "01223355909",
1564
+ "postcode": "cb11dg",
1565
+ "pricerange": "expensive",
1566
+ "type": "restaurant"
1567
+ },
1568
+ {
1569
+ "address": "King Street City Centre",
1570
+ "area": "centre",
1571
+ "food": "turkish",
1572
+ "id": "19178",
1573
+ "introduction": "efes restaurant serve a variety of turkish dishes including kebabs in truly authentic surroundings.",
1574
+ "location": [
1575
+ 52.207312,
1576
+ 0.124201
1577
+ ],
1578
+ "name": "efes restaurant",
1579
+ "phone": "01223500005",
1580
+ "postcode": "cb11ln",
1581
+ "pricerange": "moderate",
1582
+ "type": "restaurant"
1583
+ },
1584
+ {
1585
+ "address": "Regent Street City Centre",
1586
+ "area": "centre",
1587
+ "food": "north american",
1588
+ "id": "19209",
1589
+ "introduction": "gourmet burger kitchen has a trendy interior and, although a bit more expensive than the average high street burger joint, the delicious burgers and other dishes are huge and freshly prepared with large side orders to match. Catering for vegetarians is provided",
1590
+ "location": [
1591
+ 52.20103,
1592
+ 0.126023
1593
+ ],
1594
+ "name": "gourmet burger kitchen",
1595
+ "phone": "01223312598",
1596
+ "postcode": "cb21ab",
1597
+ "pricerange": "expensive",
1598
+ "type": "restaurant"
1599
+ },
1600
+ {
1601
+ "address": "12 Market Hill City Centre",
1602
+ "area": "centre",
1603
+ "food": "italian",
1604
+ "id": "19239",
1605
+ "introduction": "don pasquale pizzeria serves an extensive range of pizzas and italian dishes including pasta as well as a selection of beverages. Catering for private parties of up to 80 guests is available upon request",
1606
+ "location": [
1607
+ 52.205442,
1608
+ 0.119706
1609
+ ],
1610
+ "name": "don pasquale pizzeria",
1611
+ "phone": "01223350106",
1612
+ "postcode": "cb23nj",
1613
+ "pricerange": "expensive",
1614
+ "type": "restaurant"
1615
+ },
1616
+ {
1617
+ "address": "1 Kings Parade",
1618
+ "area": "centre",
1619
+ "food": "british",
1620
+ "id": "6941",
1621
+ "introduction": "",
1622
+ "location": [
1623
+ 52.20439,
1624
+ 0.11784
1625
+ ],
1626
+ "name": "the cambridge chop house",
1627
+ "phone": "01223359506",
1628
+ "postcode": "cb21sj",
1629
+ "pricerange": "expensive",
1630
+ "signature": "lamb barnsley chop potato and garlic bake greens and gravy",
1631
+ "type": "restaurant"
1632
+ },
1633
+ {
1634
+ "address": "52 Mill Road City Centre",
1635
+ "area": "centre",
1636
+ "food": "asian oriental",
1637
+ "id": "19181",
1638
+ "introduction": "kymmoy is a noodle bar serving a wide variety of chinese thai cuisine for lunch and dinner",
1639
+ "location": [
1640
+ 52.200422,
1641
+ 0.135784
1642
+ ],
1643
+ "name": "kymmoy",
1644
+ "phone": "01223311911",
1645
+ "postcode": "cb12as",
1646
+ "pricerange": "expensive",
1647
+ "type": "restaurant"
1648
+ },
1649
+ {
1650
+ "address": "43 High Street Cherry Hinton Cherry Hinton",
1651
+ "area": "east",
1652
+ "food": "indian",
1653
+ "id": "19198",
1654
+ "location": [
1655
+ 52.186739,
1656
+ 0.173048
1657
+ ],
1658
+ "name": "sitar tandoori",
1659
+ "phone": "01223249955",
1660
+ "postcode": "cb19hx",
1661
+ "pricerange": "expensive",
1662
+ "type": "restaurant"
1663
+ },
1664
+ {
1665
+ "address": "84 Regent Street City Centre",
1666
+ "area": "centre",
1667
+ "food": "mediterranean",
1668
+ "id": "19217",
1669
+ "introduction": "shiraz serves traditional mediterranean cuisine accompanied by an extensive wine list with beers and spirits also available",
1670
+ "location": [
1671
+ 52.200187,
1672
+ 0.126407
1673
+ ],
1674
+ "name": "shiraz restaurant",
1675
+ "phone": "01223307581",
1676
+ "postcode": "cb21dp",
1677
+ "pricerange": "expensive",
1678
+ "type": "restaurant"
1679
+ },
1680
+ {
1681
+ "address": "Midsummer Common",
1682
+ "area": "centre",
1683
+ "food": "british",
1684
+ "id": "508",
1685
+ "introduction": "",
1686
+ "location": [
1687
+ 52.21251,
1688
+ 0.12774
1689
+ ],
1690
+ "name": "midsummer house restaurant",
1691
+ "phone": "01223369299",
1692
+ "postcode": "cb41ha",
1693
+ "pricerange": "expensive",
1694
+ "signature": "seared scallops with truffle apple and celeriac",
1695
+ "type": "restaurant"
1696
+ },
1697
+ {
1698
+ "address": "Bridge Street City Centre",
1699
+ "area": "centre",
1700
+ "food": "french",
1701
+ "id": "19230",
1702
+ "introduction": "cote is a modern french bistro offering some of the classic and simple favourites of french cuisine",
1703
+ "location": [
1704
+ 52.209028,
1705
+ 0.118296
1706
+ ],
1707
+ "name": "cote",
1708
+ "phone": "01223311053",
1709
+ "postcode": "cb21uf",
1710
+ "pricerange": "expensive",
1711
+ "type": "restaurant"
1712
+ },
1713
+ {
1714
+ "address": "32 Bridge Street City Centre",
1715
+ "area": "centre",
1716
+ "food": "italian",
1717
+ "id": "19234",
1718
+ "introduction": "caffe uno is a chain of cafe style restaurants that offer a wide selection of meals and snacks to suit any time of the day including an extensive breakfast menu and choice of hot or cold drinks",
1719
+ "location": [
1720
+ 52.209632,
1721
+ 0.117213
1722
+ ],
1723
+ "name": "caffe uno",
1724
+ "phone": "01223448620",
1725
+ "postcode": "cb21uj",
1726
+ "pricerange": "expensive",
1727
+ "type": "restaurant"
1728
+ },
1729
+ {
1730
+ "address": "17 Hills Road City Centre",
1731
+ "area": "centre",
1732
+ "food": "chinese",
1733
+ "id": "19222",
1734
+ "introduction": "sesame restaurant and bar offers a wide variety of traditional chinese cuisine for lunch or dinner with wifi access and a television screen in the basement",
1735
+ "location": [
1736
+ 52.197154,
1737
+ 0.129511
1738
+ ],
1739
+ "name": "sesame restaurant and bar",
1740
+ "phone": "01223358899",
1741
+ "postcode": "cb21nw",
1742
+ "pricerange": "expensive",
1743
+ "type": "restaurant"
1744
+ },
1745
+ {
1746
+ "address": "24 Green Street City Centre",
1747
+ "area": "centre",
1748
+ "food": "thai",
1749
+ "id": "19236",
1750
+ "introduction": "bangkok city serve a variety of authentic dishes to eat in or take away",
1751
+ "location": [
1752
+ 52.206504,
1753
+ 0.119157
1754
+ ],
1755
+ "name": "bangkok city",
1756
+ "phone": "01223354382",
1757
+ "postcode": "cb23jx",
1758
+ "pricerange": "expensive",
1759
+ "type": "restaurant"
1760
+ }
1761
+ ]
db/taxi_db.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "taxi_colors" : ["black","white","red","yellow","blue","grey"],
4
+ "taxi_types": ["toyota","skoda","bmw","honda","ford","audi","lexus","volvo","volkswagen","tesla"],
5
+ "taxi_phone": ["^[0-9]{10}$"]
6
+ }
7
+ ]
db/train_db.json ADDED
The diff for this file is too large to render. See raw diff
 
db/value_set.json ADDED
The diff for this file is too large to render. See raw diff
 
ontology.json ADDED
The diff for this file is too large to render. See raw diff
 
valListFile.json ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MUL1685
2
+ SNG1350
3
+ SNG1203
4
+ MUL3313
5
+ MUL0818
6
+ MUL2720
7
+ MUL1428
8
+ SNG0397
9
+ MUL1980
10
+ MUL3340
11
+ MUL3082
12
+ SNG0209
13
+ MUL0616
14
+ MUL2156
15
+ MUL0414
16
+ MUL3328
17
+ MUL2628
18
+ MUL3623
19
+ SNG0792
20
+ MUL2340
21
+ MUL2729
22
+ MUL3632
23
+ MUL1678
24
+ MUL3222
25
+ MUL0189
26
+ MUL3762
27
+ MUL0606
28
+ MUL1563
29
+ MUL3734
30
+ MUL0239
31
+ SNG1313
32
+ MUL0638
33
+ MUL0265
34
+ MUL2538
35
+ MUL0475
36
+ MUL0142
37
+ MUL2338
38
+ MUL3444
39
+ MUL0696
40
+ MUL0649
41
+ MUL3641
42
+ SNG1728
43
+ MUL1413
44
+ MUL2234
45
+ SNG0868
46
+ SNG0734
47
+ MUL1471
48
+ MUL3780
49
+ MUL3291
50
+ MUL1838
51
+ MUL3466
52
+ SNG0463
53
+ SNG0194
54
+ MUL0111
55
+ SNG0468
56
+ MUL2771
57
+ SNG1029
58
+ MUL0446
59
+ MUL1278
60
+ SNG0465
61
+ SNG0275
62
+ MUL1776
63
+ MUL0043
64
+ SNG1412
65
+ MUL1436
66
+ SNG1554
67
+ MUL1533
68
+ MUL0828
69
+ MUL3477
70
+ MUL2494
71
+ MUL1832
72
+ MUL2599
73
+ MUL1753
74
+ MUL1746
75
+ MUL0815
76
+ SNG1735
77
+ MUL1080
78
+ SNG0956
79
+ MUL1552
80
+ MUL0431
81
+ MUL2656
82
+ MUL3593
83
+ SNG0130
84
+ MUL0293
85
+ MUL0393
86
+ SNG1372
87
+ MUL0933
88
+ MUL3783
89
+ MUL3093
90
+ MUL1560
91
+ SNG0961
92
+ MUL2483
93
+ SNG1764
94
+ MUL3755
95
+ SNG0425
96
+ MUL3559
97
+ MUL2831
98
+ SNG1324
99
+ SNG0295
100
+ MUL0167
101
+ MUL3277
102
+ MUL3044
103
+ SNG1086
104
+ MUL0377
105
+ MUL2757
106
+ SNG0939
107
+ SNG0320
108
+ MUL1253
109
+ SNG0417
110
+ MUL3661
111
+ SNG1367
112
+ MUL0536
113
+ MUL0226
114
+ MUL2866
115
+ MUL0370
116
+ MUL2670
117
+ MUL3060
118
+ MUL2140
119
+ SNG1582
120
+ SNG0230
121
+ MUL2638
122
+ MUL2158
123
+ MUL1210
124
+ MUL3472
125
+ MUL2550
126
+ MUL3733
127
+ MUL1680
128
+ MUL1585
129
+ MUL3482
130
+ MUL0106
131
+ MUL1620
132
+ MUL3635
133
+ MUL3840
134
+ MUL3078
135
+ MUL3100
136
+ MUL3410
137
+ SNG1351
138
+ SNG0416
139
+ SNG0690
140
+ MUL1765
141
+ MUL0016
142
+ MUL1459
143
+ MUL0463
144
+ SNG0798
145
+ MUL1316
146
+ MUL3603
147
+ MUL0108
148
+ SNG1198
149
+ MUL2705
150
+ MUL1942
151
+ MUL0736
152
+ SNG0614
153
+ MUL2944
154
+ MUL1800
155
+ MUL1763
156
+ MUL0658
157
+ MUL1631
158
+ MUL1148
159
+ SNG1446
160
+ SNG0214
161
+ SNG0728
162
+ MUL2793
163
+ MUL3283
164
+ MUL3007
165
+ MUL0154
166
+ SNG0668
167
+ MUL2963
168
+ MUL2710
169
+ MUL3356
170
+ MUL3613
171
+ MUL1969
172
+ SNG0698
173
+ MUL1468
174
+ MUL0071
175
+ SNG1521
176
+ MUL1612
177
+ MUL3813
178
+ SNG1042
179
+ SNG0493
180
+ MUL2402
181
+ MUL0174
182
+ MUL3828
183
+ MUL1643
184
+ MUL2016
185
+ MUL3742
186
+ SNG1380
187
+ MUL0210
188
+ MUL2622
189
+ MUL2545
190
+ MUL2883
191
+ MUL1917
192
+ SNG0572
193
+ MUL0811
194
+ SNG0862
195
+ MUL2489
196
+ SNG0874
197
+ SNG1494
198
+ MUL1050
199
+ MUL1950
200
+ MUL1702
201
+ SNG0784
202
+ MUL0680
203
+ SNG1732
204
+ SNG0316
205
+ MUL2856
206
+ MUL2658
207
+ SNG0750
208
+ MUL3760
209
+ MUL3455
210
+ MUL0942
211
+ MUL3244
212
+ MUL0322
213
+ SNG1326
214
+ MUL0125
215
+ MUL2637
216
+ MUL2096
217
+ SNG0351
218
+ SNG0235
219
+ SNG0737
220
+ SNG0260
221
+ MUL0415
222
+ SNG1054
223
+ MUL3743
224
+ MUL1326
225
+ MUL2941
226
+ MUL3457
227
+ MUL0263
228
+ SNG0355
229
+ SNG1132
230
+ SNG1640
231
+ MUL1409
232
+ MUL0443
233
+ MUL0852
234
+ MUL3668
235
+ MUL3815
236
+ MUL0056
237
+ MUL0726
238
+ MUL1976
239
+ MUL1155
240
+ SNG1105
241
+ MUL0458
242
+ MUL3319
243
+ MUL0272
244
+ MUL3322
245
+ MUL1311
246
+ MUL2888
247
+ SNG0441
248
+ MUL1472
249
+ MUL1528
250
+ SNG0421
251
+ MUL3234
252
+ SNG1526
253
+ MUL0624
254
+ MUL1684
255
+ MUL1312
256
+ MUL1397
257
+ MUL0490
258
+ SNG1622
259
+ MUL0462
260
+ SNG0241
261
+ MUL1875
262
+ MUL3637
263
+ MUL0867
264
+ MUL0844
265
+ MUL1808
266
+ MUL2791
267
+ MUL2084
268
+ MUL2737
269
+ MUL3456
270
+ MUL2669
271
+ SNG1597
272
+ SNG0945
273
+ MUL1611
274
+ SNG0867
275
+ MUL1582
276
+ MUL0417
277
+ SNG1533
278
+ MUL0366
279
+ MUL3337
280
+ MUL0747
281
+ MUL1996
282
+ SNG0946
283
+ MUL2511
284
+ SNG0967
285
+ SNG1647
286
+ MUL1650
287
+ MUL3513
288
+ MUL1404
289
+ SNG1161
290
+ MUL0597
291
+ MUL0864
292
+ SNG1599
293
+ MUL3624
294
+ MUL0035
295
+ MUL0836
296
+ MUL1083
297
+ SNG0657
298
+ MUL3723
299
+ SNG1751
300
+ MUL3536
301
+ SNG0145
302
+ SNG1534
303
+ MUL3826
304
+ MUL1239
305
+ MUL1416
306
+ MUL3343
307
+ MUL0247
308
+ MUL1895
309
+ MUL1309
310
+ MUL0211
311
+ MUL3561
312
+ MUL2000
313
+ MUL0467
314
+ SNG0513
315
+ MUL0646
316
+ MUL3281
317
+ SNG0262
318
+ MUL0546
319
+ MUL1745
320
+ MUL3777
321
+ MUL0807
322
+ SNG0457
323
+ MUL0566
324
+ SNG0788
325
+ MUL3747
326
+ MUL2686
327
+ MUL3268
328
+ SNG0918
329
+ SNG0497
330
+ MUL1879
331
+ MUL0329
332
+ MUL2776
333
+ MUL1974
334
+ SNG0244
335
+ MUL0667
336
+ MUL3775
337
+ MUL1004
338
+ MUL1288
339
+ MUL0280
340
+ MUL3706
341
+ MUL0232
342
+ MUL1839
343
+ MUL3406
344
+ MUL0841
345
+ MUL0541
346
+ SNG0398
347
+ MUL2756
348
+ MUL0297
349
+ SNG1577
350
+ MUL0999
351
+ MUL0838
352
+ MUL3511
353
+ MUL3786
354
+ MUL1027
355
+ SNG1107
356
+ MUL0357
357
+ MUL1599
358
+ SNG1585
359
+ MUL3032
360
+ MUL0398
361
+ MUL0011
362
+ SNG0131
363
+ MUL3560
364
+ MUL1626
365
+ MUL1521
366
+ MUL1663
367
+ MUL1811
368
+ MUL1647
369
+ MUL3459
370
+ MUL0258
371
+ SNG1221
372
+ MUL2360
373
+ MUL2526
374
+ MUL2974
375
+ MUL3462
376
+ MUL2504
377
+ MUL3720
378
+ MUL2347
379
+ MUL1693
380
+ SNG0579
381
+ SNG1031
382
+ MUL3841
383
+ MUL1434
384
+ SNG0234
385
+ MUL0153
386
+ MUL1677
387
+ MUL0069
388
+ SNG0269
389
+ MUL1781
390
+ MUL1539
391
+ MUL0213
392
+ MUL0271
393
+ MUL3412
394
+ SNG1508
395
+ MUL0049
396
+ MUL0412
397
+ MUL0496
398
+ MUL1168
399
+ MUL1529
400
+ MUL1587
401
+ SNG0163
402
+ MUL0283
403
+ SNG0560
404
+ SNG0742
405
+ MUL3505
406
+ MUL2612
407
+ MUL1432
408
+ MUL3847
409
+ SNG1509
410
+ MUL2235
411
+ SNG0379
412
+ MUL0760
413
+ MUL1355
414
+ SNG0453
415
+ MUL3704
416
+ MUL1006
417
+ SNG0696
418
+ SNG0741
419
+ MUL2590
420
+ SNG0185
421
+ MUL2331
422
+ SNG0317
423
+ MUL2524
424
+ SNG1205
425
+ SNG0344
426
+ MUL0723
427
+ MUL2654
428
+ MUL2898
429
+ SNG0080
430
+ MUL0236
431
+ SNG1139
432
+ MUL2491
433
+ MUL2921
434
+ MUL0433
435
+ MUL3394
436
+ SNG0279
437
+ MUL1116
438
+ MUL0509
439
+ MUL1495
440
+ SNG0293
441
+ MUL0287
442
+ SNG0582
443
+ SNG0299
444
+ SNG0709
445
+ MUL1094
446
+ SNG0986
447
+ SNG1013
448
+ MUL1671
449
+ MUL1760
450
+ MUL3596
451
+ SNG1137
452
+ SNG0486
453
+ MUL2995
454
+ SNG1442
455
+ MUL1174
456
+ SNG0041
457
+ MUL3648
458
+ MUL1477
459
+ SNG1122
460
+ SNG1609
461
+ MUL0565
462
+ MUL2030
463
+ MUL3423
464
+ MUL3123
465
+ SNG0165
466
+ MUL0442
467
+ MUL3077
468
+ SNG0692
469
+ MUL0375
470
+ SNG0481
471
+ MUL2825
472
+ SNG0119
473
+ MUL2152
474
+ MUL3663
475
+ MUL1399
476
+ MUL1380
477
+ MUL1150
478
+ MUL3769
479
+ MUL1717
480
+ MUL0335
481
+ SNG0686
482
+ SNG0357
483
+ SNG1037
484
+ MUL0794
485
+ MUL0810
486
+ SNG0633
487
+ MUL1756
488
+ MUL2143
489
+ MUL2401
490
+ MUL0319
491
+ MUL1411
492
+ SNG1331
493
+ MUL3041
494
+ MUL3531
495
+ MUL1234
496
+ MUL2747
497
+ MUL1639
498
+ MUL3616
499
+ SNG1422
500
+ MUL3495