-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGeoQuestions1089.json
5447 lines (5447 loc) · 393 KB
/
GeoQuestions1089.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"1": {
"Question": "What is the population of Central Greece?",
"Query": "SELECT DISTINCT ?population WHERE { <http://yago-knowledge.org/resource/Central_Greece_(region)> y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"2": {
"Question": "Where is the Dorset county located?",
"Query": "SELECT DISTINCT ?wkt WHERE { yago:Dorset geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"3": {
"Question": "Where is Lough Ramor located?",
"Query": "SELECT DISTINCT ?wkt WHERE { yago:Lough_Ramor geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"4": {
"Question": "What is the population of the Municipality of Moschato Tavros?",
"Query": "SELECT ?population WHERE { yago:Moschato-Tavros y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"5": {
"Question": "Where is Oxfordshire located?",
"Query": "SELECT ?WKT WHERE { yago:Oxfordshire geo:hasGeometry ?o . ?o geo:asWKT ?WKT } ",
"Category": "A"
},
"6": {
"Question": "What is the total area of County Galway?",
"Query": "SELECT (strdf:area(?WKT) AS ?area) WHERE { yago:County_Galway geo:hasGeometry ?o . ?o geo:asWKT ?WKT } ",
"Category": "A"
},
"7": {
"Question": "Where is Liverpool located?",
"Query": "SELECT ?geoWKT WHERE { yago:Liverpool geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"8": {
"Question": "Where is Kilkenny located?",
"Query": "SELECT ?geoWKT WHERE { yago:geoentity_Kilkenny_10130170 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"9": {
"Question": "Where is Glyfada located?",
"Query": "SELECT ?geoWKT WHERE { yago:Glyfada geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"10": {
"Question": "What is the population of Aegina ?",
"Query": "SELECT ?pop WHERE { yago:Aegina y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"11": {
"Question": "What is the location of the county of Cambridge?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Cambridge geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"12": {
"Question": "What is the total area of Glengarra Wood forest?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?area) WHERE { yago:geoentity_Glengarra_Wood_3300941 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"13": {
"Question": "What is the population of Piraeus?",
"Query": "SELECT ?population WHERE { yago:Piraeus y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"14": {
"Question": "What is the total area of Cambridgeshire?",
"Query": "SELECT (strdf:area(?WKT) AS ?totalArea) WHERE { yago:Cambridge geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT } ",
"Category": "A"
},
"15": {
"Question": "What is the location of Dublin?",
"Query": "SELECT ?WKT WHERE { yago:Dublin geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT } ",
"Category": "A"
},
"16": {
"Question": "Where is Aghaboy located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { y2geor:osientity_2AE19629C17E13A3E055000000000001 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"17": {
"Question": "Where is Taghsheenod Glebe located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Taghsheenod_2961290 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"18": {
"Question": "Where is Petroupoli located?",
"Query": "SELECT DISTINCT ?dimos_geoWKT WHERE { yago:Petroupoli geo:hasGeometry ?dimos_geo . ?dimos_geo geo:asWKT ?dimos_geoWKT } ",
"Category": "A"
},
"19": {
"Question": "What is the total area of the river Garw?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:River_Garw geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"20": {
"Question": "Where is Muckross village located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Muckross_Village_9884064 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"21": {
"Question": "What is the population of the municipality of Oinofyta?",
"Query": "SELECT ?population WHERE { yago:Oinofyta y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"22": {
"Question": "Where is Anafi located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Anafi geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"23": {
"Question": "What is the location of Southampton?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Southampton geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"24": {
"Question": "Where is the city of Cork located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Cork_City_7778678 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"25": {
"Question": "What is the population of the municipality of Lemnos?",
"Query": "SELECT ?population WHERE { yago:Lemnos y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"26": {
"Question": "Where is Oxford located?",
"Query": "SELECT ?gWKT WHERE { yago:Oxford geo:hasGeometry ?g . ?g geo:asWKT ?gWKT } ",
"Category": "A"
},
"27": {
"Question": "How large is County Donegal?",
"Query": "SELECT ?area WHERE { yago:County_Donegal geo:hasGeometry ?gy . ?gy geo:asWKT ?yWKT BIND(strdf:area(?yWKT) AS ?area) } ",
"Category": "A"
},
"28": {
"Question": "What is the size of Eretria?",
"Query": "SELECT (strdf:area(?iWKT) AS ?area) WHERE { yago:Eretria geo:hasGeometry ?iGeom . ?iGeom geo:asWKT ?iWKT } ",
"Category": "A"
},
"29": {
"Question": "Where is Cambridge located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Cambridge_District_7290660 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"30": {
"Question": "What is Dublin's administrative type?",
"Query": "SELECT ?e WHERE { yago:Dublin rdf:type ?e } ",
"Category": "A"
},
"31": {
"Question": "Where is Galatsi located?",
"Query": "SELECT ?geoWKT WHERE { yago:Galatsi geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"32": {
"Question": "Where is Mitchelstown located?",
"Query": "SELECT ?geoWKT WHERE { yago:Mitchelstown geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"33": {
"Question": "Where is Loch Ness located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Loch_Ness geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"34": {
"Question": "Where is the location of Lake Kerkini?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Lake_Kerkini geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"35": {
"Question": "Where is Lough Derg located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { <http://yago-knowledge.org/resource/Lough_Derg_(Shannon)> geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"36": {
"Question": "What is the population of the municipality of Gravia?",
"Query": "SELECT ?population WHERE { yago:Gravia y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"37": {
"Question": "What is the area of West Sussex?",
"Query": "SELECT (strdf:area(?geoWKT) AS ?area) ?g WHERE { yago:West_Sussex geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT } ",
"Category": "A"
},
"38": {
"Question": "What is the area of the Republic of Ireland?",
"Query": "SELECT (strdf:area(?geoWKT) AS ?area) WHERE { yago:Republic_of_Ireland geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT } ",
"Category": "A"
},
"39": {
"Question": "Where is Crete located?",
"Query": "SELECT DISTINCT ?xWKT WHERE { yago:Crete geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT } ",
"Category": "A"
},
"40": {
"Question": "Where is City of London located?",
"Query": "SELECT DISTINCT ?xWKT WHERE { yago:geoentity_City_of_London_2643744 geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT } ",
"Category": "A"
},
"41": {
"Question": "What is the location of Lough Derg?",
"Query": "SELECT DISTINCT ?xWKT WHERE { <http://yago-knowledge.org/resource/Lough_Derg_(Shannon)> geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT } ",
"Category": "A"
},
"42": {
"Question": "Is Crete an island?",
"Query": "ASK WHERE { yago:Crete rdf:type y2geoo:OSM_island } ",
"Category": "A"
},
"43": {
"Question": "What is the population of Kallithea?",
"Query": "SELECT ?population WHERE { yago:Kallithea y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"44": {
"Question": "What is the national level of Plymouth?",
"Query": "SELECT ?nationalLevel WHERE { yago:Plymouth y2geoo:hasGADM_NationalLevel ?nationalLevel } ",
"Category": "A"
},
"45": {
"Question": "Where is Lough Ree located?",
"Query": "SELECT ?x1WKT WHERE { yago:Lough_Ree geo:hasGeometry ?x1Geo . ?x1Geo geo:asWKT ?x1WKT } ",
"Category": "A"
},
"46": {
"Question": "What is the total area of Liverpool?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:Liverpool geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"47": {
"Question": "Where is Dublin located?",
"Query": "SELECT ?geoWKT WHERE { yago:Dublin geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"48": {
"Question": "What population does Icaria have?",
"Query": "SELECT ?population WHERE { yago:Icaria y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"49": {
"Question": "What is the population of Andravida?",
"Query": "SELECT ?population WHERE { yago:Andravida y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"50": {
"Question": "Where is Scotland located?",
"Query": "SELECT ?xWKT WHERE { yago:Scotland geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT } ",
"Category": "A"
},
"51": {
"Question": "What is the total area of Manchester?",
"Query": "SELECT DISTINCT (strdf:area(?xWKT) AS ?totalArea) WHERE { yago:Manchester geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT } ",
"Category": "A"
},
"52": {
"Question": "Where is Nafpaktia located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Nafpaktia geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"53": {
"Question": "What is the population of Psara?",
"Query": "SELECT ?pop WHERE { yago:Psara y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"54": {
"Question": "Where is York located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:York geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"55": {
"Question": "How many citizens does Astypalaia have?",
"Query": "SELECT ?p WHERE { yago:Astypalaia y2geoo:hasGAG_Population ?p } ",
"Category": "A"
},
"56": {
"Question": "Where is the Isle of Portland located?",
"Query": "SELECT ?geoWKT WHERE { yago:Isle_of_Portland geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT } ",
"Category": "A"
},
"57": {
"Question": "What is the location of County Cork?",
"Query": "SELECT ?geoWKT WHERE { yago:County_Cork geo:hasGeometry ?geom . ?geom geo:asWKT ?geoWKT } ",
"Category": "A"
},
"58": {
"Question": "What is Londonderry's surface area?",
"Query": "SELECT DISTINCT ?area WHERE { y2geor:osnientity_Londonderry_1414 y2geoo:hasOSNI_Area ?area } ",
"Category": "A"
},
"59": {
"Question": "What is the population of Syros?",
"Query": "SELECT ?pop WHERE { yago:Syros y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"60": {
"Question": "Where is Kastanas beach located?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_Paral\u00eda_Kastan\u00e1s_10277719 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"61": {
"Question": "Where is the Loch Leven National Nature Reserve located?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_Loch_Leven_2643816 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"62": {
"Question": "What's the location of Killarney Beach?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_Killarney_Beach_8215737 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"63": {
"Question": "Where is Selby District located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Selby_District geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"64": {
"Question": "What is the total area of town Ballinasloe?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:Ballinasloe geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"65": {
"Question": "Where is the city of Drogheda located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Drogheda geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"66": {
"Question": "Where is Crewe located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Crewe geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"67": {
"Question": "Where is Lesbos located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Lesbos geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"68": {
"Question": "Where is Arkansas located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Arkansas geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"69": {
"Question": "Where is Chichester located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Chichester geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"70": {
"Question": "What is the population of Nikaia-Agios Ioannis Rentis?",
"Query": "SELECT ?o WHERE { yago:Nikaia-Agios_Ioannis_Rentis y2geoo:hasGAG_Population ?o } ",
"Category": "A"
},
"71": {
"Question": "Where is Mullingar, the county town, located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Mullingar geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"72": {
"Question": "Where is the city of Manchester located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Manchester geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"73": {
"Question": "Where is Paxi island located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Paxi geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"74": {
"Question": "Where is the municipality of Athens located?",
"Query": "SELECT ?geoWKT WHERE { yago:geoentity_Dimos_Athens_8133876 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"75": {
"Question": "Where is Coventry located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Coventry geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"76": {
"Question": "Where is Cork City located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Cork_City_7778678 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"77": {
"Question": "Where is the municipality of Chania located?",
"Query": "SELECT ?gWKT WHERE { yago:geoentity_Chania_8133762 geo:hasGeometry ?g . ?g geo:asWKT ?gWKT } ",
"Category": "A"
},
"78": {
"Question": "Where is Norfolk, the county, located?",
"Query": "SELECT ?gWKT WHERE { yago:Norfolk geo:hasGeometry ?g . ?g geo:asWKT ?gWKT } ",
"Category": "A"
},
"79": {
"Question": "Where is the Ballymoe barony located?",
"Query": "SELECT ?gWKT WHERE { yago:Ballymoe geo:hasGeometry ?g . ?g geo:asWKT ?gWKT } ",
"Category": "A"
},
"80": {
"Question": "Where is Galway located?",
"Query": "SELECT ?wkt WHERE { y2geor:gadmentity_Galway_IRL.7_1 geo:hasGeometry ?geom . ?geom geo:asWKT ?wkt } ",
"Category": "A"
},
"81": {
"Question": "What is the total area of Greece?",
"Query": "SELECT (strdf:area(?wkt) AS ?area) WHERE { yago:Greece geo:hasGeometry ?geom . ?geom geo:asWKT ?wkt } ",
"Category": "A"
},
"82": {
"Question": "Where is Edinburgh located?",
"Query": "SELECT ?wkt WHERE { yago:Edinburgh geo:hasGeometry ?geom . ?geom geo:asWKT ?wkt } ",
"Category": "A"
},
"83": {
"Question": "What area does Greenwich Park cover?",
"Query": "SELECT (strdf:area(?wkt) AS ?area) WHERE { yago:Greenwich_Park geo:hasGeometry ?geom . ?geom geo:asWKT ?wkt } ",
"Category": "A"
},
"84": {
"Question": "Where Glasgow is located?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_Glasgow_City_3333231 geo:hasGeometry ?geom . ?geom geo:asWKT ?wkt } ",
"Category": "A"
},
"85": {
"Question": "What is the total area of the United Kingdom?",
"Query": "SELECT (strdf:area(?cwkt) AS ?area) WHERE { yago:United_Kingdom geo:hasGeometry ?cgeom . ?cgeom geo:asWKT ?cwkt } ",
"Category": "A"
},
"86": {
"Question": "Which are the inflows and outflows of Lake Michigan?",
"Query": "SELECT ?river WHERE { ?river rdf:type y2geoo:OSM_stream ; geo:hasGeometry ?rgeom . ?rgeom geo:asWKT ?rwkt . yago:Lake_Michigan geo:hasGeometry ?lgeom . ?lgeom geo:asWKT ?lwkt FILTER geof:sfIntersects(?rwkt, ?lwkt) } ",
"Category": "C"
},
"87": {
"Question": "What is the population of Lincoln in Montana?",
"Query": "SELECT (xsd:integer(?population) AS ?pop) WHERE { <http://yago-knowledge.org/resource/Lincoln_County,_Montana> y2geoo:POPULATION ?population } ",
"Category": "A"
},
"88": {
"Question": "What is the location of the city of Houston?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_City_of_Houston_11788285 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"89": {
"Question": "What's the location of Lake Houston?",
"Query": "SELECT ?wkt WHERE { yago:Lake_Houston geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"90": {
"Question": "What is the location of Selby District?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Selby_District geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"91": {
"Question": "What is the total area of Arkansas?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:Arkansas geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"92": {
"Question": "Where is Drogheda located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Drogheda geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"93": {
"Question": "Where is Pallini located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Pallini geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"94": {
"Question": "Where is Corfu located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Corfu geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"95": {
"Question": "What's the location of Cardiff?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Cardiff geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"96": {
"Question": "How many people live in Albany County, New York?",
"Query": "SELECT ?o WHERE { <http://yago-knowledge.org/resource/Albany_County,_New_York> y2geoo:POPULATION ?o } ",
"Category": "A"
},
"97": {
"Question": "What is the population of the Greek region of Epirus?",
"Query": "SELECT DISTINCT ?population WHERE { <http://yago-knowledge.org/resource/Epirus_(region)> y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"98": {
"Question": "What is the location of Marousi?",
"Query": "SELECT DISTINCT ?wkt WHERE { yago:geoentity_Dimos_Marousi_8133770 geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"99": {
"Question": "Where is the park of Sherwood located?",
"Query": "SELECT DISTINCT ?wkt WHERE { yago:geoentity_Sherwood_Park_5781312 geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"100": {
"Question": "Where is Texas located?",
"Query": "SELECT ?WKT WHERE { yago:Texas geo:hasGeometry ?o . ?o geo:asWKT ?WKT } ",
"Category": "A"
},
"101": {
"Question": "What is the size of Greece?",
"Query": "SELECT (strdf:area(?WKT) AS ?area) WHERE { yago:Greece geo:hasGeometry ?o . ?o geo:asWKT ?WKT } ",
"Category": "A"
},
"102": {
"Question": "Where is Alaska situated?",
"Query": "SELECT ?geoWKT WHERE { yago:Alaska geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"103": {
"Question": "Where is Swansea located?",
"Query": "SELECT ?geoWKT WHERE { yago:Swansea geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"104": {
"Question": "How large is Newport?",
"Query": "SELECT (strdf:area(?geoWKT) AS ?area) WHERE { yago:geoentity_Newport_3333246 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"105": {
"Question": "Where is Bristol located?",
"Query": "SELECT ?geoWKT WHERE { yago:Bristol geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"106": {
"Question": "Where is Lake Trichonida located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Lake_Trichonida geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"107": {
"Question": "How large is Trichonida?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?area) WHERE { yago:Lake_Trichonida geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"108": {
"Question": "How many inhabitants does Piraeus have?",
"Query": "SELECT ?population WHERE { yago:Piraeus y2geoo:hasGAG_Population ?population } ",
"Category": "A"
},
"109": {
"Question": "What is the total surface area of the Andover Ponds?",
"Query": "SELECT (strdf:area(?WKT) AS ?totalArea) WHERE { yago:geoentity_Andover_Ponds_5095197 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT } ",
"Category": "A"
},
"110": {
"Question": "Where is Ullswater on a map?",
"Query": "SELECT ?WKT WHERE { yago:Ullswater geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT } ",
"Category": "A"
},
"111": {
"Question": "Where is Rafina located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Rafina-Pikermi geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"112": {
"Question": "Where is the village of Muckross located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Muckross_Village_9884064 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"113": {
"Question": "What is the population of Wells County, North Dakota?",
"Query": "SELECT (xsd:double(?population) AS ?pop) WHERE { <http://yago-knowledge.org/resource/Wells_County,_North_Dakota> y2geoo:POPULATION ?population } ",
"Category": "A"
},
"114": {
"Question": "What is the size of Wells County, North Dakota?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?area) WHERE { <http://yago-knowledge.org/resource/Wells_County,_North_Dakota> geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"115": {
"Question": "Where is Southampton situated?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Southampton geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"116": {
"Question": "Where is Alaska located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Alaska geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"117": {
"Question": "Where is Kalamata located?",
"Query": "SELECT ?geoWKT WHERE { yago:geoentity_Dimos_Kalamata_8133971 geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT } ",
"Category": "A"
},
"118": {
"Question": "Where is the location of the County Cavan?",
"Query": "SELECT ?geoWKT WHERE { yago:County_Cavan geo:hasGeometry ?geom . ?geom geo:asWKT ?geoWKT } ",
"Category": "A"
},
"119": {
"Question": "What is the national level of Essex?",
"Query": "SELECT DISTINCT ?nl WHERE { yago:Essex y2geoo:hasGADM_NationalLevel ?nl } ",
"Category": "A"
},
"120": {
"Question": "What is the population of Serifos?",
"Query": "SELECT ?pop WHERE { yago:Serifos y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"121": {
"Question": "Where is Kifisia located?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_Dimos_Kifisia_8133694 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"122": {
"Question": "Where is Chicago located?",
"Query": "SELECT ?wkt WHERE { yago:geoentity_City_of_Chicago_4887539 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"123": {
"Question": "What's the location of Birmingham?",
"Query": "SELECT ?wkt WHERE { yago:Birmingham geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?wkt } ",
"Category": "A"
},
"124": {
"Question": "Where is Nottinghamshire located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Nottinghamshire geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"125": {
"Question": "What is the total area of city of Dundee?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:geoentity_Dundee_City_3333225 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"126": {
"Question": "Where is Luton located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Luton geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"127": {
"Question": "Where is Broxtowe located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Broxtowe geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"128": {
"Question": "Where is Distomo-Arachova-Antikyra located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Distomo-Arachova-Antikyra geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"129": {
"Question": "Where is municipality of Nafplio located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:geoentity_Dimos_Nafplio_8133806 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"130": {
"Question": "Where is Pylos located?",
"Query": "SELECT DISTINCT ?geoWKT WHERE { yago:Pylos-Nestor geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"131": {
"Question": "What is the population of Pylos?",
"Query": "SELECT ?o WHERE { yago:Pylos-Nestor y2geoo:hasGAG_Population ?o } ",
"Category": "A"
},
"132": {
"Question": "What is the aggregate surface area of Liverpool?",
"Query": "SELECT DISTINCT (strdf:area(?geoWKT) AS ?totalArea) WHERE { yago:Liverpool geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT } ",
"Category": "A"
},
"133": {
"Question": "What is the total land area within Manchester's boundaries?",
"Query": "SELECT DISTINCT (strdf:area(?xWKT) AS ?totalArea) WHERE { yago:Manchester geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT } ",
"Category": "A"
},
"134": {
"Question": "What is the number of inhabitants residing in Amarynthos?",
"Query": "SELECT ?pop WHERE { yago:Amarynthos y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"135": {
"Question": "What is the geographical position of Petroupoli?",
"Query": "SELECT DISTINCT ?dimos_geoWKT WHERE { yago:Petroupoli geo:hasGeometry ?dimos_geo . ?dimos_geo geo:asWKT ?dimos_geoWKT } ",
"Category": "A"
},
"136": {
"Question": "How many residents does Western Macedonia have?",
"Query": "SELECT ?pop WHERE { yago:geoentity_Western_Macedonia_6697811 y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"137": {
"Question": "What is the size of Oklahoma?",
"Query": "SELECT (strdf:area(?wkt) AS ?oarea) WHERE { yago:Oklahoma geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"138": {
"Question": "Is Londonderry in Wales?",
"Query": "ASK WHERE { y2geor:osnientity_Londonderry_1414 geo:hasGeometry ?lGeo . ?lGeo geo:asWKT ?lWKT . yago:Wales geo:hasGeometry ?wGeo . ?wGeo geo:asWKT ?wWKT FILTER geof:sfWithin(?lWKT, ?wWKT) } ",
"Category": "A"
},
"139": {
"Question": "What is the area of George Washington Park?",
"Query": "SELECT (strdf:area(?wkt) AS ?area) WHERE { yago:geoentity_George_Washington_Park_4257912 geo:hasGeometry ?geo . ?geo geo:asWKT ?wkt } ",
"Category": "A"
},
"140": {
"Question": "How many people live in Missouri?",
"Query": "SELECT (SUM(xsd:double(?pop)) AS ?population) WHERE { yago:Missouri geo:hasGeometry ?aGeo . ?aGeo geo:asWKT ?aWKT . ?county y2geoo:hasGADM_Description \"County\" ; geo:hasGeometry ?cGeom . ?cGeom geo:asWKT ?cWKT FILTER geof:sfWithin(?cWKT, ?aWKT) ?county y2geoo:POPULATION ?pop } ",
"Category": "A"
},
"141": {
"Question": "What is the population of Alabama?",
"Query": "SELECT (SUM(xsd:double(?pop)) AS ?population) WHERE { yago:Alabama geo:hasGeometry ?aGeo . ?aGeo geo:asWKT ?aWKT . ?county y2geoo:hasGADM_Description \"County\" ; geo:hasGeometry ?cGeom . ?cGeom geo:asWKT ?cWKT FILTER geof:sfWithin(?cWKT, ?aWKT) ?county y2geoo:POPULATION ?pop } ",
"Category": "A"
},
"142": {
"Question": "What is the population density of the municipality of Thessaloniki?",
"Query": "SELECT (( xsd:float(?pop) / xsd:float(?area) ) AS ?result) WHERE { yago:geoentity_Dimos_Thessaloniki_8133841 geo:hasGeometry ?g . ?g geo:asWKT ?wkt BIND(strdf:area(?wkt) AS ?area) yago:geoentity_Dimos_Thessaloniki_8133841 y2geoo:hasGAG_Population ?pop } ",
"Category": "A"
},
"143": {
"Question": "How much of the UK is woodland?",
"Query": "SELECT (( SUM(strdf:area(?fWKT)) / ?ukArea ) AS ?woodland) WHERE { yago:United_Kingdom geo:hasGeometry ?ukGeo . ?ukGeo geo:asWKT ?ukWKT BIND(strdf:area(?ukWKT) AS ?ukArea) ?forest rdf:type y2geoo:OSM_forest ; geo:hasGeometry ?fGeo . ?fGeo geo:asWKT ?fWKT FILTER geof:sfWithin(?fWKT, ?ukWKT) } GROUP BY ?forest ?ukArea ",
"Category": "G"
},
"144": {
"Question": "Is Crete south of Thessaly?",
"Query": "ASK WHERE { yago:Crete geo:hasGeometry ?geo1 . yago:Thessaly geo:hasGeometry ?geo2 . ?geo1 geo:asWKT ?geoWKT1 . ?geo2 geo:asWKT ?geoWKT2 FILTER strdf:below(?geoWKT1, ?geoWKT2) } ",
"Category": "B"
},
"145": {
"Question": "Is Worcestershire west of Oxfordshire?",
"Query": "ASK WHERE { yago:Worcestershire geo:hasGeometry ?geo1 . yago:Oxfordshire geo:hasGeometry ?geo2 . ?geo1 geo:asWKT ?geoWKT1 . ?geo2 geo:asWKT ?geoWKT2 FILTER strdf:left(?geoWKT1, ?geoWKT2) } ",
"Category": "B"
},
"146": {
"Question": "Is county Cavan east of county Mayo?",
"Query": "ASK WHERE { yago:County_Cavan geo:hasGeometry ?geo1 . yago:County_Mayo geo:hasGeometry ?geo2 . ?geo1 geo:asWKT ?geoWKT1 . ?geo2 geo:asWKT ?geoWKT2 FILTER strdf:right(?geoWKT1, ?geoWKT2) } ",
"Category": "B"
},
"147": {
"Question": "Is Kythira within Attica?",
"Query": "ASK WHERE { yago:geoentity_Kythira_8133702 geo:hasGeometry ?o . ?o geo:asWKT ?WKT . <http://yago-knowledge.org/resource/Attica_(region)> geo:hasGeometry ?o1 . ?o1 geo:asWKT ?WKT1 FILTER geof:sfWithin(?WKT, ?WKT1) } ",
"Category": "B"
},
"148": {
"Question": "Is Bedford east of Essex?",
"Query": "ASK WHERE { yago:Bedford geo:hasGeometry ?o . ?o geo:asWKT ?WKT . yago:Essex geo:hasGeometry ?o1 . ?o1 geo:asWKT ?WKT1 FILTER strdf:right(?WKT, ?WKT1) } ",
"Category": "B"
},
"149": {
"Question": "Is County Mayo bordering County Sligo?",
"Query": "ASK WHERE { yago:County_Mayo geo:hasGeometry ?o . ?o geo:asWKT ?WKT . yago:County_Sligo geo:hasGeometry ?o1 . ?o1 geo:asWKT ?WKT1 FILTER geof:sfTouches(?WKT, ?WKT1) } ",
"Category": "B"
},
"150": {
"Question": "Is Dublin north of Kilkenny?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Kilkenny geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:above(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"151": {
"Question": "Is Samos east of Mykonos?",
"Query": "ASK WHERE { yago:Samos geo:hasGeometry ?geo1 . ?geo1 geo:asWKT ?wkt1 . yago:Mykonos geo:hasGeometry ?geo2 . ?geo2 geo:asWKT ?wkt2 FILTER strdf:right(?wkt1, ?wkt2) } ",
"Category": "B"
},
"152": {
"Question": "Is the municipality of Thessaloniki located to the north of the municipality of Trikala?",
"Query": "ASK WHERE { yago:geoentity_Dimos_Thessaloniki_8133841 geo:hasGeometry ?thesgeo . ?thesgeo geo:asWKT ?thesWKT . yago:geoentity_Dimos_Trikala_8133844 geo:hasGeometry ?trikgeo . ?trikgeo geo:asWKT ?trikWKT FILTER strdf:above(?thesWKT, ?trikWKT) } ",
"Category": "B"
},
"153": {
"Question": "Is Oxfordshire more than 100km away from Kent?",
"Query": "ASK WHERE { yago:Oxfordshire geo:hasGeometry ?geo . ?geo geo:asWKT ?oxfWKT . yago:Kent geo:hasGeometry ?geo2 . ?geo2 geo:asWKT ?kentWKT FILTER ( geof:distance(?oxfWKT, ?kentWKT, uom:metre) > 100000 ) } ",
"Category": "B"
},
"154": {
"Question": "Is Lough Leane in County Kerry ?",
"Query": "ASK WHERE { yago:County_Kerry geo:hasGeometry ?kgeo . ?kgeo geo:asWKT ?kWKT . yago:Lough_Leane geo:hasGeometry ?lgeo . ?lgeo geo:asWKT ?lWKT FILTER geof:sfWithin(?lWKT, ?kWKT) } ",
"Category": "B"
},
"155": {
"Question": "Is Peristeri west of Zografou?",
"Query": "ASK WHERE { yago:Peristeri geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT1 . yago:Zografou geo:hasGeometry ?rep2 . ?rep2 geo:asWKT ?WKT2 FILTER strdf:left(?WKT1, ?WKT2) } ",
"Category": "B"
},
"156": {
"Question": "Do Cambridge and Oxford intersect?",
"Query": "ASK WHERE { yago:geoentity_Cambridge_District_7290660 geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT1 . yago:Oxford geo:hasGeometry ?rep2 . ?rep2 geo:asWKT ?WKT2 FILTER geof:sfIntersects(?WKT1, ?WKT2) } ",
"Category": "B"
},
"157": {
"Question": "Does County Galway contain Claregalway?",
"Query": "ASK WHERE { yago:County_Galway geo:hasGeometry ?rep1 . ?rep1 geo:asWKT ?WKT1 . yago:Claregalway geo:hasGeometry ?rep2 . ?rep2 geo:asWKT ?WKT2 FILTER geof:sfContains(?WKT1, ?WKT2) } ",
"Category": "B"
},
"158": {
"Question": "Is Samos west of Rhodes?",
"Query": "ASK WHERE { yago:Samos geo:hasGeometry ?samos_geo . ?samos_geo geo:asWKT ?samosWKT . yago:Rhodes geo:hasGeometry ?rodos_geo . ?rodos_geo geo:asWKT ?rodosWKT FILTER strdf:left(?samosWKT, ?rodosWKT) } ",
"Category": "B"
},
"159": {
"Question": "Is Cardiff adjacent to Birmingham?",
"Query": "ASK WHERE { yago:Cardiff geo:hasGeometry ?cardiff_geo . ?cardiff_geo geo:asWKT ?cardiff_geoWKT . yago:Birmingham geo:hasGeometry ?birmingham_geo . ?birmingham_geo geo:asWKT ?birmingham_geoWKT FILTER geof:sfIntersects(?cardiff_geoWKT, ?birmingham_geoWKT) } ",
"Category": "B"
},
"160": {
"Question": "Is Mullingar within 70 km of Dublin?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?dublin_geo . ?dublin_geo geo:asWKT ?dublin_geoWKT . yago:Mullingar geo:hasGeometry ?mullingar_geo . ?mullingar_geo geo:asWKT ?mullingar_geoWKT FILTER ( geof:distance(?dublin_geoWKT, ?mullingar_geoWKT, uom:metre) <= 70000 ) } ",
"Category": "B"
},
"161": {
"Question": "Is Denbighshire located in Wales?",
"Query": "ASK WHERE { yago:Denbighshire geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Wales geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER geof:sfWithin(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"162": {
"Question": "Is Dublin at most 210km from Galway County?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:County_Galway geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER ( geof:distance(?geoWKT, ?geoWKT1, uom:metre) <= 210000 ) } ",
"Category": "B"
},
"163": {
"Question": "Is Kallithea located on the border of Nea Smyrni?",
"Query": "ASK WHERE { yago:Kallithea geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Nea_Smyrni geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER geof:sfTouches(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"164": {
"Question": "Is the city of Cork located to the south of the city of Galway?",
"Query": "ASK WHERE { yago:geoentity_Cork_City_7778678 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:geoentity_Galway_City_7778676 geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:below(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"165": {
"Question": "Is Southampton located south of Oxford?",
"Query": "ASK WHERE { yago:Southampton geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Oxford geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:below(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"166": {
"Question": "Is Agia Paraskevi west of Chalandri?",
"Query": "ASK WHERE { yago:Agia_Paraskevi geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 . yago:Chalandri geo:hasGeometry ?o2 . ?o2 geo:asWKT ?geoWKT2 FILTER strdf:left(?geoWKT1, ?geoWKT2) } ",
"Category": "B"
},
"167": {
"Question": "Is Delta a municipality within the Thessaloniki regional unit?",
"Query": "ASK WHERE { y2geor:gagentity_202 geo:hasGeometry ?gx . ?gx geo:asWKT ?xWKT . <http://yago-knowledge.org/resource/Delta,_Thessaloniki> geo:hasGeometry ?gy . ?gy geo:asWKT ?yWKT FILTER geof:sfWithin(?yWKT, ?xWKT) } ",
"Category": "B"
},
"168": {
"Question": "Does Essex border Hertfordshire ?",
"Query": "ASK WHERE { yago:Essex geo:hasGeometry ?g . ?g geo:asWKT ?gWKT . yago:Hertfordshire geo:hasGeometry ?g1 . ?g1 geo:asWKT ?g1WKT FILTER geof:sfTouches(?gWKT, ?g1WKT) } ",
"Category": "B"
},
"169": {
"Question": "Is County Donegal north of County Wexford?",
"Query": "ASK WHERE { yago:County_Donegal geo:hasGeometry ?gx . ?gx geo:asWKT ?xWKT . yago:County_Wexford geo:hasGeometry ?gy . ?gy geo:asWKT ?yWKT FILTER strdf:above(?xWKT, ?yWKT) } ",
"Category": "B"
},
"170": {
"Question": "Is Elafonisos west of Galatsi?",
"Query": "ASK WHERE { yago:Elafonisos geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Galatsi geo:hasGeometry ?o1 ; rdf:type ?type . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:left(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"171": {
"Question": "Is Oxford at most 3km from Cambridge?",
"Query": "ASK WHERE { yago:Oxford geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:geoentity_Cambridge_District_7290660 geo:hasGeometry ?o1 ; rdf:type ?type . ?o1 geo:asWKT ?geoWKT1 FILTER ( geof:distance(?geoWKT, ?geoWKT1, uom:metre) <= 3000 ) } ",
"Category": "B"
},
"172": {
"Question": "Is Dublin bordering with Clane?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Clane geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER geof:sfTouches(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"173": {
"Question": "Is Rhodes west of Patmos?",
"Query": "ASK WHERE { yago:Rhodes geo:hasGeometry ?geo1 . ?geo1 geo:asWKT ?wkt1 . yago:Patmos geo:hasGeometry ?geo2 . ?geo2 geo:asWKT ?wkt2 FILTER strdf:left(?wkt1, ?wkt2) } ",
"Category": "B"
},
"174": {
"Question": "Is Doolin south of Dublin?",
"Query": "ASK WHERE { yago:Doolin geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Dublin geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:below(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"175": {
"Question": "Is Liverpool east of Adare?",
"Query": "ASK WHERE { yago:Liverpool geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Adare geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:right(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"176": {
"Question": "Is Sfakia in Scotland?",
"Query": "ASK WHERE { yago:Sfakia geo:hasGeometry ?o . ?o geo:asWKT ?pWKT . yago:Scotland geo:hasGeometry ?o1 . ?o1 geo:asWKT ?sWKT FILTER geof:sfWithin(?pWKT, ?sWKT) } ",
"Category": "B"
},
"177": {
"Question": "Is Belfast close to Edinburgh?",
"Query": "ASK WHERE { yago:geoentity_City_of_Belfast_3333223 geo:hasGeometry ?o . ?o geo:asWKT ?bWKT . yago:Edinburgh geo:hasGeometry ?o1 . ?o1 geo:asWKT ?eWKT FILTER ( geof:distance(?bWKT, ?eWKT, uom:metre) < 5000 ) } ",
"Category": "B"
},
"178": {
"Question": "Is Sfakia located north of Peristeri?",
"Query": "ASK WHERE { yago:Sfakia geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT . yago:Peristeri geo:hasGeometry ?g2 . ?g2 geo:asWKT ?geoWKT2 FILTER strdf:above(?geoWKT, ?geoWKT2) } ",
"Category": "B"
},
"179": {
"Question": "Is Essex north of Kent?",
"Query": "ASK WHERE { yago:Essex geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT . yago:Kent geo:hasGeometry ?g2 . ?g2 geo:asWKT ?geoWKT2 FILTER strdf:above(?geoWKT, ?geoWKT2) } ",
"Category": "B"
},
"180": {
"Question": "Is Ballymoe located in County Longford?",
"Query": "ASK WHERE { yago:Ballymoe geo:hasGeometry ?g . ?g geo:asWKT ?geoWKT . yago:County_Longford geo:hasGeometry ?g2 . ?g2 geo:asWKT ?geoWKT2 FILTER geof:sfWithin(?geoWKT, ?geoWKT2) } ",
"Category": "B"
},
"181": {
"Question": "Is Ierapetra south of Athens?",
"Query": "ASK WHERE { yago:Ierapetra geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT . yago:geoentity_Dimos_Athens_8133876 geo:hasGeometry ?ygeo . ?ygeo geo:asWKT ?yWKT FILTER strdf:below(?xWKT, ?yWKT) } ",
"Category": "B"
},
"182": {
"Question": "Is Scotland north of London?",
"Query": "ASK WHERE { yago:Scotland geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT . yago:geoentity_City_of_London_2643744 geo:hasGeometry ?ygeo . ?ygeo geo:asWKT ?yWKT FILTER strdf:above(?yWKT, ?xWKT) } ",
"Category": "B"
},
"183": {
"Question": "Is Dublin west of London?",
"Query": "ASK WHERE { y2geor:gadmentity_Dublin_IRL.6_1 geo:hasGeometry ?xgeo . ?xgeo geo:asWKT ?xWKT . yago:geoentity_City_of_London_2643744 geo:hasGeometry ?ygeo . ?ygeo geo:asWKT ?yWKT FILTER strdf:left(?xWKT, ?yWKT) } ",
"Category": "B"
},
"184": {
"Question": "Does Bristol belong to Wales?",
"Query": "ASK WHERE { yago:Wales geo:hasGeometry ?WalesGeo . ?WalesGeo geo:asWKT ?WalesPolygon . yago:Bristol geo:hasGeometry ?BristolGeo . ?BristolGeo geo:asWKT ?BristolPolygon FILTER geof:sfWithin(?BristolGeo, ?WalesGeo) } ",
"Category": "B"
},
"185": {
"Question": "Does Thessaly border Western Macedonia?",
"Query": "ASK WHERE { yago:geoentity_Western_Macedonia_6697811 geo:hasGeometry ?WestMakGeo . ?WestMakGeo geo:asWKT ?WestMakPolygon . yago:Thessaly geo:hasGeometry ?ThessGeo . ?ThessGeo geo:asWKT ?ThessPolygon FILTER geof:sfTouches(?WestMakPolygon, ?ThessPolygon) } ",
"Category": "B"
},
"186": {
"Question": "Is the distance between Dublin and Arklow greater than 10km?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?DublnGeo . ?DublnGeo geo:asWKT ?DublnPolygon . yago:Arklow geo:hasGeometry ?Geo . ?Geo geo:asWKT ?Polygon FILTER ( geof:distance(?DublnPolygon, ?Polygon, uom:metre) > 10000 ) } ",
"Category": "B"
},
"187": {
"Question": "Does Kallithea share a border with Nea Smyrni?",
"Query": "ASK WHERE { yago:Kallithea geo:hasGeometry ?ko . ?ko geo:asWKT ?kWKT . yago:Nea_Smyrni geo:hasGeometry ?no . ?ko geo:asWKT ?nWKT FILTER geof:sfTouches(?kWKT, ?nWKT) } ",
"Category": "B"
},
"188": {
"Question": "Is Norwich at least 100 kilometers away from London?",
"Query": "ASK WHERE { yago:geoentity_Norwich_District_7290598 geo:hasGeometry ?norwichGeometry . ?norwichGeometry geo:asWKT ?wktNorwich . yago:Greater_London geo:hasGeometry ?londonGeometry . ?londonGeometry geo:asWKT ?wktLondon FILTER ( geof:distance(?wktNorwich, ?wktLondon, uom:metre) >= 100000 ) } ",
"Category": "B"
},
"189": {
"Question": "Is Norilsk north of Dublin?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?dublinGeometry . ?dublinGeometry geo:asWKT ?wktDublin . yago:Norilsk geo:hasGeometry ?norilskGeometry . ?norilskGeometry geo:asWKT ?wktNorilsk FILTER strdf:above(?wktNorilsk, ?wktDublin) } ",
"Category": "B"
},
"190": {
"Question": "Does the municipality of Athens border Kallithea?",
"Query": "ASK WHERE { yago:geoentity_Dimos_Athens_8133876 geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Kallithea geo:hasGeometry ?o1 ; rdf:type ?type . ?o1 geo:asWKT ?geoWKT1 FILTER geof:sfTouches(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"191": {
"Question": "Is Manchester part of the Northwestern European region?",
"Query": "ASK WHERE { yago:Manchester geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . y2geor:osentity_North_West_Euro_Region_41431 geo:hasGeometry ?o1 ; rdf:type ?type . ?o1 geo:asWKT ?geoWKT1 FILTER geof:sfWithin(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"192": {
"Question": "Is Belfast south of Dublin?",
"Query": "ASK WHERE { yago:Belfast geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Dublin geo:hasGeometry ?o1 ; rdf:type ?type . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:below(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"193": {
"Question": "Is Lake Yliki north of the municipality of Athens",
"Query": "ASK WHERE { yago:Lake_Yliki geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT . yago:geoentity_Dimos_Athens_8133876 geo:hasGeometry ?yGeom . ?yGeom geo:asWKT ?yWKT FILTER strdf:above(?xWKT, ?yWKT) } ",
"Category": "B"
},
"194": {
"Question": "Is Limerick close to Waterford?",
"Query": "ASK WHERE { y2geor:gadmentity_Limerick_IRL.13_1 geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT . y2geor:gadmentity_Waterford_IRL.23_1 geo:hasGeometry ?yGeom . ?yGeom geo:asWKT ?yWKT FILTER ( geof:distance(?xWKT, ?yWKT, uom:metre) < 5000 ) } ",
"Category": "B"
},
"195": {
"Question": "Does Rochdale border Manchester?",
"Query": "ASK WHERE { yago:Metropolitan_Borough_of_Rochdale geo:hasGeometry ?xGeom . ?xGeom geo:asWKT ?xWKT . yago:Manchester geo:hasGeometry ?yGeom . ?yGeom geo:asWKT ?yWKT FILTER geof:sfTouches(?xWKT, ?yWKT) } ",
"Category": "B"
},
"196": {
"Question": "Is Nafpaktia west of Athens?",
"Query": "ASK WHERE { yago:Nafpaktia geo:hasGeometry ?geomNaf . ?geomNaf geo:asWKT ?wktNaf . yago:geoentity_Dimos_Athens_8133876 geo:hasGeometry ?geomAth . ?geomAth geo:asWKT ?wktAth FILTER strdf:left(?wktNaf, ?wktAth) } ",
"Category": "B"
},
"197": {
"Question": "Is Liverpool south of Wales?",
"Query": "ASK WHERE { yago:Liverpool geo:hasGeometry ?geomLiv . ?geomLiv geo:asWKT ?wktLiv . yago:Wales geo:hasGeometry ?geomWal . ?geomWal geo:asWKT ?wktWal FILTER strdf:below(?wktLiv, ?wktWal) } ",
"Category": "B"
},
"198": {
"Question": "Is Scotland north of Dublin?",
"Query": "ASK WHERE { yago:Dublin geo:hasGeometry ?geomDub . ?geomDub geo:asWKT ?wktDub . yago:Scotland geo:hasGeometry ?geomSco . ?geomSco geo:asWKT ?wktSco FILTER strdf:above(?wktSco, ?wktDub) } ",
"Category": "B"
},
"199": {
"Question": "Is Thessaly south of Attica?",
"Query": "ASK WHERE { yago:Thessaly geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . <http://yago-knowledge.org/resource/Attica_(region)> geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER strdf:below(?geoWKT, ?geoWKT1) } ",
"Category": "B"
},
"200": {
"Question": "Is Plymouth near Cardiff?",
"Query": "ASK WHERE { yago:Plymouth geo:hasGeometry ?o . ?o geo:asWKT ?geoWKT . yago:Cardiff geo:hasGeometry ?o1 . ?o1 geo:asWKT ?geoWKT1 FILTER ( geof:distance(?geoWKT, ?geoWKT1, uom:metre) < 5000 ) } ",
"Category": "B"