-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathLC-QuAD_v6_other.csv
We can't make this file beautiful and searchable because it's too large.
2934 lines (2934 loc) · 759 KB
/
LC-QuAD_v6_other.csv
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
;;;Count the awards given to the recepients of <A>.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:award <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:award ?a . ?x dbp:awards ?uri };acbd41cd7e11412e8af8c45b2f8d29c6
;;;Count the awards received by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:fields <A> . ?x dbo:award ?uri . ?uri a dbo:Award };select distinct ?a where { ?x dbp:fields ?a . ?x dbo:award ?uri . ?uri a dbo:Award };68b2123a04bb4f809d1d4e74e6c6d5a0
;;;Count the awards received by the ones who fought the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:battle <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:battle ?a . ?x dbo:award ?uri };11b1b9c7215d497589a3b1657936580f
http://dbpedia.org/ontology/Award;;;How many awards have <A> awardwinners got?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:awards <A> . ?x dbo:award ?uri . ?uri a dbo:Award };select distinct ?a where { ?x dbp:awards ?a . ?x dbo:award ?uri . ?uri a dbo:Award };4ed98081a2ca43378ff4dc849b61d133
http://dbpedia.org/ontology/Person;;;How many awards have <A> won?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:occupation <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:occupation ?a . ?x dbo:award ?uri };ccfb1eb8fbba41d2931dfb71598a8784
http://dbpedia.org/ontology/City;;;How many awards have been awarded to people who are buried in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:restingPlace <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:restingPlace ?a . ?x dbo:award ?uri };74ba4ac20ee641e9b1373420ec67138c
http://dbpedia.org/ontology/Person;;;How many awards have been given to <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:occupation <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbp:occupation ?a . ?x dbp:awards ?uri };a0c73428e66a4f2bb89939cc2149d2bf
;;;How many awards have been given to the founder of <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:founder ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbp:founder ?x . ?x dbo:award ?uri };5e0acf4fd80d47b995488704002ac947
;;;How many awards have been received by graduates of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:training <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:training ?a . ?x dbo:award ?uri };82a6252eb38448dba20dc6489bc2b39c
;;;How many awards have the <A> received?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:stateOfOrigin <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:stateOfOrigin ?a . ?x dbp:awards ?uri };b96656337c6747a381cea7ab41528178
;;;How many different people own the <A> award winners?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:awards <A> . ?x dbo:owner ?uri . ?uri a dbo:Person };select distinct ?a where { ?x dbp:awards ?a . ?x dbo:owner ?uri . ?uri a dbo:Person };8052e68b93484281a78f6b9bbf08ce39
;;;How many have been awarded by the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:awards <A> };select distinct ?a where { ?uri dbp:awards ?a };538b8fc2d6e54c939c970590874a350e
http://dbpedia.org/ontology/Award;;;How many other awards have been given to people who have won the <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbo:award <A> . ?x dbp:awards ?uri . ?uri a dbo:Award };select distinct ?a where { ?x dbo:award ?a . ?x dbp:awards ?uri . ?uri a dbo:Award };da55afc0da0e4b36af66810a1bec956d
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;List the award which have been won by both <B> and <A> ?;SELECT DISTINCT ?uri where { <B> dbo:award ?uri . <A> dbo:award ?uri };select distinct ?a, ?b where { ?b dbo:award ?uri . ?a dbo:award ?uri };78722f141f874d3caafa82adf3d45089
;;;List the awards given to the important people of <A>?;SELECT DISTINCT ?uri where { <A> dbo:keyPerson ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbo:keyPerson ?x . ?x dbo:award ?uri };ea43482e56b84335b891f1be6326132e
;;;List the awards given to the key people in <A> ?;SELECT DISTINCT ?uri where { <A> dbp:keyPeople ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbp:keyPeople ?x . ?x dbo:award ?uri };1ecda4810a44415cb8a4d88b3cc10c44
http://dbpedia.org/ontology/ArchitecturalStructure;;;List the awards won by the fashion designer which have been recognized by <A> ?;SELECT DISTINCT ?uri where { ?x dbo:award <A> . ?x dbo:award ?uri . ?x a dbo:FashionDesigner };select distinct ?a where { ?x dbo:award ?a . ?x dbo:award ?uri . ?x a dbo:FashionDesigner };569c03444cd642899588bdbe6cf9351c
http://dbpedia.org/ontology/Person;;;List the awards won by the spouse of <A>?;SELECT DISTINCT ?uri where { <A> dbo:partner ?x . ?x dbp:awards ?uri };select distinct ?a where { ?a dbo:partner ?x . ?x dbp:awards ?uri };47a8730100bb43ab9b5565b15e073f44
http://dbpedia.org/ontology/Country;;;Name the award given in <A> and presented by <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:presenter <B> . ?uri dbo:country <A> . ?uri a dbo:Award };select distinct ?a, ?b where { ?uri dbo:presenter ?b . ?uri dbo:country ?a . ?uri a dbo:Award };f7268d056d044b5a83b553245a5e37fc
http://dbpedia.org/ontology/Person;;;Name the awards won by <A> ?;SELECT DISTINCT ?uri where { <A> dbp:awards ?uri };select distinct ?a where { ?a dbp:awards ?uri };1c52f65be95947dab2143ce16d756039
;;;What are some awards given to the <A>?;SELECT DISTINCT ?uri where { ?x dbo:stateOfOrigin <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:stateOfOrigin ?a . ?x dbp:awards ?uri };ab1274d78df1402ca6ccf7ba5642f936
http://dbpedia.org/ontology/Person;;;What are the awards won by the parent of <A>?;SELECT DISTINCT ?uri where { <A> dbo:parent ?x . ?x dbp:awards ?uri };select distinct ?a where { ?a dbo:parent ?x . ?x dbp:awards ?uri };84bc7466ff1a47cf86ed7bc090ba96b3
;;;What are the awards won by the person who wrote the screen <A> ?;SELECT DISTINCT ?uri where { <A> dbp:screenplay ?x . ?x dbp:awards ?uri };select distinct ?a where { ?a dbp:screenplay ?x . ?x dbp:awards ?uri };fdd2ce7fef37417499ab18df58b1e86a
http://dbpedia.org/ontology/Person;;;What are the awards won by the spouse of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:partner ?x . ?x dbp:awards ?uri };select distinct ?a where { ?a dbo:partner ?x . ?x dbp:awards ?uri };216d2d9373974e00a989034dbc7b8fd4
;;;What are the prizes awarded to the main members of <A>?;SELECT DISTINCT ?uri where { <A> dbo:keyPerson ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbo:keyPerson ?x . ?x dbo:award ?uri };799124b8d9d1448e8410fcc70d945f3a
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What award has been awarded to both <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbo:award ?uri . <A> dbp:awards ?uri };select distinct ?a, ?b where { ?b dbo:award ?uri . ?a dbp:awards ?uri };9713dcb7417545e492296544a6ea728d
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What award has been given to <A> as well as <B>?;SELECT DISTINCT ?uri where { <A> dbo:award ?uri . <B> dbo:award ?uri };select distinct ?a, ?b where { ?a dbo:award ?uri . ?b dbo:award ?uri };705980cbb32844d780617bc238043841
;;;What awards did the founder of <A> win?;SELECT DISTINCT ?uri where { <A> dbp:founder ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbp:founder ?x . ?x dbo:award ?uri };c77dbf978c4e46a490287a6c82caa7f3
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What awards have been awarded both to <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbp:awards ?uri . <A> dbo:award ?uri };select distinct ?a, ?b where { ?b dbp:awards ?uri . ?a dbo:award ?uri };4df17f35aff7484b8f81fb0f1fafd50f
http://dbpedia.org/ontology/Person;;;What awards have been given to <A>?;SELECT DISTINCT ?uri where { ?x dbp:occupation <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbp:occupation ?a . ?x dbp:awards ?uri };1f0727912ac34c55b9900d1943f9a7af
http://dbpedia.org/ontology/Person;;;what awards have been given to <A>?;SELECT DISTINCT ?uri where { <A> dbo:award ?uri };select distinct ?a where { ?a dbo:award ?uri };d0da6ce614904c6f90c0c441e04f16b5
http://dbpedia.org/ontology/Country;;;What awards have been given to citizens of the <A>?;SELECT DISTINCT ?uri where { ?x dbo:citizenship <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:citizenship ?a . ?x dbo:award ?uri };63ed80a6c6304f309c4370cd47649349
;;;What awards have been given to people schooled in the <A>;SELECT DISTINCT ?uri where { ?x dbp:education <A> . ?x dbp:awards ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbp:education ?a . ?x dbp:awards ?uri . ?x a dbo:Person };832739b6967a4676b06c86e5b1426922
http://dbpedia.org/ontology/Person;;;What awards have been given to some <A>?;SELECT DISTINCT ?uri where { ?x dbo:occupation <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:occupation ?a . ?x dbo:award ?uri };9d4bc4521629455eae2f5b6be2f76dc2
;;;What awards have been given to the dude who made <A>?;SELECT DISTINCT ?uri where { ?x dbp:notableworks <A> . ?x dbo:award ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbp:notableworks ?a . ?x dbo:award ?uri . ?x a dbo:Person };37f1ac3a34a64c90ab93ffe69af727ca
;http://dbpedia.org/ontology/Person;;What awards have been once awarded to <B>, and have employed the service of <A>?;SELECT DISTINCT ?uri where { <B> dbp:awards ?uri . <A> dbo:service ?uri };select distinct ?a, ?b where { ?b dbp:awards ?uri . ?a dbo:service ?uri };b60924d7dde34c5d914cafff9edd9023
;;;What awards have the alumni of <A> achieved?;SELECT DISTINCT ?uri where { ?x dbo:training <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:training ?a . ?x dbo:award ?uri };70c8d9f0e7c64d31b9e09f06e888d0ed
;;;What awards have the narrator of the <A> won?;SELECT DISTINCT ?uri where { <A> dbo:narrator ?x . ?x dbp:awards ?uri };select distinct ?a where { ?a dbo:narrator ?x . ?x dbp:awards ?uri };d7b3b5d412234a01aa50b7d8d3365a20
http://dbpedia.org/ontology/ComicsCreator;http://dbpedia.org/ontology/Person;;What is that something which made <B> famous, and <A> received as an award?;SELECT DISTINCT ?uri where { <A> dbo:award ?uri . <B> dbp:knownFor ?uri };select distinct ?a, ?b where { ?a dbo:award ?uri . ?b dbp:knownFor ?uri };8f2c9b53aca646c08bfe2eeee0544df4
;http://dbpedia.org/ontology/ArchitecturalStructure;;What is the award presented by <B> and <A>?;SELECT DISTINCT ?uri where { ?uri dbp:presenter <B> . ?uri dbp:presenter <A> . ?uri a dbo:Award };select distinct ?a, ?b where { ?uri dbp:presenter ?b . ?uri dbp:presenter ?a . ?uri a dbo:Award };c33e201bd83f4ba38d3aabb00cec0f07
;;;What is the award which is presented by <A>?;SELECT DISTINCT ?uri where { ?uri dbp:presenter <A> . ?uri a dbo:Award };select distinct ?a where { ?uri dbp:presenter ?a . ?uri a dbo:Award };b9e63a276a7b43c8925247e323ca92f5
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What is the common award won by <A> and <B>;SELECT DISTINCT ?uri where { <A> dbp:awards ?uri . <B> dbo:award ?uri };select distinct ?a, ?b where { ?a dbp:awards ?uri . ?b dbo:award ?uri };2e30a3d7ccb84d08a52974770eae393f
http://dbpedia.org/ontology/Person;;;What is the common award won by <A> and <B> ?;SELECT DISTINCT ?uri where { <A> dbp:awards ?uri . <B> dbo:service ?uri };select distinct ?a, ?b where { ?a dbp:awards ?uri . ?b dbo:service ?uri };0f95ea47819f4c68bd0ce67b5a955e3f
http://dbpedia.org/ontology/Person;;;What is the prize awarded to <A> ?;SELECT DISTINCT ?uri where { <A> dbo:award ?uri };select distinct ?a where { ?a dbo:award ?uri };7d0fb5e551594d689aef4adfbadcb48a
http://dbpedia.org/ontology/City;;;What is the total number of awards whose presenter's headquarters is <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:headquarters <A> . ?uri dbo:presenter ?x . ?uri a dbo:Award };select distinct ?a where { ?x dbp:headquarters ?a . ?uri dbo:presenter ?x . ?uri a dbo:Award };ca43be7031db43e1bea3ea6da5eb0e12
;;;What other awards have <A> winners received?;SELECT DISTINCT ?uri where { ?x dbo:award <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:award ?a . ?x dbp:awards ?uri };8e746dc2d0ca43a5bb2b3ed8dde3da88
http://dbpedia.org/ontology/Award;;;What other awards have been given to <A> Winners?;SELECT DISTINCT ?uri where { ?x dbo:award <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:award ?a . ?x dbp:awards ?uri };cb5a9c76131d451b8570f5c627d5ef66
http://dbpedia.org/ontology/Award;;;What other awards have been given to <A>?;SELECT DISTINCT ?uri where { ?x dbo:award <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:award ?a . ?x dbp:awards ?uri };df2c6434c7714725be5766e707866ba8
;;;What were the awards won by the founder of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:foundedBy ?x . ?x dbo:award ?uri };select distinct ?a where { ?a dbo:foundedBy ?x . ?x dbo:award ?uri };3ec897b53af44595bc48dcd851a91c4f
;;;Where are the <A> awardwinners buried?;SELECT DISTINCT ?uri where { ?x dbo:award <A> . ?x dbo:restingPlace ?uri };select distinct ?a where { ?x dbo:award ?a . ?x dbo:restingPlace ?uri };9814a502d6344b8684c3ef7c53257f8e
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which award is presented by <A>?;SELECT DISTINCT ?uri where { ?uri dbp:presenter <A> . ?uri a dbo:Award };select distinct ?a where { ?uri dbp:presenter ?a . ?uri a dbo:Award };eb60a056d11940db85207b6c2d7dba3e
http://dbpedia.org/ontology/Person;;;Which award that has been given to <A>, had used <B> for some service?;SELECT DISTINCT ?uri where { <B> dbo:service ?uri . <A> dbo:award ?uri };select distinct ?a, ?b where { ?b dbo:service ?uri . ?a dbo:award ?uri };d499386227fb4943ad773dfaf48271a3
;;;Which awards are presented by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:presenter <A> . ?uri a dbo:Award };select distinct ?a where { ?uri dbo:presenter ?a . ?uri a dbo:Award };001fa9f758104896b853528c748e25f6
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which awards has been given to both <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbp:awards ?uri . <B> dbp:awards ?uri };select distinct ?a, ?b where { ?a dbp:awards ?uri . ?b dbp:awards ?uri };9a35da4952d244529b72c489a452b9d1
http://dbpedia.org/ontology/Country;;;Which awards have <A>ns won?;SELECT DISTINCT ?uri where { ?x dbo:ethnicity <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:ethnicity ?a . ?x dbp:awards ?uri };c3d6509c0674423e8ae5a2a25f581062
;;;Which awards have been given to <A>?;SELECT DISTINCT ?uri where { ?x dbp:fields <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbp:fields ?a . ?x dbo:award ?uri };61573482fe9745b38c65109394bdc050
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which awards have been given to both <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbp:awards ?uri . <A> dbp:awards ?uri };select distinct ?a, ?b where { ?b dbp:awards ?uri . ?a dbp:awards ?uri };2697998cbbd64b4aa7973251dcdd3b6d
;;;which awards have been given to people who fought in the <A>?;SELECT DISTINCT ?uri where { ?x dbo:battle <A> . ?x dbo:award ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbo:battle ?a . ?x dbo:award ?uri . ?x a dbo:Person };30d46acd81d9420f9bef5bbebec0d15f
http://dbpedia.org/ontology/City;;;Which person won <B> award and has resting palce in <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:restingPlace <A> . ?uri dbo:award <B> . ?uri a dbo:Person };select distinct ?a, ?b where { ?uri dbp:restingPlace ?a . ?uri dbo:award ?b . ?uri a dbo:Person };f41a1ab1a8a64e70891750e378d66e93
;;;<A> acts as a game platform for how many things?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:computingPlatform <A> };select distinct ?a where { ?uri dbo:computingPlatform ?a };6e9fc24127eb42e2b5580784c12b6587
http://dbpedia.org/ontology/Person;;;<A> designed video games written by whom?;SELECT DISTINCT ?uri where { ?x dbo:designer <A> . ?x dbp:writer ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:designer ?a . ?x dbp:writer ?uri . ?x a dbo:VideoGame };85bb180bf8e34202b4aa22716ce5071a
;;;<A> is the operating system of how many things?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:operatingSystem <A> };select distinct ?a where { ?uri dbo:operatingSystem ?a };2b42a9987e584e18a5a21c9bc2476de8
;;;<A> publishes which genre of games?;SELECT DISTINCT ?uri where { ?x dbp:publisher <A> . ?x dbo:genre ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbp:publisher ?a . ?x dbo:genre ?uri . ?x a dbo:VideoGame };edec33716ab949b993955978a2dc9011
;;;Count the different genres of games published by <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbp:publisher <A> . ?x dbo:genre ?uri };select distinct ?a where { ?x dbp:publisher ?a . ?x dbo:genre ?uri };d7e5d2254df0467f9540e90433f7ea55
;;;Count the number of software which runs on <A> and <B> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:operatingSystem <A> . ?uri dbo:operatingSystem <B> };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbo:operatingSystem ?b };ff4d3c67a6884976a4f27a81882a97cd
;;;Count the total number of software whose programming language is <B> and operating system is <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:programmingLanguage <B> . ?uri dbo:operatingSystem <A> };select distinct ?a, ?b where { ?uri dbp:programmingLanguage ?b . ?uri dbo:operatingSystem ?a };526b1249debc4893af724c324a24726e
;;;Did <A> has the <B> OS?;ASK where { <A> dbp:os <B> };select distinct ?a, ?b where { ?a dbp:os ?b };d809177595bc45df9d37b6e201e2516a
;;;Games on <A> are typically of what kind?;SELECT DISTINCT ?uri where { ?x dbo:computingPlatform <A> . ?x dbp:genre ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbp:genre ?uri . ?x a dbo:VideoGame };c26fb222e05a44ed915b27a0b62b1f35
http://dbpedia.org/ontology/Country;;;Give me a list of computers whose CPU is in the <A>.;SELECT DISTINCT ?uri where { ?x dbp:locationCity <A> . ?uri dbo:cpu ?x . ?uri a dbo:InformationAppliance };select distinct ?a where { ?x dbp:locationCity ?a . ?uri dbo:cpu ?x . ?uri a dbo:InformationAppliance };c6d4e596834546d09a59e92ba09dc966
;;;Give me some softwares which run on <A>;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbo:operatingSystem ?a . ?uri a dbo:Software };aaf4a21d2ca04d3bb91aed5c6063223d
;;;How many companies have developed <A> softwares?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:operatingSystem <A> . ?x dbo:developer ?uri };select distinct ?a where { ?x dbp:operatingSystem ?a . ?x dbo:developer ?uri };3115a0dfde724a49a564f755192dd1ab
http://dbpedia.org/ontology/Person;;;How many developers have games where I can hear <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:voice ?x . ?x dbo:developer ?uri };select distinct ?a where { ?a dbo:voice ?x . ?x dbo:developer ?uri };00da309171bc4424aad2bbb3071aee17
http://dbpedia.org/ontology/Person;;;How many developers have worked on games of the <A> series?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:series <A> . ?x dbo:developer ?uri };select distinct ?a where { ?x dbo:series ?a . ?x dbo:developer ?uri };c68c8778028948a5a3e0de11281c7ca8
;;;How many developers make softwares for <A> operating systems?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:operatingSystem <A> . ?x dbo:developer ?uri };select distinct ?a where { ?x dbp:operatingSystem ?a . ?x dbo:developer ?uri };24bea3e02aac4576a8340dc9d4e933dd
http://dbpedia.org/ontology/Person;;;How many developers were involved in creating games whose score is composed by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:composer <A> . ?x dbo:developer ?uri };select distinct ?a where { ?x dbo:composer ?a . ?x dbo:developer ?uri };ab9baa98e6fb4a059714923fda2f04d5
;;;How many different genres of games are produced by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:developer <A> . ?x dbp:genre ?uri };select distinct ?a where { ?x dbo:developer ?a . ?x dbp:genre ?uri };9f609480ea4647028bd3694a224482f1
;;;How many different genres of games can I find which are compatible with the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:computingPlatform <A> . ?x dbp:genre ?uri };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbp:genre ?uri };f30e5b31cebd42fca8e78aee5f693598
;;;How many different kinds of games are published by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:publisher <A> . ?x dbp:genre ?uri };select distinct ?a where { ?x dbo:publisher ?a . ?x dbp:genre ?uri };600d505ebfd1495fb2158a5b52fc4045
;;;How many different kinds of softwares have been released under the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:license <A> . ?x dbo:genre ?uri };select distinct ?a where { ?x dbp:license ?a . ?x dbo:genre ?uri };0651212fb47546e089477eecc4777e69
;;;How many game series exist for <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:computingPlatform <A> . ?x dbo:series ?uri };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbo:series ?uri };4e15567ee9b34922b7ffeb5e3b835c65
;;;How many games are released for <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:computingPlatform <A> . ?uri a dbo:VideoGame };select distinct ?a where { ?uri dbo:computingPlatform ?a . ?uri a dbo:VideoGame };876a44de32e64aaa9855928c078039df
;;;How many games have a composer who worked for the <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbo:occupation <A> . ?uri dbp:composer ?x . ?uri a dbo:VideoGame };select distinct ?a where { ?x dbo:occupation ?a . ?uri dbp:composer ?x . ?uri a dbo:VideoGame };2fd401510ca849388e708a6f0b1f2137
http://dbpedia.org/ontology/Country;;;How many games have a publisher based in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:location <A> . ?uri dbo:publisher ?x . ?uri a dbo:VideoGame };select distinct ?a where { ?x dbo:location ?a . ?uri dbo:publisher ?x . ?uri a dbo:VideoGame };32ef05a6fd884fddae5d465551cf17e3
http://dbpedia.org/ontology/Person;;;How many games have been composed by <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:composer <A> . ?uri a dbo:VideoGame };select distinct ?a where { ?uri dbp:composer ?a . ?uri a dbo:VideoGame };e845283de6574fc59a1cce2cc027c070
;;;How many genres of games can I find on the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:computingPlatform <A> . ?x dbo:genre ?uri };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbo:genre ?uri };573991970f0e4f4c84b043e20bedf9ef
;;;How many kinds of games can be played on the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:computingPlatform <A> . ?x dbp:genre ?uri };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbp:genre ?uri };d2b07c6181a64cf183b36bd37459e852
;;;How many software run on operating system is <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:operatingSystem <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbo:operatingSystem ?a . ?uri a dbo:Software };02863512b8c141d8919dad7863c3b44e
;;;Is <A> released with a <B> license?;ASK where { <A> dbo:license <B> };select distinct ?a, ?b where { ?a dbo:license ?b };3ba1c4f421364ee0be4dde8be5ba4558
;;;Is <A> the OS <B>?;ASK where { <B> dbp:os <A> };select distinct ?a, ?b where { ?b dbp:os ?a };cdc804731f0b4931b6ee149e92fc807f
;;;Is <B> licensed under <A> license?;ASK where { <B> dbo:license <A> };select distinct ?a, ?b where { ?b dbo:license ?a };479e2179c3784c05b660e355e8236391
;;;List common systems are developed by of the <A> and written by of the <B> ?;SELECT DISTINCT ?uri where { <A> dbp:developer ?uri . <B> dbo:author ?uri };select distinct ?a, ?b where { ?a dbp:developer ?uri . ?b dbo:author ?uri };3720d9f7161b4dbba314e15c50a74922
;;;List everything written in languages developed by <A>?;SELECT DISTINCT ?uri where { ?x dbo:author <A> . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Work };select distinct ?a where { ?x dbo:author ?a . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Work };9c31f5b82f7345a08d1845c0744d8eac
;;;List softwares written in <B> and runs on <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri dbo:programmingLanguage <B> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbo:programmingLanguage ?b . ?uri a dbo:Software };47d43bd9adb04270b992a2f42fdd440d
;;;list the software which works on both the OS - <A> and <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri dbo:operatingSystem <B> };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbo:operatingSystem ?b };090fdd1b6e04464eb2afffb08d7868dd
;;;List the developers who has contributed to both <B> and <A> ?;SELECT DISTINCT ?uri where { <B> dbo:developer ?uri . <A> dbo:developer ?uri };select distinct ?a, ?b where { ?b dbo:developer ?uri . ?a dbo:developer ?uri };32bebb59a0fb43aab77ff13a2fba2b4f
http://dbpedia.org/ontology/Person;;;List the software developed by <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:developer <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbo:developer ?a . ?uri a dbo:Software };0ed54b0efa694946800d7e772920ffce
;;;List the software using <B> as programming language and licence is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:programmingLanguage <B> . ?uri dbo:license <A> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbp:programmingLanguage ?b . ?uri dbo:license ?a . ?uri a dbo:Software };a1df4f7d07df497f8e7ddbd6643a6ea2
;;;List the software which uses <A> as their operating system ?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbo:operatingSystem ?a . ?uri a dbo:Software };3ebcace84e5747f29673314099a70674
;;;List the softwares which runs on <A> and has license as <B>?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri dbo:license <B> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbo:license ?b . ?uri a dbo:Software };29584b2edbec44168d3adb4cd1d3f20f
;;;List things developed by <A> ?;SELECT DISTINCT ?uri where { <A> dbo:developer ?uri };select distinct ?a where { ?a dbo:developer ?uri };d7d6a471f045411d88c97b34e458c2c9
;;;Name the appliance produced by <B> and its OS is provided by <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <B> . ?uri dbp:os <A> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbo:manufacturer ?b . ?uri dbp:os ?a . ?uri a dbo:InformationAppliance };9e456d1b7d7a40c499f3f40a98c78f52
;;;Name the organization which developed <B> and the <A>?;SELECT DISTINCT ?uri where { <B> dbp:developer ?uri . <A> dbo:developer ?uri };select distinct ?a, ?b where { ?b dbp:developer ?uri . ?a dbo:developer ?uri };67071d7bb6a641018f186b4bab9377f8
http://dbpedia.org/ontology/Person;;;Name the software which has been developed by <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:developer <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbp:developer ?a . ?uri a dbo:Software };b3a55c2d774b4ae5b6890b7ae5cf5d5e
;;;Name the software whose operating system is <A> and programming language is <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri dbp:programmingLanguage <B> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbp:programmingLanguage ?b . ?uri a dbo:Software };fc12f11fa89b4928bf724ad752ba67f7
;;;What all are written in the <A> programming language?;SELECT DISTINCT ?uri where { ?uri dbp:programmingLanguage <A> };select distinct ?a where { ?uri dbp:programmingLanguage ?a };c08136b5c371483aa23d66de3825c01e
;;;What are some developers which use <A> in their projects?;SELECT DISTINCT ?uri where { ?x dbp:programmingLanguage <A> . ?x dbo:developer ?uri };select distinct ?a where { ?x dbp:programmingLanguage ?a . ?x dbo:developer ?uri };9d830815b20d441b91c44bc90f8e9dc0
;;;what are some devices made by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri a dbo:InformationAppliance };select distinct ?a where { ?uri dbo:manufacturer ?a . ?uri a dbo:InformationAppliance };d30b2d9672204e8ba6c45d14bee2bdb1
http://dbpedia.org/ontology/Country;;;What are some devices made by <A>ese companies?;SELECT DISTINCT ?uri where { ?x dbp:locationCity <A> . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };select distinct ?a where { ?x dbp:locationCity ?a . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };6ba75b7096eb497b85706c1872a9dbdd
http://dbpedia.org/ontology/Country;;;What are some devices whose manufacturers are in <A>?;SELECT DISTINCT ?uri where { ?x dbp:locationCountry <A> . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };select distinct ?a where { ?x dbp:locationCountry ?a . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };5f43897b70a74a828e834f53ae65fb95
;;;What are some games availible on nintendo's <A>?;SELECT DISTINCT ?uri where { ?uri dbo:computingPlatform <A> . ?uri a dbo:VideoGame };select distinct ?a where { ?uri dbo:computingPlatform ?a . ?uri a dbo:VideoGame };0cae9ed212d44d639d21c9747fe2c523
;;;What are some other things developed by the company who made the <A>?;SELECT DISTINCT ?uri where { ?x dbp:products <A> . ?x dbo:product ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:products ?a . ?x dbo:product ?uri . ?x a dbo:Company };179d3cc2b7f440ed93b9efb89aa4ff9a
;;;What are some software which are written in languages that are run on <A> OS?;SELECT DISTINCT ?uri where { ?x dbp:operatingSystem <A> . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Software };select distinct ?a where { ?x dbp:operatingSystem ?a . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Software };81237995d578482ea6accf7e9ffcd320
http://dbpedia.org/ontology/Person;;;What are the companies whose programming language's designer is <A>?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?uri dbp:programmingLanguage ?x . ?uri a dbo:School };select distinct ?a where { ?x dbp:designer ?a . ?uri dbp:programmingLanguage ?x . ?uri a dbo:School };0954b94157bc4c35a1bcb0ec0107cb74
;;;What are the software which uses platforms as <A>?;SELECT DISTINCT ?uri where { ?uri dbo:computingPlatform <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbo:computingPlatform ?a . ?uri a dbo:Software };1c9fa236fda340f4858626790e9ed794
;;;What are the software whose operating systems are <B> and <A>?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <B> . ?uri dbo:operatingSystem <A> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?b . ?uri dbo:operatingSystem ?a . ?uri a dbo:Software };a7c33137e9004883871a9e2a4a7eddb9
;;;What are the software whose programming language are <A>?;SELECT DISTINCT ?uri where { ?x dbo:language <A> . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Software };select distinct ?a where { ?x dbo:language ?a . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Software };452343f0f60b42b399b7d2cb29d6bb91
http://dbpedia.org/ontology/Person;;;What are the video games composed by <A>?;SELECT DISTINCT ?uri where { ?uri dbp:composer <A> . ?uri a dbo:VideoGame };select distinct ?a where { ?uri dbp:composer ?a . ?uri a dbo:VideoGame };1b05eee4a4914768b1277460023765c7
;;;What company brought <B> developed the <A>?;SELECT DISTINCT ?uri where { <A> dbp:developer ?uri . <B> dbp:distributor ?uri };select distinct ?a, ?b where { ?a dbp:developer ?uri . ?b dbp:distributor ?uri };7ad84cbcf92d434bb36c969e41e4969c
;;;What company developed <A> and also brought <B> to the market?;SELECT DISTINCT ?uri where { <A> dbo:developer ?uri . <B> dbp:distributor ?uri };select distinct ?a, ?b where { ?a dbo:developer ?uri . ?b dbp:distributor ?uri };51504ea36f364007a53aea8d7060e17d
;;;What developed <A>?;SELECT DISTINCT ?uri where { <A> dbo:developer ?uri };select distinct ?a where { ?a dbo:developer ?uri };8cc928e4d47048b1861ea9bb7b35471e
;;;What genre of games are made by <A> studios?;SELECT DISTINCT ?uri where { ?x dbo:developer <A> . ?x dbp:genre ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:developer ?a . ?x dbp:genre ?uri . ?x a dbo:VideoGame };c98f57f9e1cc479eb0dcea4abd33d23a
;;;What genre's softwares are released with a GNU <A>?;SELECT DISTINCT ?uri where { ?x dbp:license <A> . ?x dbp:genre ?uri };select distinct ?a where { ?x dbp:license ?a . ?x dbp:genre ?uri };eb2d086a990849edbedf1e67a5489fc7
;;;What genres of games are available on the <A>?;SELECT DISTINCT ?uri where { ?x dbo:computingPlatform <A> . ?x dbp:genre ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbp:genre ?uri . ?x a dbo:VideoGame };692a622dfa204b6faf27d4609436b8ae
http://dbpedia.org/ontology/Person;;;what has been developed by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:developer <A> };select distinct ?a where { ?uri dbo:developer ?a };d018211e5cad471cb48e42286b59f8bc
;;;What is the device whose successor's CPU is by <A>?;SELECT DISTINCT ?uri where { ?x dbo:cpu <A> . ?uri dbo:successor ?x . ?uri a dbo:Device };select distinct ?a where { ?x dbo:cpu ?a . ?uri dbo:successor ?x . ?uri a dbo:Device };4a31ab37401a4ef5ad33539030e1f079
;;;What is the game platform of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:computingPlatform ?uri };select distinct ?a where { ?a dbo:computingPlatform ?uri };fd948db9a1074ffca0b870175bf8308e
;;;What is the genre for the developer of <A>?;SELECT DISTINCT ?uri where { ?x dbp:developer <A> . ?x dbo:genre ?uri };select distinct ?a where { ?x dbp:developer ?a . ?x dbo:genre ?uri };9b31b9b3c89f471bafa57e35da9f566b
;;;What is the operating system of the <A> and also the developer of the <B>;SELECT DISTINCT ?uri where { <A> dbo:operatingSystem ?uri . <B> dbp:developer ?uri };select distinct ?a, ?b where { ?a dbo:operatingSystem ?uri . ?b dbp:developer ?uri };39f06aa4252f4be0914611ab542313a4
http://dbpedia.org/ontology/ArchitecturalStructure;;;What is the owner of <A> and the original developer of <B>?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri . <B> dbo:developer ?uri };select distinct ?a, ?b where { ?a dbo:owner ?uri . ?b dbo:developer ?uri };db8768bc59044ae58cdf6ba508873b38
;;;What is the total number of software whose programming language is <B> and operating system is <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:programmingLanguage <B> . ?uri dbo:operatingSystem <A> };select distinct ?a, ?b where { ?uri dbo:programmingLanguage ?b . ?uri dbo:operatingSystem ?a };18d456becb4d4972ad3a8f8d430291d5
;;;What is written in a programming language developed <A>?;SELECT DISTINCT ?uri where { ?x dbp:developer <A> . ?uri dbp:programmingLanguage ?x };select distinct ?a where { ?x dbp:developer ?a . ?uri dbp:programmingLanguage ?x };8e7ec89e4ed941bf8ca2d3ac48db3969
;;;what kind of games can I find for <A>;SELECT DISTINCT ?uri where { ?x dbo:computingPlatform <A> . ?x dbp:genre ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:computingPlatform ?a . ?x dbp:genre ?uri . ?x a dbo:VideoGame };7da5440ab8834b4ca92805e80dd7b5a2
;;;What software is developed by <A> and is licensed by <B>?;SELECT DISTINCT ?uri where { <B> dbo:license ?uri . <A> dbo:developer ?uri };select distinct ?a, ?b where { ?b dbo:license ?uri . ?a dbo:developer ?uri };f05d4dee977d4a7292b08b8fa40d165e
;;;What softwares were created by <A> ?;SELECT DISTINCT ?uri where { <A> dbo:product ?uri };select distinct ?a where { ?a dbo:product ?uri };68516929d5024193a4b6db18b81526ba
;;;What system is both a platform where <B> runs and also distributed <A>?;SELECT DISTINCT ?uri where { <B> dbo:computingPlatform ?uri . <A> dbo:distributor ?uri };select distinct ?a, ?b where { ?b dbo:computingPlatform ?uri . ?a dbo:distributor ?uri };8b5986c0fa344ce8b5e1d878d471fe1c
;;;What was developed by someone working in <A>?;SELECT DISTINCT ?uri where { ?x dbp:employer <A> . ?uri dbp:author ?x };select distinct ?a where { ?x dbp:employer ?a . ?uri dbp:author ?x };cb47161368654599a123ac5ecc45c968
;;;Which appliance's CPU is <A> and predecessor is <B>?;SELECT DISTINCT ?uri where { ?uri dbo:cpu <A> . ?uri dbo:predecessor <B> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbo:cpu ?a . ?uri dbo:predecessor ?b . ?uri a dbo:InformationAppliance };87c2b3cad3274c52bfc6f11ef62b71dc
;;;Which cloud platform of <A> also provides services to <B> ?;SELECT DISTINCT ?uri where { <B> dbp:services ?uri . <A> dbo:computingPlatform ?uri };select distinct ?a, ?b where { ?b dbp:services ?uri . ?a dbo:computingPlatform ?uri };f05f216ef164453abedf0403b3b1eedc
;;;Which company developed <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbo:author ?uri . <B> dbo:author ?uri };select distinct ?a, ?b where { ?a dbo:author ?uri . ?b dbo:author ?uri };3fe61b9c19eb497db424c23986cb1dce
;;;Which company developed both <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbo:developer ?uri . <A> dbo:developer ?uri };select distinct ?a, ?b where { ?b dbo:developer ?uri . ?a dbo:developer ?uri };4f48838e3be94cb18dedb19550dae9de
http://dbpedia.org/ontology/Person;;;Which company developed the language designed by <A>?;SELECT DISTINCT ?uri where { ?x dbo:designer <A> . ?x dbp:developer ?uri . ?x a dbo:Language };select distinct ?a where { ?x dbo:designer ?a . ?x dbp:developer ?uri . ?x a dbo:Language };78cb068f6e8f479a81e12427c92fd167
http://dbpedia.org/ontology/Person;;;Which company has developed games whose music is done by <A>?;SELECT DISTINCT ?uri where { ?x dbo:composer <A> . ?x dbo:developer ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbo:composer ?a . ?x dbo:developer ?uri . ?x a dbo:VideoGame };d094fc39be5943518c758621e7598c9f
;;;Which company released the software <A>?;SELECT DISTINCT ?uri where { ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:products ?a . ?uri a dbo:Company };0f04a6c5f26342d9a5b0cf207019d29d
;;;Which contnet license provider of <B> is also the game platform of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:license ?uri . <A> dbo:computingPlatform ?uri };select distinct ?a, ?b where { ?b dbo:license ?uri . ?a dbo:computingPlatform ?uri };13fd5d955c674770a707d5548231b9e1
;;;Which developer of the <A> is the successor of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:developer ?uri . <B> dbo:successor ?uri };select distinct ?a, ?b where { ?a dbo:developer ?uri . ?b dbo:successor ?uri };db40ca055fe5457da9fb1e618ce07c22
;;;Which developer of <A> was also the predecssor of <B> compnay ?;SELECT DISTINCT ?uri where { <A> dbo:developer ?uri . <B> dbp:predecessor ?uri };select distinct ?a, ?b where { ?a dbo:developer ?uri . ?b dbp:predecessor ?uri };6125911b7ddd4d3cbca857215c9e59c4
http://dbpedia.org/ontology/Person;;;Which operating system provider of <B> is also the employer of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:operatingSystem ?uri . <A> dbp:employer ?uri };select distinct ?a, ?b where { ?b dbo:operatingSystem ?uri . ?a dbp:employer ?uri };61660d3107614a2d8f76e7dfac844a7b
;;;Which predecessor of the <B> is also the developer of <A>?;SELECT DISTINCT ?uri where { <B> dbp:predecessor ?uri . <A> dbo:developer ?uri };select distinct ?a, ?b where { ?b dbp:predecessor ?uri . ?a dbo:developer ?uri };9f4d4fc45aaf46dda67ad836f45ecb66
;;;Which software uses <A> as it's operating system and is written in <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:operatingSystem <A> . ?uri dbo:programmingLanguage <B> . ?uri a dbo:Software };select distinct ?a, ?b where { ?uri dbo:operatingSystem ?a . ?uri dbo:programmingLanguage ?b . ?uri a dbo:Software };5aebd57c3f2140568f2473946d068238
;;;Which software uses <A> as programming language?;SELECT DISTINCT ?uri where { ?uri dbp:programmingLanguage <A> . ?uri a dbo:Software };select distinct ?a where { ?uri dbp:programmingLanguage ?a . ?uri a dbo:Software };fc01eb147abb4f76a27e4ee15954b519
;;;Who all have developed a <A> software?;SELECT DISTINCT ?uri where { ?x dbp:operatingSystem <A> . ?x dbo:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?x dbp:operatingSystem ?a . ?x dbo:developer ?uri . ?x a dbo:Software };7fe6c4ee43cd4a048ae22cb336c1e62a
;;;Who all have developed softwares for <A> OSes?;SELECT DISTINCT ?uri where { ?x dbp:operatingSystem <A> . ?x dbo:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?x dbp:operatingSystem ?a . ?x dbo:developer ?uri . ?x a dbo:Software };881b5cae435244b2b7caadf0a38478e0
;;;who developed <A>?;SELECT DISTINCT ?uri where { <A> dbp:developer ?uri };select distinct ?a where { ?a dbp:developer ?uri };965e3f4581784cb492f2fe92677b9928
;;;Who developed games based on the <A> series?;SELECT DISTINCT ?uri where { ?x dbp:series <A> . ?x dbo:developer ?uri . ?x a dbo:VideoGame };select distinct ?a where { ?x dbp:series ?a . ?x dbo:developer ?uri . ?x a dbo:VideoGame };ccd5a59625d24531920a585c93e208e3
http://dbpedia.org/ontology/Person;;;Who developed the programming languages designed by <A>?;SELECT DISTINCT ?uri where { ?x dbo:designer <A> . ?x dbo:developer ?uri . ?x a dbo:ProgrammingLanguage };select distinct ?a where { ?x dbo:designer ?a . ?x dbo:developer ?uri . ?x a dbo:ProgrammingLanguage };d7d071a722434a7282752c8442ba5572
;;;Who developed the software for the operating system of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operatingSystem ?x . ?x dbo:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?a dbo:operatingSystem ?x . ?x dbo:developer ?uri . ?x a dbo:Software };d50016797b5a4629bbadbde2ff37db36
;;;Who developed the software which is used as operating system of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operatingSystem ?x . ?x dbp:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?a dbo:operatingSystem ?x . ?x dbp:developer ?uri . ?x a dbo:Software };c5f2208531a94e90b3704d2666657f5c
;;;Who develops the computation platform of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:computingPlatform ?x . ?x dbo:developer ?uri };select distinct ?a where { ?a dbo:computingPlatform ?x . ?x dbo:developer ?uri };4a3f11eb3f2d4d0389762febc9a3d122
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who is the developer of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:developer ?uri };select distinct ?a where { ?a dbp:developer ?uri };a51b846524854b8d8be7950d0143aa08
;;;Who is the developer of the software which distributes <A> ?;SELECT DISTINCT ?uri where { <A> dbp:distributor ?x . ?x dbp:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?a dbp:distributor ?x . ?x dbp:developer ?uri . ?x a dbo:Software };ec9f7e686ab1438693a7da09f8164304
;;;Who is the developer of the software which is produced by <A> ?;SELECT DISTINCT ?uri where { <A> dbp:products ?x . ?x dbo:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?a dbp:products ?x . ?x dbo:developer ?uri . ?x a dbo:Software };9bf4af0a69b54d8d8e335078f111f30e
;;;Who is the developer of the software which serves the platform for <A>?;SELECT DISTINCT ?uri where { <A> dbo:computingPlatform ?x . ?x dbp:developer ?uri . ?x a dbo:Software };select distinct ?a where { ?a dbo:computingPlatform ?x . ?x dbp:developer ?uri . ?x a dbo:Software };1df640ae02bb4421947b10d25fb15963
;;;Who is the producer of the device which is the operating system of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operatingSystem ?x . ?x dbo:manufacturer ?uri };select distinct ?a where { ?a dbo:operatingSystem ?x . ?x dbo:manufacturer ?uri };544710c8a2214cd9acd7c3d8f6426535
http://dbpedia.org/ontology/Region;;;How many corporations were founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:foundationPlace <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:foundationPlace ?a . ?uri a dbo:Company };0adae92fcd52472bb68050b2bbb93c44
;;;Is <A> a <B>?;ASK where { <A> dbp:companyType <B> };select distinct ?a, ?b where { ?a dbp:companyType ?b };8663feba2e3b48de998772ddb3283b0f
;http://dbpedia.org/ontology/Person;;Name the subsidary of <A> which was founded by <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:subsidiary <A> . ?uri dbo:foundedBy <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:subsidiary ?a . ?uri dbo:foundedBy ?b . ?uri a dbo:Company };0e868d8761e84ba0981c4780e8fd572f
;;;To which educational institute does <A> belong to?;SELECT DISTINCT ?uri where { <A> dbo:parentCompany ?uri };select distinct ?a where { ?a dbo:parentCompany ?uri };910a28df8fc54d3cbd74bc9e7923cc70
;http://dbpedia.org/ontology/Person;;Was <A> designed by <B>?;ASK where { <A> dbo:designCompany <B> };select distinct ?a, ?b where { ?a dbo:designCompany ?b };3af799b07d8d4b5c8a03857948db6c6f
;;;What are some cartoons distributed by a subsidiary of <A>?;SELECT DISTINCT ?uri where { ?x dbo:parentCompany <A> . ?uri dbp:distributor ?x . ?uri a dbo:Cartoon };select distinct ?a where { ?x dbo:parentCompany ?a . ?uri dbp:distributor ?x . ?uri a dbo:Cartoon };841b87f5ad0d4f0397e61ab5f19dfd26
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;<A> and <B> are operated by which city?;SELECT DISTINCT ?uri where { <A> dbo:operatedBy ?uri . <B> dbo:operatedBy ?uri };select distinct ?a, ?b where { ?a dbo:operatedBy ?uri . ?b dbo:operatedBy ?uri };a045ba882fa04930b139d902ee4b03e2
;;;<A> employes how many people?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:employer <A> };select distinct ?a where { ?uri dbp:employer ?a };e163314e98334f77af0d98ad0c754fc7
;;;<A> is the cofounder of a company that invested stocks in which baseball teams?;SELECT DISTINCT ?uri where { ?x dbp:founder <A> . ?uri dbp:owner ?x . ?uri a dbo:BaseballTeam };select distinct ?a where { ?x dbp:founder ?a . ?uri dbp:owner ?x . ?uri a dbo:BaseballTeam };83152a2adbe949ab904fda1101384ee7
;;;<A> is the HQ of how many things?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:headquarters <A> };select distinct ?a where { ?uri dbp:headquarters ?a };33984af5c01b4427b7af87f294ee0f1c
;;;<A> is the owner of the distributor of what?;SELECT DISTINCT ?uri where { ?x dbp:owner <A> . ?uri dbo:distributor ?x };select distinct ?a where { ?x dbp:owner ?a . ?uri dbo:distributor ?x };ea289b0161b2405ca5ec1de91100eab1
;;;<A> is the subsidiary of which company?;SELECT DISTINCT ?uri where { ?uri dbo:subsidiary <A> };select distinct ?a where { ?uri dbo:subsidiary ?a };8b5c756e4b4d417bb041434770f85a38
;;;<A> makes how many things?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:manufacturer <A> };select distinct ?a where { ?uri dbo:manufacturer ?a };785671e67373470d82a70c72bbe1184d
;;;<A> operates in which places?;SELECT DISTINCT ?uri where { ?x dbp:operator <A> . ?x dbp:address ?uri };select distinct ?a where { ?x dbp:operator ?a . ?x dbp:address ?uri };00922db47d90435cb5df5903a5025450
;;;<B> <A> are both owned by which company?;SELECT DISTINCT ?uri where { <B> dbo:parentCompany ?uri . <A> dbo:parentCompany ?uri };select distinct ?a, ?b where { ?b dbo:parentCompany ?uri . ?a dbo:parentCompany ?uri };a2f27d8c0508441cafed36479e7362a6
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/ArchitecturalStructure;;<B> is operated by what city, which is the birthplace of <A>?;SELECT DISTINCT ?uri where { <B> dbo:operatedBy ?uri . <A> dbo:birthPlace ?uri };select distinct ?a, ?b where { ?b dbo:operatedBy ?uri . ?a dbo:birthPlace ?uri };700b88a3eb40456a8ec23a305cc5e2e5
;http://dbpedia.org/ontology/Person;;Among the companies who has product named <A> who has a key person as <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <B> . ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:keyPeople ?b . ?uri dbp:products ?a . ?uri a dbo:Company };59a2342df2b04a22832b4b8d099295ea
;;;By which companies is <A> designed?;SELECT DISTINCT ?uri where { <A> dbo:designer ?uri };select distinct ?a where { ?a dbo:designer ?uri };5943549088b54cd687dab2cb1cd0bde2
http://dbpedia.org/ontology/Country;;;Companies founded in <A> have typically which divisions?;SELECT DISTINCT ?uri where { ?x dbo:foundationPlace <A> . ?x dbo:division ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbo:division ?uri . ?x a dbo:Company };3624e029fd0e45c29e54521e58359db5
;;;Companies headquartered in <A> own which TV Shows?;SELECT DISTINCT ?uri where { ?x dbo:headquarter <A> . ?uri dbp:company ?x };select distinct ?a where { ?x dbo:headquarter ?a . ?uri dbp:company ?x };6abe087917704e3f90ab3bbeb58cc5bb
http://dbpedia.org/ontology/Person;;;Count all that was built by a company whose leader is <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:keyPeople <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbp:keyPeople ?a . ?uri dbo:manufacturer ?x };058b1ad027e8461f8bdc3cbe71af5877
;;;Count all the places where companies located in <A> operate.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:locationCity <A> . ?x dbp:locations ?uri };select distinct ?a where { ?x dbo:locationCity ?a . ?x dbp:locations ?uri };b107d70a40bd4d58953a8a9b4aacc109
;;;Count me all the video game distributor whose parent company is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:parent <A> . ?uri dbp:distributor ?x . ?uri a dbo:VideoGame };select distinct ?a where { ?x dbp:parent ?a . ?uri dbp:distributor ?x . ?uri a dbo:VideoGame };582f1c08834e4bbd825c551add0365e4
;;;Count the different alma maters of people employed by the <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbp:employer <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbp:employer ?a . ?x dbo:almaMater ?uri };432c5c5d446a4b608c1de47eac01170d
;;;Count the number of other product of the banks whose one of the product is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:product <A> . ?x dbo:product ?uri };select distinct ?a where { ?x dbo:product ?a . ?x dbo:product ?uri };33ffcadb8ef94c4893dfca8fa2e74e43
;;;Count the number of other services of the companies which provides the <A> as service ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:services <A> . ?x dbp:services ?uri };select distinct ?a where { ?x dbp:services ?a . ?x dbp:services ?uri };9de419a9df914ff59ef90a5191b584bd
;http://dbpedia.org/ontology/ArchitecturalStructure;;Do the <A> fly to <B>?;ASK where { <A> dbo:targetAirport <B> };select distinct ?a, ?b where { ?a dbo:targetAirport ?b };89044eb32d9442b1b3b0e8dab3d7a99d
;http://dbpedia.org/ontology/Region;;Do the <A> fly to <B>?;ASK where { <A> dbo:targetAirport <B> };select distinct ?a, ?b where { ?a dbo:targetAirport ?b };3f46fda15bf14f0fab5297341e258dce
http://dbpedia.org/ontology/City;;;Do the <B> fly to <A>?;ASK where { <B> dbo:targetAirport <A> };select distinct ?a, ?b where { ?b dbo:targetAirport ?a };b4b6b1d0dcab4cbb934923e070092d67
;http://dbpedia.org/ontology/City;;Does <A> have a homeport in <B>?;ASK where { <A> dbo:homeport <B> };select distinct ?a, ?b where { ?a dbo:homeport ?b };7dc5e7a5b436490481cc92fa93bd288f
;;;Does <A> have the <B> engine?;ASK where { <A> dbp:engine <B> };select distinct ?a, ?b where { ?a dbp:engine ?b };00a4428f08104601b9070ce9d2809034
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/ArchitecturalStructure;;Does <A> manage the railway line going to the <B>?;ASK where { <B> dbo:servingRailwayLine <A> };select distinct ?a, ?b where { ?b dbo:servingRailwayLine ?a };9f9eec1d2b8b4a918048a556e1a1bda5
;;;Does <A> operate in the <B> industry?;ASK where { <A> dbo:industry <B> };select distinct ?a, ?b where { ?a dbo:industry ?b };87ef3828c73b4021ab723efbb0b64525
;;;Does <B> distribute via <A>?;ASK where { <B> dbo:distributingLabel <A> };select distinct ?a, ?b where { ?b dbo:distributingLabel ?a };936c843de8c64610be0e8c6e2bbfce06
http://dbpedia.org/ontology/ArchitecturalStructure;;;Does <B> have a hub at the <A>?;ASK where { <B> dbo:hubAirport <A> };select distinct ?a, ?b where { ?b dbo:hubAirport ?a };c8eb320ce07140629b07a873aa8a1f66
http://dbpedia.org/ontology/City;;;Does <B> have a hub in <A>?;ASK where { <B> dbo:hubAirport <A> };select distinct ?a, ?b where { ?b dbo:hubAirport ?a };461bef912cd34b3cbadf533925a20f87
;;;Does <B> have a subsidiary called <A>;ASK where { <B> dbo:subsidiary <A> };select distinct ?a, ?b where { ?b dbo:subsidiary ?a };0961c5610ded49229b123d87522e0ce9
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/City;;Does <B> own the <A>?;ASK where { <A> dbp:owned <B> };select distinct ?a, ?b where { ?a dbp:owned ?b };9177e0691e8c4848a5237a226aed23d4
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/City;;Does <B> own the <A>?;ASK where { <A> dbp:owned <B> };select distinct ?a, ?b where { ?a dbp:owned ?b };7dee62b229f644b4a13aecb01ef09554
http://dbpedia.org/ontology/ArchitecturalStructure;;;Does <B> own the <B> <A> plant?;ASK where { <A> dbo:owningOrganisation <B> };select distinct ?a, ?b where { ?a dbo:owningOrganisation ?b };7de6776232624ca297b978ded3f8f754
;http://dbpedia.org/ontology/ArchitecturalStructure;;Does the <A> fly into the <B>?;ASK where { <A> dbo:targetAirport <B> };select distinct ?a, ?b where { ?a dbo:targetAirport ?b };b242da1bee49478487a9dd713cc010da
;http://dbpedia.org/ontology/ArchitecturalStructure;;Does the <A> have a hub at the <B>?;ASK where { <A> dbo:hubAirport <B> };select distinct ?a, ?b where { ?a dbo:hubAirport ?b };d97aad57df5d45eb95490446fc978a61
;;;Does the <A> use an <B> engine?;ASK where { <A> dbp:engine <B> };select distinct ?a, ?b where { ?a dbp:engine ?b };3ebfa74639fb4cb4ba3c69a23d7f89a2
;;;Does the <B> have the <A> platform?;ASK where { <B> dbo:automobilePlatform <A> };select distinct ?a, ?b where { ?b dbo:automobilePlatform ?a };af1ad3ef33784711bf9ecd13301e524d
;;;Employees of <A> have come from which towns?;SELECT DISTINCT ?uri where { ?x dbo:employer <A> . ?x dbp:homeTown ?uri };select distinct ?a where { ?x dbo:employer ?a . ?x dbp:homeTown ?uri };9efa225a4f6841b5a6304ffb5111a1ed
http://dbpedia.org/ontology/Region;;;Enumerate all those who are in the Board of companies founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:foundation <A> . ?uri dbo:board ?x };select distinct ?a where { ?x dbp:foundation ?a . ?uri dbo:board ?x };26be0e284521464d866cfe4b6038a5fe
http://dbpedia.org/ontology/City;;;Enumerate the cars related to the ones assembled in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:assembly <A> . ?x dbp:related ?uri };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:related ?uri };390932ca27634c5d95ed6cc8e1cc22e1
http://dbpedia.org/ontology/Person;;;For which country did <A> design airplanes?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };d5bf2f11fdfd47958b21a0ad3a2fdb90
;;;From how many coutries do companies come, which are headquartered in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:headquarters <A> . ?x dbp:country ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:country ?uri . ?uri a dbo:Country };515d73dc046545aa893eb5a29754ae6d
http://dbpedia.org/ontology/ArchitecturalStructure;;;Give me a count of airlines whose hub airport is <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:hubAirport <A> . ?uri a dbo:Airline };select distinct ?a where { ?uri dbo:hubAirport ?a . ?uri a dbo:Airline };3d5efd9583804ec4b72267a23374e76c
http://dbpedia.org/ontology/Region;;;Give me a count of companies located in <A> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:locationCity <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:locationCity ?a . ?uri a dbo:Company };7ddbd538a02143ec8dc92396be31453e
;;;Give me a count of everything made by the company which offers <A>.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:service <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbo:service ?a . ?uri dbo:manufacturer ?x };0c63debd713445eebabef107c1f94b34
;;;Give me a count of the services by the company which provides <A> the services ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:services <A> . ?x dbp:services ?uri };select distinct ?a where { ?x dbp:services ?a . ?x dbp:services ?uri };1f6748d64d834a7f9f8a849a841bb8fb
;;;Give me an estimate of the number of manufacturers whose products are managed by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:operator <A> . ?x dbo:manufacturer ?uri };select distinct ?a where { ?x dbo:operator ?a . ?x dbo:manufacturer ?uri };3fe7d243d8064aadbe198b10a38cf9b4
;;;Give me the count of newspaper whose language is <A> and headquartered at <B> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:language <A> . ?uri dbp:headquarters <B> };select distinct ?a, ?b where { ?uri dbp:language ?a . ?uri dbp:headquarters ?b };01086492a07e4c6eb96f182023d92f9f
;;;Give me the list of cars which are the predecessor of <A>?;SELECT DISTINCT ?uri where { ?x dbp:class <A> . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:class ?a . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };6b40bf5e283244129850be2446ce0074
;;;Give me the name of the organization hqed at <A>?;SELECT DISTINCT ?uri where { ?x dbo:headquarter <A> . ?x dbp:agencyName ?uri . ?x a dbo:Organisation };select distinct ?a where { ?x dbo:headquarter ?a . ?x dbp:agencyName ?uri . ?x a dbo:Organisation };3aba37a171704d5ebb0b4ae966a6d176
;;;Give me the places where people who worked in <A> died in ?;SELECT DISTINCT ?uri where { ?x dbo:occupation <A> . ?x dbo:deathPlace ?uri };select distinct ?a where { ?x dbo:occupation ?a . ?x dbo:deathPlace ?uri };3f4b72d7662b4caa82f1760f020528db
;;;Give me the total number of employer of the engineers whose one of the employer is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:employer <A> . ?x dbo:employer ?uri };select distinct ?a where { ?x dbo:employer ?a . ?x dbo:employer ?uri };6c1e8f0fd26d46a99e74e077585e78c5
;;;Give me the total number of lines owned by owner of <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:owner <A> . ?x dbp:owner ?uri };select distinct ?a where { ?x dbo:owner ?a . ?x dbp:owner ?uri };f77b70866d3f440ab0e94f8839a02e38
http://dbpedia.org/ontology/ArchitecturalStructure;;;Give the total number of places to which airlines go, who also go to <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbo:targetAirport <A> . ?x dbp:destinations ?uri . ?uri a dbo:Place };select distinct ?a where { ?x dbo:targetAirport ?a . ?x dbp:destinations ?uri . ?uri a dbo:Place };82e734b7dd9541a89f7cef6cbcb9b9df
;;;How many <A> towns are there?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:settlementType <A> . ?uri a dbo:Town };select distinct ?a where { ?uri dbp:settlementType ?a . ?uri a dbo:Town };8a90aa06557b4f7387d69334dbc420ef
;;;How many airlines have a hub at an airport run by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:operator <A> . ?uri dbo:hubAirport ?x . ?uri a dbo:Airline };select distinct ?a where { ?x dbo:operator ?a . ?uri dbo:hubAirport ?x . ?uri a dbo:Airline };9b92048679a944be937dd4f049c925cb
;;;How many cars are similar to the ones assembled in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:assembly <A> . ?x dbp:related ?uri };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:related ?uri };e2d4df3f532942f8947a0ead70798b87
;;;How many cars are the predecessor of cars similar to the <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:relatedMeanOfTransportation ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?a dbo:relatedMeanOfTransportation ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };36c9a6650fdd4fadb4be1d77eabc6198
;;;How many cars can I find related to the cars which have a <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:engine <A> . ?x dbp:related ?uri };select distinct ?a where { ?x dbp:engine ?a . ?x dbp:related ?uri };4c7eac160c0d49c49f815792513f1c21
http://dbpedia.org/ontology/Country;;;How many cars succeed the cars assembled in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:assembly <A> . ?x dbo:predecessor ?uri . ?uri a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbo:predecessor ?uri . ?uri a dbo:Automobile };947e3ddd016d41a9b97ecc9eed2e370a
http://dbpedia.org/ontology/Person;;;How many cars succeeded the cars which were similar to <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:related ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?a dbp:related ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };1dc65e5b1efd45e997dab9d523cfc041
http://dbpedia.org/ontology/City;;;How many companies are located in <A> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:locationCity <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:locationCity ?a . ?uri a dbo:Company };bc0a6b36790b465ea463c2ec3ead0fda
;;;how many companies are located in a <A> speaking region?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:language <A> . ?uri dbo:location ?x . ?uri a dbo:Organisation };select distinct ?a where { ?x dbo:language ?a . ?uri dbo:location ?x . ?uri a dbo:Organisation };b541f708c7fd48ad8eb1c5c9489444e1
;;;How many companies have built <A> bridges?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:material <A> . ?x dbo:builder ?uri };select distinct ?a where { ?x dbp:material ?a . ?x dbo:builder ?uri };5fa75359b2f34008a02d32e4d86ae9f4
http://dbpedia.org/ontology/ArchitecturalStructure;;;How many companies have launched their rockets from the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:launchSite <A> . ?x dbo:manufacturer ?uri . ?uri a dbo:Company };select distinct ?a where { ?x dbo:launchSite ?a . ?x dbo:manufacturer ?uri . ?uri a dbo:Company };bdf990ee5daf4f10a200bcfd984e01f6
http://dbpedia.org/ontology/ArchitecturalStructure;;;How many companies have manufactured the rockets launched from the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:launchSite <A> . ?x dbo:manufacturer ?uri };select distinct ?a where { ?x dbo:launchSite ?a . ?x dbo:manufacturer ?uri };58d7140c8ca74c2d91c063e1e8108063
http://dbpedia.org/ontology/Country;;;How many companies serve the <A>n region?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:regionServed <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:regionServed ?a . ?uri a dbo:Company };27bc2760a11844569f85ac7e66cd3be3
http://dbpedia.org/ontology/City;;;How many companies were founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:foundation <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:foundation ?a . ?uri a dbo:Company };da03ed79bd2448b49214a557bd180b57
http://dbpedia.org/ontology/Region;;;How many companies were founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:part <A> . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbo:part ?a . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };89ff0d71b0d54f428fbebcc8d9f151ee
http://dbpedia.org/ontology/City;;;How many companies were founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:foundation <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:foundation ?a . ?uri a dbo:Company };5e35e8af2b984b51b235bbe13703c939
http://dbpedia.org/ontology/City;;;How many companies were founded in places where <A> is the governing body ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:governingBody <A> . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbp:governingBody ?a . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };61613d09dbbe40fc987b96072987dea0
http://dbpedia.org/ontology/Country;;;How many companies were started in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:foundationPlace <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:foundationPlace ?a . ?uri a dbo:Company };f01fe449ce054eacad63ba079a2cdd2e
;;;How many different organizations own the railway lines which are a part of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:system <A> . ?x dbp:owner ?uri . ?uri a dbo:Organisation };select distinct ?a where { ?x dbp:system ?a . ?x dbp:owner ?uri . ?uri a dbo:Organisation };09ea36c583254aaab5a74fa304945343
http://dbpedia.org/ontology/Country;;;How many different products are there of the companies located in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:location <A> . ?x dbo:product ?uri };select distinct ?a where { ?x dbo:location ?a . ?x dbo:product ?uri };65cb7ea9917b44e29c8adbc3e95d1470
;;;How many have company as <A> and network as <B> are there?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:company <A> . ?uri dbo:network <B> };select distinct ?a, ?b where { ?uri dbp:company ?a . ?uri dbo:network ?b };f7ac133498534de782ec5fb02ef8a8f2
http://dbpedia.org/ontology/Country;;;How many information appliance are manufactured by companies located in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:locationCity <A> . ?uri dbo:manufacturer ?x . ?uri a dbo:InformationAppliance };select distinct ?a where { ?x dbp:locationCity ?a . ?uri dbo:manufacturer ?x . ?uri a dbo:InformationAppliance };1fe3b3d58f8e432d9b1f3b09d5f74c6f
;;;How many members are there of the organization headquartered at <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:headquarters <A> . ?x dbp:membership ?uri };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:membership ?uri };b895b7cc207c4aab8ca0c0bbf388a9a2
http://dbpedia.org/ontology/Person;;;How many organizations own the website to which <A> contributes?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:author <A> . ?x dbo:owner ?uri . ?uri a dbo:Organisation };select distinct ?a where { ?x dbo:author ?a . ?x dbo:owner ?uri . ?uri a dbo:Organisation };55b86a8a22e4483d935168408545caa7
;;;How many other region served are there of the companies which serves <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:regionServed <A> . ?x dbo:regionServed ?uri };select distinct ?a where { ?x dbo:regionServed ?a . ?x dbo:regionServed ?uri };ef2ee51cf7824d8fa2fd0a5ab306a4dc
;;;How many people have headed organizations headquartered at <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:headquarter <A> . ?x dbo:leader ?uri };select distinct ?a where { ?x dbo:headquarter ?a . ?x dbo:leader ?uri };70448495be244ebea4746e370eb19f5c
;;;How many railway lines go through the station maintained by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:owningOrganisation <A> . ?x dbo:servingRailwayLine ?uri . ?uri a dbo:RailwayLine };select distinct ?a where { ?x dbo:owningOrganisation ?a . ?x dbo:servingRailwayLine ?uri . ?uri a dbo:RailwayLine };8504746ca9ea4d50aeb241b91e816acc
;;;How many services are there of the companies whose services is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:services <A> . ?x dbp:services ?uri };select distinct ?a where { ?x dbp:services ?a . ?x dbp:services ?uri };6e341f9757994d368143a578965e0a0f
;;;How many services does <A> provide?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:services ?uri };select distinct ?a where { ?a dbp:services ?uri };fb1bfcc7943943b892d6d22690b2ef48
;;;How many services does the company who made <A> provide?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:service <A> . ?x dbp:services ?uri };select distinct ?a where { ?x dbo:service ?a . ?x dbp:services ?uri };f4b98010a03e427385fe8ee2f13cffc8
;;;How many states does the <A> operate in?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:country ?uri };select distinct ?a where { ?a dbp:country ?uri };91ea8eda1f9b4116a2f984f432ff6ea6
;;;How many tenats have been there, of the constructions of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:builder <A> . ?x dbo:tenant ?uri };select distinct ?a where { ?x dbo:builder ?a . ?x dbo:tenant ?uri };ce216d620d154f13814dd2f6b967c292
;;;How many things are made by companies who produce <A> articles?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:products <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbp:products ?a . ?uri dbo:manufacturer ?x };8265fe61d94940a4b5d099c217d00245
;;;How many things are manufactured by the company whose subsidiary is <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:subsidiary <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbo:subsidiary ?a . ?uri dbo:manufacturer ?x };2fb9c1e8780b4dd4a0c7734363590ed6
http://dbpedia.org/ontology/City;;;How many things are produced by companies located in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:location <A> . ?x dbo:product ?uri };select distinct ?a where { ?x dbp:location ?a . ?x dbo:product ?uri };2c4dcb51677a45c2b824fb2b6faee585
http://dbpedia.org/ontology/City;;;In how many different places can I find companies which were founded in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:foundationPlace <A> . ?x dbp:locations ?uri . ?uri a dbo:Place };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbp:locations ?uri . ?uri a dbo:Place };ec75426ef9034e49baa03c7c16d57f2a
;;;In how many different places do <A> operate?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:operator <A> . ?x dbp:address ?uri };select distinct ?a where { ?x dbp:operator ?a . ?x dbp:address ?uri };e96091eb6e334719adfadbe72dea01c8
;;;In how many nations does <A> own train stations?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:owningOrganisation <A> . ?x dbo:country ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbo:owningOrganisation ?a . ?x dbo:country ?uri . ?uri a dbo:Country };1a67a8c314f94af3bbb0cac98461b913
http://dbpedia.org/ontology/Country;;;In how many places are the companies founded in <A> operating?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:foundationPlace <A> . ?x dbp:locations ?uri };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbp:locations ?uri };b7d04c385e304556962dfa6f26906db4
http://dbpedia.org/ontology/Person;;;In how many places has <A> worked?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:employer ?uri };select distinct ?a where { ?a dbo:employer ?uri };dc505bf849494cc0881eef0dc15f5ab4
http://dbpedia.org/ontology/Region;;;In how many places have the companies started <A> worked?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:foundationPlace <A> . ?x dbo:regionServed ?uri . ?uri a dbo:Place };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbo:regionServed ?uri . ?uri a dbo:Place };d3003f279fce43c2bd590feb5ea35a89
;;;In which areas can we find the networks owned by the <A>?;SELECT DISTINCT ?uri where { ?x dbo:owningCompany <A> . ?x dbp:broadcastArea ?uri . ?x a dbo:BroadcastNetwork };select distinct ?a where { ?x dbo:owningCompany ?a . ?x dbp:broadcastArea ?uri . ?x a dbo:BroadcastNetwork };871775efcda94304826009853e33cb49
;;;In which city is the hub airport of <A>?;SELECT DISTINCT ?uri where { <A> dbo:hubAirport ?x . ?x dbp:cityServed ?uri };select distinct ?a where { ?a dbo:hubAirport ?x . ?x dbp:cityServed ?uri };b8c65342df0845babde8d67c22d0343c
;;;In which city was the company founded , which owns <A>?;SELECT DISTINCT ?uri where { <A> dbp:parent ?x . ?x dbp:foundation ?uri . ?x a dbo:Company };select distinct ?a where { ?a dbp:parent ?x . ?x dbp:foundation ?uri . ?x a dbo:Company };4ee990f7399a4511950f55ae69196980
http://dbpedia.org/ontology/Person;;;In which company is <A> at an important position?;SELECT DISTINCT ?uri where { ?uri dbo:keyPerson <A> };select distinct ?a where { ?uri dbo:keyPerson ?a };2f9e649669aa4782919424b5cf845cf3
;;;In which company's boards does the founder of <A> sit?;SELECT DISTINCT ?uri where { <A> dbo:foundedBy ?x . ?x dbo:board ?uri };select distinct ?a where { ?a dbo:foundedBy ?x . ?x dbo:board ?uri };0d987dfafc054e8db252832df3e4a7ad
;;;In which countries have the <A> aircrafts originated?;SELECT DISTINCT ?uri where { ?x dbo:manufacturer <A> . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };select distinct ?a where { ?x dbo:manufacturer ?a . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };9f314843488844988113ecbbe314006d
;;;In which country did the planes designed by <A> originate?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:nationalOrigin ?uri . ?x a dbo:Aircraft };abc719a6e7a1435ba3b1472897a5249c
;;;In which country was <A> was firt aired which is also the mouth country of <B>?;SELECT DISTINCT ?uri where { <B> dbo:mouthCountry ?uri . <A> dbp:firstAired ?uri };select distinct ?a, ?b where { ?b dbo:mouthCountry ?uri . ?a dbp:firstAired ?uri };13acb5e7c9d2488ba706f3eabb8e78c0
http://dbpedia.org/ontology/Person;;;In which department does <A> work?;SELECT DISTINCT ?uri where { <A> dbp:branch ?uri };select distinct ?a where { ?a dbp:branch ?uri };026887c01dd8473f92d6ec1da23af18d
;;;In which other places are there companies which are in <A>, too?;SELECT DISTINCT ?uri where { ?x dbo:locationCity <A> . ?x dbp:locations ?uri };select distinct ?a where { ?x dbo:locationCity ?a . ?x dbp:locations ?uri };232e6c0e8d57443a9ef659cad042b6d9
http://dbpedia.org/ontology/Person;;;In which place is the company which is known for <A> located ?;SELECT DISTINCT ?uri where { <A> dbp:knownFor ?x . ?x dbo:location ?uri . ?x a dbo:Company };select distinct ?a where { ?a dbp:knownFor ?x . ?x dbo:location ?uri . ?x a dbo:Company };81a19f6c64e14ffeb7f3f28e34230331
http://dbpedia.org/ontology/Region;;;In which places do companies founded <A> operate?;SELECT DISTINCT ?uri where { ?x dbo:foundationPlace <A> . ?x dbo:regionServed ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbo:regionServed ?uri . ?x a dbo:Company };4af9ff3c965e4f76b2e60a5a204d15e2
;;;Is <A> a <B> company?;ASK where { <A> dbo:industry <B> };select distinct ?a, ?b where { ?a dbo:industry ?b };35616e0b45534d1ba5aa8c3514527462
;;;Is <A> in the <B> industry?;ASK where { <A> dbp:industry <B> };select distinct ?a, ?b where { ?a dbp:industry ?b };fab1a809ffa043059b189683eb9c205e
http://dbpedia.org/ontology/Person;;;Is <A> the chairman of <B>?;ASK where { <B> dbp:chairman <A> };select distinct ?a, ?b where { ?b dbp:chairman ?a };a9081790bb784c2da0983b1fa106ab2c
http://dbpedia.org/ontology/Athlete;http://dbpedia.org/ontology/SportsTeam;;Is <A> the chairman of <B>?;ASK where { <B> dbp:chairman <A> };select distinct ?a, ?b where { ?b dbp:chairman ?a };9787a89dac1648ee8bd80857d7c4060c
;;;Is <B> a subsidiary of <A>?;ASK where { <A> dbo:subsidiary <B> };select distinct ?a, ?b where { ?a dbo:subsidiary ?b };d278080949bc4004b75ff345c547a211
http://dbpedia.org/ontology/Country;;;Is <B> assembled in <A>?;ASK where { <B> dbo:assembly <A> };select distinct ?a, ?b where { ?b dbo:assembly ?a };576ea9f202d7463cb793f77628511e97
;;;Is <B> in the <A> industry?;ASK where { <B> dbo:industry <A> };select distinct ?a, ?b where { ?b dbo:industry ?a };13a66e0633544928a5c94aa1f3012477
;;;Is <B> in the <A> industry?;ASK where { <B> dbo:industry <A> };select distinct ?a, ?b where { ?b dbo:industry ?a };b6ac0f95224a4210893252cc4b6bda4d
;http://dbpedia.org/ontology/City;;Is <B> the Ship builder of <A>?;ASK where { <A> dbp:shipBuilder <B> };select distinct ?a, ?b where { ?a dbp:shipBuilder ?b };882175c3e40a4de0a704ef91c54d2371
;;;Is the <A> assembled in <B>?;ASK where { <A> dbo:assembly <B> };select distinct ?a, ?b where { ?a dbo:assembly ?b };1045a9b2aa9742818b6c4fc9ba72c399
;;;Is the <A> by the <B>?;ASK where { <A> dbo:automobilePlatform <B> };select distinct ?a, ?b where { ?a dbo:automobilePlatform ?b };92cd517187c04052aa28c65e8e7ba93e
http://dbpedia.org/ontology/SportsLeague;http://dbpedia.org/class/yago/Trainer110722575;;Is the <A> chaired by <B>?;ASK where { <A> dbo:chairman <B> };select distinct ?a, ?b where { ?a dbo:chairman ?b };f6bfc01b9f434dde973e7e2d6f7df70e
http://dbpedia.org/ontology/ArchitecturalStructure;;;Is the <A> onwed by <B>?;ASK where { <A> dbo:owningOrganisation <B> };select distinct ?a, ?b where { ?a dbo:owningOrganisation ?b };5545373a672f44b68c675c0fa2a9b8ac
http://dbpedia.org/ontology/Continent;;;Is the <B> assembled in <A>?;ASK where { <B> dbp:assembly <A> };select distinct ?a, ?b where { ?b dbp:assembly ?a };44579153ae3b44e89b30a9b9990e1c09
http://dbpedia.org/ontology/City;;;Is the <B> assembled in <A>?;ASK where { <B> dbp:assembly <A> };select distinct ?a, ?b where { ?b dbp:assembly ?a };ffc8b63b6f384ab18b8f65a4d3dd31d4
http://dbpedia.org/ontology/Continent;;;Is the <B> assembled in <A>?;ASK where { <B> dbp:assembly <A> };select distinct ?a, ?b where { ?b dbp:assembly ?a };d8f88e1d32024fa5bfff232c9286e30a
;http://dbpedia.org/ontology/Country;;Is the assembly of <A> <B>?;ASK where { <A> dbo:assembly <B> };select distinct ?a, ?b where { ?a dbo:assembly ?b };87876aa79cba44138cff493d5e2315c7
http://dbpedia.org/ontology/SportsTeam;;;list all the chairman of <A>?;SELECT DISTINCT ?uri where { <A> dbp:chairman ?uri };select distinct ?a where { ?a dbp:chairman ?uri };047a2084681a4bc4b07d5e2e9995f2eb
http://dbpedia.org/ontology/Person;;;List all the co-founders of the non for profit which have founding member as <A> ?;SELECT DISTINCT ?uri where { ?x dbo:foundedBy <A> . ?x dbo:foundedBy ?uri . ?x a dbo:Non-ProfitOrganisation };select distinct ?a where { ?x dbo:foundedBy ?a . ?x dbo:foundedBy ?uri . ?x a dbo:Non-ProfitOrganisation };e65f96b6ccf54d99ac963173043c60f4
;;;List all the hubs of the airline whose one of the hub is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:hubs <A> . ?x dbp:hubs ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:hubs ?a . ?x dbp:hubs ?uri . ?x a dbo:Airline };1c29ceb7c9044f359907d2b49a487e25
;;;List all the layouts of the automobile whose one of the <A> ?;SELECT DISTINCT ?uri where { ?x dbo:layout <A> . ?x dbo:layout ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:layout ?a . ?x dbo:layout ?uri . ?x a dbo:Automobile };8a436b4d6a9c4452a7cdb52c1a8fb54e
http://dbpedia.org/ontology/City;;;List all the locations of the companies whose are also located in <A> ?;SELECT DISTINCT ?uri where { ?x dbp:locationCountry <A> . ?x dbo:locationCountry ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:locationCountry ?a . ?x dbo:locationCountry ?uri . ?x a dbo:Company };186bdaf5fbc04890bd2dcb3041776050
http://dbpedia.org/ontology/City;;;List education institute of the engineers whose alma mater is <A> ?;SELECT DISTINCT ?uri where { ?x dbo:education <A> . ?x dbo:education ?uri . ?x a dbo:Engineer };select distinct ?a where { ?x dbo:education ?a . ?x dbo:education ?uri . ?x a dbo:Engineer };f468589935b448efb8923084dcbd1583
http://dbpedia.org/ontology/Person;;;list some companies founded by <A>.;SELECT DISTINCT ?uri where { ?uri dbo:foundedBy <A> };select distinct ?a where { ?uri dbo:foundedBy ?a };f9d991647aae449285e9d5867ea64911
;;;List the <A> newspaper headquarted in <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:language <A> . ?uri dbp:headquarters <B> . ?uri a dbo:Newspaper };select distinct ?a, ?b where { ?uri dbp:language ?a . ?uri dbp:headquarters ?b . ?uri a dbo:Newspaper };12811fd9d1ea480ca482f1b7a6f61ea8
http://dbpedia.org/ontology/Country;;;List the companies operating in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:regionServed <A> };select distinct ?a where { ?uri dbo:regionServed ?a };4973207551934a3bbfe9a31d282f7aa1
http://dbpedia.org/ontology/Sea;;;List the destinations of the airlines which also serves <A> ?;SELECT DISTINCT ?uri where { ?x dbp:destinations <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:destinations ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };f0517726b79e40179b9458dd79aa9218
http://dbpedia.org/ontology/ArchitecturalStructure;;;List the destinations to which the airlines headquartered at the <A> fly to?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbo:destination ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbo:destination ?uri . ?x a dbo:Airline };b69308b751094ac1abc810fdb238f53a
http://dbpedia.org/ontology/City;;;List the employments of people who died in <A>.;SELECT DISTINCT ?uri where { ?x dbo:deathPlace <A> . ?x dbo:occupation ?uri };select distinct ?a where { ?x dbo:deathPlace ?a . ?x dbo:occupation ?uri };9e676dc4d1474a5681415891d46a9c4b
;;;List the newspapers which has headquarters in <A>?;SELECT DISTINCT ?uri where { ?uri dbp:headquarters <A> . ?uri a dbo:Newspaper };select distinct ?a where { ?uri dbp:headquarters ?a . ?uri a dbo:Newspaper };dd4fd682874b4c23bf5f60ebc119a98d
http://dbpedia.org/ontology/SportsEvent;;;List the newspapers whose headquarters's time zone is <A>.;SELECT DISTINCT ?uri where { ?x dbo:timeZone <A> . ?uri dbp:headquarters ?x . ?uri a dbo:Newspaper };select distinct ?a where { ?x dbo:timeZone ?a . ?uri dbp:headquarters ?x . ?uri a dbo:Newspaper };d3ea98fc91814fd2b7993a9312f41010
http://dbpedia.org/ontology/ArchitecturalStructure;;;List the newspapers whose offices are situated in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:headquarter <A> . ?uri a dbo:Newspaper };select distinct ?a where { ?uri dbo:headquarter ?a . ?uri a dbo:Newspaper };f068beeb6bd0423cb18dd641ec14bc2f
http://dbpedia.org/ontology/Region;;;List the people whose are in the board of an organization kickstarted in <A>.;SELECT DISTINCT ?uri where { ?x dbp:foundation <A> . ?uri dbo:board ?x . ?uri a dbo:Person };select distinct ?a where { ?x dbp:foundation ?a . ?uri dbo:board ?x . ?uri a dbo:Person };f039556b67ef4cb1baad3d5fa816ba36
;;;List the products of <A>?;SELECT DISTINCT ?uri where { <A> dbp:products ?uri };select distinct ?a where { ?a dbp:products ?uri };5e3b1b3d67c14e79a69346483e72f30e
;;;List the regions served by the company which serves in <A> ?;SELECT DISTINCT ?uri where { ?x dbo:regionServed <A> . ?x dbo:regionServed ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:regionServed ?a . ?x dbo:regionServed ?uri . ?x a dbo:Company };22b3592acd354c4d99ea51f040e1cd0f
;;;List the services provided by the company which provides <A> as one of the service ?;SELECT DISTINCT ?uri where { ?x dbp:services <A> . ?x dbp:services ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:services ?a . ?x dbp:services ?uri . ?x a dbo:Company };2fc623f7412b47e7b5f575b742471987
;;;List the shows whose company's successor is <A>.;SELECT DISTINCT ?uri where { ?x dbo:successor <A> . ?uri dbo:company ?x . ?uri a dbo:TelevisionShow };select distinct ?a where { ?x dbo:successor ?a . ?uri dbo:company ?x . ?uri a dbo:TelevisionShow };cae3487d42164d05933fe21a244679b0
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Name a company with key person as <A> and <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <A> . ?uri dbo:keyPerson <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:keyPeople ?a . ?uri dbo:keyPerson ?b . ?uri a dbo:Company };3a5a1af6d3f14416be651b162e0f62a4
http://dbpedia.org/ontology/Person;;;Name a person who works in <B> and has wife named <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:employer <B> . ?uri dbp:spouse <A> . ?uri a dbo:Person };select distinct ?a, ?b where { ?uri dbp:employer ?b . ?uri dbp:spouse ?a . ?uri a dbo:Person };996ec9ddd3fb4c8ea7715aea366c4f9d
;;;Name all the hubs of the airlines whose one of the hubs is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:hubs <A> . ?x dbp:hubs ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:hubs ?a . ?x dbp:hubs ?uri . ?x a dbo:Airline };60dc7ef22ac346bc876c2956344ebbbc
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;Name an airline with hub airports as <B> and <A>?;SELECT DISTINCT ?uri where { ?uri dbo:hubAirport <B> . ?uri dbp:hubs <A> . ?uri a dbo:Airline };select distinct ?a, ?b where { ?uri dbo:hubAirport ?b . ?uri dbp:hubs ?a . ?uri a dbo:Airline };bafd650bf447413fa5e2c8f3f6435da8
http://dbpedia.org/ontology/Person;;;Name everyone working for a company owned by <A>.;SELECT DISTINCT ?uri where { ?x dbo:owningCompany <A> . ?uri dbo:occupation ?x };select distinct ?a where { ?x dbo:owningCompany ?a . ?uri dbo:occupation ?x };16bea2bafce74ca2990221d956a47fa0
http://dbpedia.org/ontology/Region;;;Name few companies founded in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:foundationPlace <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:foundationPlace ?a . ?uri a dbo:Company };74e0b2e3b6864179acc9fd874d6897eb
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Name few companies where <B> and <A> have worked together?;SELECT DISTINCT ?uri where { <B> dbo:employer ?uri . <A> dbo:employer ?uri };select distinct ?a, ?b where { ?b dbo:employer ?uri . ?a dbo:employer ?uri };c9e971b03aac43bcba9df9779256b126
;;;Name hte builder of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:builder ?uri };select distinct ?a where { ?a dbo:builder ?uri };4311e02017fd4760a06569b9821a2411
http://dbpedia.org/ontology/Region;;;Name some <A> based companies ?;SELECT DISTINCT ?uri where { ?uri dbo:locationCity <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:locationCity ?a . ?uri a dbo:Company };07747709891b435d84ae5c14259e92f7
;;;Name some cars similar to the ones which are assembled at the <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbp:related ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:related ?uri . ?x a dbo:Automobile };a501085682e8485f815a18df2b94a9a0
;;;Name some people working at someplace owned by <A>.;SELECT DISTINCT ?uri where { ?x dbp:owners <A> . ?uri dbo:employer ?x };select distinct ?a where { ?x dbp:owners ?a . ?uri dbo:employer ?x };447a43a67f144236a29b626f440ec2a0
;;;Name some shows whose company is owned by the <A>?;SELECT DISTINCT ?uri where { ?x dbo:owner <A> . ?uri dbp:company ?x . ?uri a dbo:TelevisionShow };select distinct ?a where { ?x dbo:owner ?a . ?uri dbp:company ?x . ?uri a dbo:TelevisionShow };129e928aa6144eaba586e4379ae9f973
http://dbpedia.org/ontology/City;;;Name the airlines which have a hub in airport in <A>?;SELECT DISTINCT ?uri where { ?x dbp:cityServed <A> . ?uri dbp:hubs ?x . ?uri a dbo:Airline };select distinct ?a where { ?x dbp:cityServed ?a . ?uri dbp:hubs ?x . ?uri a dbo:Airline };60f31d985aed488e9d589db655e932ad
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Person;;Name the are where <A> operate and has place of birth as <B> ?;SELECT DISTINCT ?uri where { <A> dbo:operatedBy ?uri . <B> dbp:placeOfBirth ?uri };select distinct ?a, ?b where { ?a dbo:operatedBy ?uri . ?b dbp:placeOfBirth ?uri };277ae34827a94a64bfda52a29b80431f
http://dbpedia.org/ontology/Person;;;Name the companies which are in cities under <A>?;SELECT DISTINCT ?uri where { ?x dbp:leaderName <A> . ?uri dbo:locationCity ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbp:leaderName ?a . ?uri dbo:locationCity ?x . ?uri a dbo:Company };fa5fce44a7e64b59826c7dba9a288670
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Region;;Name the company founded by <A> located in <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:foundedBy <A> . ?uri dbo:locationCity <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:foundedBy ?a . ?uri dbo:locationCity ?b . ?uri a dbo:Company };30679d014e3749319a88ec1614bdb393
http://dbpedia.org/ontology/Country;;;Name the company founded in <A> and provides <B> as service ?;SELECT DISTINCT ?uri where { ?uri dbp:services <B> . ?uri dbp:foundation <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:services ?b . ?uri dbp:foundation ?a . ?uri a dbo:Company };2a6c65a45e7249bebfda9d7ab36715ad
http://dbpedia.org/ontology/Region;;;Name the company founded in <A> and provides <B> as services ?;SELECT DISTINCT ?uri where { ?uri dbp:foundation <A> . ?uri dbp:services <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:foundation ?a . ?uri dbp:services ?b . ?uri a dbo:Company };d91e9b0f8f0b4a2e8ebfa336a54bdde1
;http://dbpedia.org/ontology/Country;;Name the company founded in <B> and <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:foundation <B> . ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:foundation ?b . ?uri dbp:products ?a . ?uri a dbo:Company };534aa17cdbb94593be95eb3051ede21e
;http://dbpedia.org/ontology/Person;;Name the company which produces <A> and has key person as <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:products <A> . ?uri dbp:keyPeople <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:products ?a . ?uri dbp:keyPeople ?b . ?uri a dbo:Company };0a6bea353ecd405497f5ceab8b5d3dc3
;;;Name the company which produces both <B> and <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:product <B> . ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:product ?b . ?uri dbp:products ?a . ?uri a dbo:Company };2d4e39d0c0784adfb281198a892d3894
;;;Name the company which provides <B> as service and also has a product named <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:services <B> . ?uri dbo:product <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:services ?b . ?uri dbo:product ?a . ?uri a dbo:Company };e9767fcb96f14efeaa05520dc4675f58
;;;Name the company who owns <A> division?;SELECT DISTINCT ?uri where { ?uri dbp:divisions <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:divisions ?a . ?uri a dbo:Company };811423e6b0814c93a5bb6474579e9557
;http://dbpedia.org/ontology/Person;;Name the company whose key person is <B> and produces <A>?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <B> . ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:keyPeople ?b . ?uri dbp:products ?a . ?uri a dbo:Company };59b915743bb142afb10240174db2a7d0
http://dbpedia.org/ontology/Person;;;Name the company whose one of the product is <B> and has one of the key person as <A>?;SELECT DISTINCT ?uri where { ?uri dbo:product <B> . ?uri dbo:keyPerson <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:product ?b . ?uri dbo:keyPerson ?a . ?uri a dbo:Company };5cf13a5c4a1849c6afb4b1a429c18893
;http://dbpedia.org/ontology/Person;;Name the company whose products is <A> and key person is <B>?;SELECT DISTINCT ?uri where { ?uri dbp:products <A> . ?uri dbo:keyPerson <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:products ?a . ?uri dbo:keyPerson ?b . ?uri a dbo:Company };4795bf86bb3c409aa3c9750d6092aa2f
;;;Name the company whose products's predecessor is <A>?;SELECT DISTINCT ?uri where { ?x dbo:predecessor <A> . ?uri dbp:products ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbo:predecessor ?a . ?uri dbp:products ?x . ?uri a dbo:Company };2de2ea8f7f994e38898f57b6b90b2088
;;;Name the company with product lines <B> and <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:products <B> . ?uri dbo:product <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:products ?b . ?uri dbo:product ?a . ?uri a dbo:Company };a3c5942a30ca4e078b7cac835d4eb065
;;;Name the company with product named <A> and provides <B> as a service ?;SELECT DISTINCT ?uri where { ?uri dbo:product <A> . ?uri dbp:services <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:product ?a . ?uri dbp:services ?b . ?uri a dbo:Company };05243a944c564231bfbdcc7577bf0492
;;;Name the famous employee of <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:employer <A> };select distinct ?a where { ?uri dbp:employer ?a };dc5442f9638d4d3a877e6926914c08db
;;;Name the hubs of the airlines whose headquarters is in the <A>?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbp:hubs ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:hubs ?uri . ?x a dbo:Airline };b7793671687a4f84826d505cfe9e14f1
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name the line of the <A> which is also the hub airport of the <B>?;SELECT DISTINCT ?uri where { <A> dbp:line ?uri . <B> dbo:hubAirport ?uri };select distinct ?a, ?b where { ?a dbp:line ?uri . ?b dbo:hubAirport ?uri };1fddb6aae1e34017a5ef49ecfbd2f3bb
;;;Name the newspaper owned by <B> and headquartered at <A>?;SELECT DISTINCT ?uri where { ?uri dbp:owners <B> . ?uri dbp:headquarters <A> . ?uri a dbo:Newspaper };select distinct ?a, ?b where { ?uri dbp:owners ?b . ?uri dbp:headquarters ?a . ?uri a dbo:Newspaper };6db02b173fff4b64bb309fb45500cd93
;;;Name the parent company of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:parentCompany ?uri };select distinct ?a where { ?a dbo:parentCompany ?uri };d96691130f534245a4d69a4dcbc67391
;;;Name the parent company of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:parentCompany ?uri };select distinct ?a where { ?a dbo:parentCompany ?uri };d1129ddcb8c04a6d88e360a759cf01d9
;;;Name the products of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:products ?uri };select distinct ?a where { ?a dbp:products ?uri };33bedb8ae5c1409fb0ba92d69816a355
;;;Name the sharehoders of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri };select distinct ?a where { ?a dbo:owner ?uri };b9bf97d01e9745d681eda36b557db3a8
http://dbpedia.org/ontology/Person;;;Name the stock holders of soccer club whose one of the stockholder is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:owner <A> . ?x dbo:owner ?uri . ?x a dbo:SoccerClub };select distinct ?a where { ?x dbp:owner ?a . ?x dbo:owner ?uri . ?x a dbo:SoccerClub };120552b5f83c4469b65f4e0a718d330b
http://dbpedia.org/ontology/Athlete;;;On how many different grounds were seasons chaired by <A> held?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:chairman <A> . ?x dbo:ground ?uri };select distinct ?a where { ?x dbo:chairman ?a . ?x dbo:ground ?uri };3f943b9b68fe43c7a7363ff39f9f3074
;;;Organization holding stocks of <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri . <B> dbo:owner ?uri };select distinct ?a, ?b where { ?a dbp:owner ?uri . ?b dbo:owner ?uri };5b4bb78a68b94d218437f69956f6fba9
http://dbpedia.org/ontology/Region;;;Producers of what have died in <A>?;SELECT DISTINCT ?uri where { ?x dbo:deathPlace <A> . ?uri dbo:producer ?x };select distinct ?a where { ?x dbo:deathPlace ?a . ?uri dbo:producer ?x };774e4d5e2f154ce18749dbfff09b87aa
http://dbpedia.org/ontology/Person;;;To what companies is <A> important?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:keyPeople ?a . ?uri a dbo:Company };1220a8e5611d4f3da78af05e41f06c15
http://dbpedia.org/ontology/ArchitecturalStructure;;;To what other locations does the airlines have flights, who also fly to <A>;SELECT DISTINCT ?uri where { ?x dbo:targetAirport <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbo:targetAirport ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };655aee0c067641ffbd67c9dac3ce438a
http://dbpedia.org/ontology/Person;;;To which company does <A> is critical to?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:keyPeople ?a . ?uri a dbo:Company };a78468ab14af48d8a7e5c8649b7b7da6
http://dbpedia.org/ontology/Person;;;To which company is <A> a father company?;SELECT DISTINCT ?uri where { ?uri dbo:owningCompany <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:owningCompany ?a . ?uri a dbo:Company };df9d1c5e29c84fbe86c5e6135265ba82
;;;"To which company is the service ""<A>"" associated with?";SELECT DISTINCT ?uri where { ?uri dbp:services <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:services ?a . ?uri a dbo:Company };06750153a35042ba9ea9d0bd000bbf4d
http://dbpedia.org/ontology/Country;;;To which places do the flights go by airlines headquartered in the <A>?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };efb84d67dd2347d9b6b254799a4661c3
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/SportsSeason;;Was <A> a chairman of <B>?;ASK where { <B> dbo:chairman <A> };select distinct ?a, ?b where { ?b dbo:chairman ?a };bb3db88e042a45719a508ffcb4e0cae4
;http://dbpedia.org/ontology/Country;;Was <A> first aired in <B>?;ASK where { <A> dbp:firstAired <B> };select distinct ?a, ?b where { ?a dbp:firstAired ?b };0f40d8629b94485292d2bdb7107b1da7
;http://dbpedia.org/ontology/Country;;Was <A> first aired in <B>?;ASK where { <A> dbp:firstAired <B> };select distinct ?a, ?b where { ?a dbp:firstAired ?b };4382d08ff34c47ffbf3c17b6a9451ce1
http://dbpedia.org/ontology/Country;http://dbpedia.org/ontology/Person;;Was <B> first aired in <A>?;ASK where { <B> dbp:firstAired <A> };select distinct ?a, ?b where { ?b dbp:firstAired ?a };f3ac616f8c0643cf88335eb3083c700d
http://dbpedia.org/ontology/City;;;Was the <B> built in <A>?;ASK where { <B> dbp:shipBuilder <A> };select distinct ?a, ?b where { ?b dbp:shipBuilder ?a };cb46de89eece40c6a511ae4bb909b07f
;;;What all is owned by a company one of whose division is <A>?;SELECT DISTINCT ?uri where { ?x dbo:division <A> . ?uri dbp:company ?x };select distinct ?a where { ?x dbo:division ?a . ?uri dbp:company ?x };0305f6c0414b4f0cba825e2346e0b8a0
;;;What all is produced by companies in <A>?;SELECT DISTINCT ?uri where { ?x dbo:locationCity <A> . ?x dbo:product ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:locationCity ?a . ?x dbo:product ?uri . ?x a dbo:Company };3abffed2b2504a16b1cbaecbe05b2bde
;;;What appliance <A> made after the success of <B>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri dbo:predecessor <B> };select distinct ?a, ?b where { ?uri dbo:manufacturer ?a . ?uri dbo:predecessor ?b };927bed1a09eb4ccebe9ce52f962a6866
;;;What are some cars related to the ones with a <A>?;SELECT DISTINCT ?uri where { ?x dbp:engine <A> . ?x dbp:related ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:engine ?a . ?x dbp:related ?uri . ?x a dbo:Automobile };8bacd9f637114aacb4f912ee3339497c
;;;What are some cars similar to <A>?;SELECT DISTINCT ?uri where { ?x dbp:class <A> . ?x dbp:related ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:class ?a . ?x dbp:related ?uri . ?x a dbo:Automobile };cdd77de1c8c7471fa087116e8d6f3f19
http://dbpedia.org/ontology/City;;;What are some cars similar to the ones assembled at <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbp:related ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:related ?uri . ?x a dbo:Automobile };37341d4902c249d1a926afdf3ec6895d
http://dbpedia.org/ontology/Person;;;What are some cars which came before the ones on a <A>?;SELECT DISTINCT ?uri where { ?x dbo:automobilePlatform <A> . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:automobilePlatform ?a . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };5dd1957c2b5c46c4bcb3c8d94b4df437
http://dbpedia.org/ontology/City;;;What are some companies which are founded in <A> Jurisdiction?;SELECT DISTINCT ?uri where { ?x dbp:governingBody <A> . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbp:governingBody ?a . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };4b257aeff6b340ebb07ca27538749ed4
;;;What are some countries where companies headquartered in the <A> operate?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbp:country ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:country ?uri . ?x a dbo:Company };1010a7a0c5f44e9d94d2ad67d025ee32
;;;What are some employees of <A>?;SELECT DISTINCT ?uri where { ?uri dbp:employer <A> };select distinct ?a where { ?uri dbp:employer ?a };3412c129527f4e78a14421f84b364adf
http://dbpedia.org/ontology/Country;;;What are some famo<A> companies founded in the US?;SELECT DISTINCT ?uri where { ?uri dbo:foundationPlace <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:foundationPlace ?a . ?uri a dbo:Company };e9d2d1d8bc8a4519b2b504c0b054b9e5
http://dbpedia.org/ontology/Sea;;;What are some other destinations covered by the airlines whose flights go to the <A>?;SELECT DISTINCT ?uri where { ?x dbp:destinations <A> . ?x dbo:destination ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:destinations ?a . ?x dbo:destination ?uri . ?x a dbo:Airline };53bb18b2b179439ea955d4300cf133ea
;;;What are some other products of the banks which makes <A>?;SELECT DISTINCT ?uri where { ?x dbo:product <A> . ?x dbp:products ?uri . ?x a dbo:Bank };select distinct ?a where { ?x dbo:product ?a . ?x dbp:products ?uri . ?x a dbo:Bank };b331453bfb4641c399c599377904e4a3
;;;What are some other services of the company whose service is <A>?;SELECT DISTINCT ?uri where { ?x dbo:service <A> . ?x dbp:services ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:service ?a . ?x dbp:services ?uri . ?x a dbo:Company };478436ca4cc34c0bb4f8d95e5e869be7
http://dbpedia.org/ontology/City;;;What are some people who are on the board of companies founded in <A>?;SELECT DISTINCT ?uri where { ?x dbp:foundation <A> . ?uri dbo:board ?x . ?uri a dbo:Person };select distinct ?a where { ?x dbp:foundation ?a . ?uri dbo:board ?x . ?uri a dbo:Person };1b7009c254174184a4496ada2462fa8e
;;;What are some people working for the <A>?;SELECT DISTINCT ?uri where { ?uri dbo:employer <A> . ?uri a dbo:Person };select distinct ?a where { ?uri dbo:employer ?a . ?uri a dbo:Person };4af5c60efca84897ae3b0cf6c727f603
;;;What are some products manufactured by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> };select distinct ?a where { ?uri dbo:manufacturer ?a };20279be806b8412f9bc87ac6de8c50aa
http://dbpedia.org/ontology/Person;;;What are some products of the company whose parent is <A>?;SELECT DISTINCT ?uri where { ?x dbp:parent <A> . ?x dbp:products ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:parent ?a . ?x dbp:products ?uri . ?x a dbo:Company };dfc6f1364b4f43ac8569c33167e51bee
;;;What are some products of the the company whose subsidiary is <A>?;SELECT DISTINCT ?uri where { ?x dbo:subsidiary <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbo:subsidiary ?a . ?uri dbo:manufacturer ?x };28d65bdcbc9a48288e72664ab13c4ddc
;;;What are the airline hubs of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:hubs ?uri };select distinct ?a where { ?a dbp:hubs ?uri };606ecd9c542e4d1d8cd5322a41818757
http://dbpedia.org/ontology/ArchitecturalStructure;;;What are the airlines whose hub airport is <A>?;SELECT DISTINCT ?uri where { ?uri dbo:hubAirport <A> . ?uri a dbo:Airline };select distinct ?a where { ?uri dbo:hubAirport ?a . ?uri a dbo:Airline };1635d75bc91149baba817e3b941d67db
;;;What are the airlines whose hub airport is operated by the <A>?;SELECT DISTINCT ?uri where { ?x dbo:operator <A> . ?uri dbo:hubAirport ?x . ?uri a dbo:Airline };select distinct ?a where { ?x dbo:operator ?a . ?uri dbo:hubAirport ?x . ?uri a dbo:Airline };de301d41a10c41a3a2d59f1551e5d9ac
http://dbpedia.org/ontology/ArchitecturalStructure;;;What are the airlines whose hub is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:hubs <A> . ?uri a dbo:Airline };select distinct ?a where { ?uri dbp:hubs ?a . ?uri a dbo:Airline };09b0e80486e44ea2b1cbca4f69c89923
http://dbpedia.org/ontology/Person;;;What are the gadgets whose manufacturing company is founded by <A>?;SELECT DISTINCT ?uri where { ?x dbp:founder <A> . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };select distinct ?a where { ?x dbp:founder ?a . ?uri dbo:manufacturer ?x . ?uri a dbo:Device };c09fbce16b2a4485808f9dbd9870a971
;;;What are the hubs of PLUS Helicopter Services, a highway helicopter unit of <A>?;SELECT DISTINCT ?uri where { <A> dbp:hubs ?uri };select distinct ?a where { ?a dbp:hubs ?uri };d5068e915d334851ae6309f58ccc82cf
;;;What are the things built by <A> ?;SELECT DISTINCT ?uri where { <A> dbp:manufacturer ?uri };select distinct ?a where { ?a dbp:manufacturer ?uri };4dc12f67b9bf40f1ad3ea69a7d6ddc7f
;;;What are the towns who have <A> system?;SELECT DISTINCT ?uri where { ?uri dbp:settlementType <A> . ?uri a dbo:Town };select distinct ?a where { ?uri dbp:settlementType ?a . ?uri a dbo:Town };07133019a5a74f7f83b418752c785bbf
;;;What automobile engine's successor is <A>;SELECT DISTINCT ?uri where { ?uri dbp:successor <A> . ?uri a dbo:AutomobileEngine };select distinct ?a where { ?uri dbp:successor ?a . ?uri a dbo:AutomobileEngine };9ea90a365f7c4673a2ae7ecd250d290b
http://dbpedia.org/ontology/Country;;;What cars were built upon the cars which were assembled in <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };1d60b0de9bd444dabe4c059c4f7fde5f
http://dbpedia.org/ontology/City;;;What companies are located in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:locationCity <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:locationCity ?a . ?uri a dbo:Company };861f142fbb834b069b0085c225e1a899
http://dbpedia.org/ontology/Person;;;What company involved in the development of <B> did <A> work for?;SELECT DISTINCT ?uri where { <A> dbo:occupation ?uri . <B> dbo:developer ?uri };select distinct ?a, ?b where { ?a dbo:occupation ?uri . ?b dbo:developer ?uri };83248eda73fd4609ac3a9359b62a9a2c
;;;What company is the distributor of <A>?;SELECT DISTINCT ?uri where { <A> dbp:distributor ?uri };select distinct ?a where { ?a dbp:distributor ?uri };0dd98abb1d704acbaaaf373111ec2b6f
;;;What company is the one which wrote the <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbo:author ?uri . <A> dbo:author ?uri };select distinct ?a, ?b where { ?b dbo:author ?uri . ?a dbo:author ?uri };f4f5ee1369484c24bff925aa0c0f67c5
;;;What company made the <B> and distributed <A>?;SELECT DISTINCT ?uri where { <A> dbp:distributor ?uri . <B> dbp:developer ?uri . ?uri a dbo:Company };select distinct ?a, ?b where { ?a dbp:distributor ?uri . ?b dbp:developer ?uri . ?uri a dbo:Company };7e818c143d0646119c7a6274c4471970
http://dbpedia.org/ontology/Person;;;What company's founder is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:founder <A> };select distinct ?a where { ?uri dbp:founder ?a };3cdc8e8ea823409f959acead754885e6
http://dbpedia.org/ontology/Person;;;What company's leader is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:keyPeople ?a . ?uri a dbo:Company };9650115540914f179ceb06bf8beef981
;;;What do the banks owned by <A> produce?;SELECT DISTINCT ?uri where { ?x dbo:parentCompany <A> . ?x dbp:products ?uri . ?x a dbo:Bank };select distinct ?a where { ?x dbo:parentCompany ?a . ?x dbp:products ?uri . ?x a dbo:Bank };5a074df3521141adb1aefaec144c1510
http://dbpedia.org/ontology/City;;;What is an airport inside <A>?;SELECT DISTINCT ?uri where { ?uri dbp:cityServed <A> . ?uri a dbo:Airport };select distinct ?a where { ?uri dbp:cityServed ?a . ?uri a dbo:Airport };95e2eff5a1b64e1b9ce1e7edf8adedcf
;;;What is manufactured by <B> and <A> togather?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <B> . ?uri dbo:manufacturer <A> };select distinct ?a, ?b where { ?uri dbo:manufacturer ?b . ?uri dbo:manufacturer ?a };2a9c6af7ea724bd49c834dd371c155c8
http://dbpedia.org/ontology/Person;;;What is manufactured by a company founded by <A>?;SELECT DISTINCT ?uri where { ?x dbp:founder <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbp:founder ?a . ?uri dbo:manufacturer ?x };4a0378488d7a4e55b54af1494dd0452d
http://dbpedia.org/ontology/Person;;;What is manufactured by a company headed by <A>?;SELECT DISTINCT ?uri where { ?x dbp:keyPeople <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbp:keyPeople ?a . ?uri dbo:manufacturer ?x };cf2c22fcebba4a6f86eed6755e915b2f
http://dbpedia.org/ontology/SportFacility;;;What is operated by <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri };select distinct ?a where { ?a dbo:operator ?uri };26c83a9e8dd7414ba4b9740120278949
http://dbpedia.org/ontology/ArchitecturalStructure;;;What is the airline company has its headquarters in <A>?;SELECT DISTINCT ?uri where { ?uri dbp:headquarters <A> };select distinct ?a where { ?uri dbp:headquarters ?a };5c04724cd502432197623d0c85e4cd8d
;;;What is the appliance build jointly by <A> and <B>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri dbo:manufacturer <B> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbo:manufacturer ?a . ?uri dbo:manufacturer ?b . ?uri a dbo:InformationAppliance };468c3951514945a0be198af850f2e036
;;;What is the automobile platform of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:automobilePlatform ?uri };select distinct ?a where { ?a dbo:automobilePlatform ?uri };7548aa9412d4455198e5c71f7383e131
;;;What is the base currency of the country which operates the <A>?;SELECT DISTINCT ?uri where { <A> dbo:operator ?x . ?x dbo:currency ?uri };select distinct ?a where { ?a dbo:operator ?x . ?x dbo:currency ?uri };e887507cbcda4bd8956a82825a4a84ac
;http://dbpedia.org/ontology/WineRegion;;What is the common country of <A> and <B> ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri . <B> dbo:location ?uri };select distinct ?a, ?b where { ?a dbo:operator ?uri . ?b dbo:location ?uri };8553c4fee8b04dc18263ee3f07b81807
;;;What is the common place where <A> was built, and is one of the destinations of <B>?;SELECT DISTINCT ?uri where { <A> dbp:shipBuilder ?uri . <B> dbo:destination ?uri };select distinct ?a, ?b where { ?a dbp:shipBuilder ?uri . ?b dbo:destination ?uri };085348492566421ba7cade102bb4e127
;;;What is the common product of the <A> and services of the <B> ?;SELECT DISTINCT ?uri where { <A> dbo:product ?uri . <B> dbp:services ?uri };select distinct ?a, ?b where { ?a dbo:product ?uri . ?b dbp:services ?uri };eb14dd948f6f4df8b68c0a0f036a8957
http://dbpedia.org/ontology/Person;;;What is the company of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:company ?uri };select distinct ?a where { ?a dbp:company ?uri };966ba5310c7049799db0464434010003
;;;What is the company that has products with <A> as its OS?;SELECT DISTINCT ?uri where { ?x dbp:os <A> . ?uri dbo:product ?x };select distinct ?a where { ?x dbp:os ?a . ?uri dbo:product ?x };62f222b7e3e84a6cb4ce8193b63544d6
http://dbpedia.org/ontology/Person;;;What is the company to which <A> proprietor to ?;SELECT DISTINCT ?uri where { ?uri dbo:foundedBy <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:foundedBy ?a . ?uri a dbo:Company };8b84e189a1384ad4bf36163f27e3acac
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What is the company which has <B> and <A> as key person?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <B> . ?uri dbp:keyPeople <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:keyPeople ?b . ?uri dbp:keyPeople ?a . ?uri a dbo:Company };fe375b78109c42628cbc2ce69704bc5b
;http://dbpedia.org/ontology/Person;;What is the company whose one of the key person is <B> and produces <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <B> . ?uri dbo:product <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:keyPeople ?b . ?uri dbo:product ?a . ?uri a dbo:Company };6ab4e15a8b7248ebb8cb2c41358e0f2a
http://dbpedia.org/ontology/City;;;What is the destinations of the airline whose headquarters is in <A>?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };e20cde96361c4690974f7cd6b67e3241
;;;What is the division of the companies who make <A>?;SELECT DISTINCT ?uri where { ?x dbp:products <A> . ?x dbo:division ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:products ?a . ?x dbo:division ?uri . ?x a dbo:Company };8f4dcf2dc41047969a71b87fbfef4cc4
http://dbpedia.org/ontology/Person;;;what is the headquarters of <A>?;SELECT DISTINCT ?uri where { <A> dbp:headquarters ?uri };select distinct ?a where { ?a dbp:headquarters ?uri };e5f9dd5ab9324d1ebbdf61c7e4403c15
http://dbpedia.org/ontology/ArchitecturalStructure;;;What is the headquarters of the public transit system which is the section of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:isPartOf ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };select distinct ?a where { ?a dbo:isPartOf ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };7f75c46b604847b88c64d3d6fffa098b
http://dbpedia.org/ontology/ArchitecturalStructure;;;What is the headquarters of the public transit system which is the system of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:system ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };select distinct ?a where { ?a dbp:system ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };43a276ac67384d1fb8baebc563b6eeb9
;http://dbpedia.org/ontology/Country;;What is the hub airport of <A>, and is also the largest city of <B>?;SELECT DISTINCT ?uri where { <A> dbo:hubAirport ?uri . <B> dbo:largestCity ?uri };select distinct ?a, ?b where { ?a dbo:hubAirport ?uri . ?b dbo:largestCity ?uri };70568d51ea3b40fa9b6e40baba80e4fc
;;;What is the hub of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:hubs ?uri };select distinct ?a where { ?a dbp:hubs ?uri };eac2d5332100483581f13b166ac29e94
;;;What is the information appliance whose successor is <B> and maker is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:successor <B> . ?uri dbp:manufacturer <A> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbp:successor ?b . ?uri dbp:manufacturer ?a . ?uri a dbo:InformationAppliance };b7b4af490fc749c39bb8f1aebd991ebd
http://dbpedia.org/ontology/Person;;;What is the largest city of the country which have an assembly of <A>?;SELECT DISTINCT ?uri where { <A> dbo:assembly ?x . ?x dbo:largestCity ?uri };select distinct ?a where { ?a dbo:assembly ?x . ?x dbo:largestCity ?uri };10540b9b82364f5eb00957a38632eca3
http://dbpedia.org/ontology/Person;;;What is the layout of the automobiles designed by <A>?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?x dbo:layout ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:designer ?a . ?x dbo:layout ?uri . ?x a dbo:Automobile };f9931eecbd9646808d8468edd4b7cc74
http://dbpedia.org/ontology/Person;;;What is the layout of the automobiles whose designer company is <A>?;SELECT DISTINCT ?uri where { ?x dbo:designCompany <A> . ?x dbo:layout ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:designCompany ?a . ?x dbo:layout ?uri . ?x a dbo:Automobile };b109f73fd21a466b80b5e96bbd12b4a3
;;;What is the layout of the cars similar to that of the <A>?;SELECT DISTINCT ?uri where { ?x dbo:relatedMeanOfTransportation <A> . ?x dbo:layout ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:relatedMeanOfTransportation ?a . ?x dbo:layout ?uri . ?x a dbo:Automobile };f2f115531d7445d49155fe03258dffe1
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What is the location of the <A> office which is also the place of birth of <B>;SELECT DISTINCT ?uri where { <A> dbp:office ?uri . <B> dbo:birthPlace ?uri };select distinct ?a, ?b where { ?a dbp:office ?uri . ?b dbo:birthPlace ?uri };d6d1fdb7f3604da48fee7fba7961f107
;;;What is the name of the information appliance by <A> whose predecessor is <B>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri dbp:predecessor <B> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbo:manufacturer ?a . ?uri dbp:predecessor ?b . ?uri a dbo:InformationAppliance };070e0e36e87b4eeda426afc352710eae
;;;What is the operator of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri };select distinct ?a where { ?a dbo:operator ?uri };df8a83a06ca941c3b6f30667a64bc305
;;;What is the owning company of the bank whose parent is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:parent <A> . ?x dbo:owningCompany ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:parent ?a . ?x dbo:owningCompany ?uri . ?x a dbo:Company };bdd487c7a42548298552ee353383a88e
http://dbpedia.org/ontology/ArchitecturalStructure;;;What is the owning organisation of the <A> and also the builder of the <B>?;SELECT DISTINCT ?uri where { <A> dbo:owningOrganisation ?uri . <B> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?a dbo:owningOrganisation ?uri . ?b dbo:manufacturer ?uri };b88127c669a54c12aa05eef809943bc3
;;;What is the parent company of <A>?;SELECT DISTINCT ?uri where { <A> dbp:parent ?uri };select distinct ?a where { ?a dbp:parent ?uri };7e8d0703ae84488c9069607df8d097d6
;;;What is the parent company of <A>?;SELECT DISTINCT ?uri where { ?uri dbo:subsidiary <A> };select distinct ?a where { ?uri dbo:subsidiary ?a };68d3363523454c20b8b113b8ca87eaed
;;;What is the parent company of company which owns <A>?;SELECT DISTINCT ?uri where { <A> dbp:parent ?x . ?x dbo:parentCompany ?uri . ?x a dbo:Company };select distinct ?a where { ?a dbp:parent ?x . ?x dbo:parentCompany ?uri . ?x a dbo:Company };541c5ade920c4308934784b55bbabc52
http://dbpedia.org/ontology/City;;;What is the parent company of the airline whose hub is in <A>?;SELECT DISTINCT ?uri where { ?x dbp:hubs <A> . ?x dbo:parentCompany ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:hubs ?a . ?x dbo:parentCompany ?uri . ?x a dbo:Airline };578cf8ec42c6409aaa3c25d463a0c4e1
http://dbpedia.org/ontology/City;;;What is the parent of the airline whose hubs is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:hubs <A> . ?x dbp:parent ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbp:hubs ?a . ?x dbp:parent ?uri . ?x a dbo:Airline };09419b9d207043bc80903f773b894b62
http://dbpedia.org/ontology/Person;;;What is the predecessor of the automobile which is the related of <A>?;SELECT DISTINCT ?uri where { <A> dbp:related ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };select distinct ?a where { ?a dbp:related ?x . ?x dbo:predecessor ?uri . ?x a dbo:Automobile };8bd9695f7e1442e2a222a9db2e5934f0
;;;What is the predecessor of the car engine which was succeeded by <A> ?;SELECT DISTINCT ?uri where { ?x dbo:successor <A> . ?x dbp:predecessor ?uri . ?x a dbo:Engine };select distinct ?a where { ?x dbo:successor ?a . ?x dbp:predecessor ?uri . ?x a dbo:Engine };298ec5bdf98b4eaead3626a3d1fd8456
;;;What is the product of the <A> and is the theme of <B>, the convention?;SELECT DISTINCT ?uri where { <A> dbo:product ?uri . <B> dbp:genre ?uri };select distinct ?a, ?b where { ?a dbo:product ?uri . ?b dbp:genre ?uri };bef5d2d4a45a4e84bdc7a586d4247c3c
;;;What is the purpose of some <A>n organizations?;SELECT DISTINCT ?uri where { ?x dbo:headquarter <A> . ?x dbp:purpose ?uri . ?x a dbo:Organisation };select distinct ?a where { ?x dbo:headquarter ?a . ?x dbp:purpose ?uri . ?x a dbo:Organisation };dc71852033ea4aa78c0988a5a8353b08
http://dbpedia.org/ontology/Country;;;What is the total number of builder of the military structures whose builder is also <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:builder <A> . ?x dbo:builder ?uri };select distinct ?a where { ?x dbo:builder ?a . ?x dbo:builder ?uri };c83f849b65f046198bee117225c1dac5
http://dbpedia.org/ontology/Person;;;What is the total number of companies who use a language designed by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:designer <A> . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbp:designer ?a . ?uri dbp:programmingLanguage ?x . ?uri a dbo:Company };959815b6184e4dd9a68135af4125df83
http://dbpedia.org/ontology/Country;;;What is the total number of regions served by the companies which also serves <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:regionServed <A> . ?x dbo:regionServed ?uri };select distinct ?a where { ?x dbo:regionServed ?a . ?x dbo:regionServed ?uri };fbc34fb8d1464bec93cab57479d2ee9e
http://dbpedia.org/ontology/Person;;;What is the workplace of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:employer ?uri };select distinct ?a where { ?a dbp:employer ?uri };3b865ce9d2c64aa2bf2eea2036094742
;http://dbpedia.org/ontology/Country;;What is used as money for <B> is also the product of the <A> ?;SELECT DISTINCT ?uri where { <B> dbo:currency ?uri . <A> dbo:product ?uri };select distinct ?a, ?b where { ?b dbo:currency ?uri . ?a dbo:product ?uri };53c6290f51ab4906877de90618901cdd
;;;What layout can be found in cars similar to the <A>?;SELECT DISTINCT ?uri where { ?x dbp:related <A> . ?x dbo:layout ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:related ?a . ?x dbo:layout ?uri . ?x a dbo:Automobile };3de0eac5123f4e209570dffcc7b9e398
;;;What magazine companies are of form <A>?;SELECT DISTINCT ?uri where { ?uri dbp:company <A> . ?uri a dbo:Magazine };select distinct ?a where { ?uri dbp:company ?a . ?uri a dbo:Magazine };930321a78c1f43668bb1a7051bc5727b
;;;What newspapers's owners is <A>;SELECT DISTINCT ?uri where { ?uri dbp:owners <A> . ?uri a dbo:Newspaper };select distinct ?a where { ?uri dbp:owners ?a . ?uri a dbo:Newspaper };60a97365c85d48f790174e2e468ec6e0
http://dbpedia.org/ontology/ArchitecturalStructure;;;What other destinations do airlines go to, whose flights also come to <A>;SELECT DISTINCT ?uri where { ?x dbo:targetAirport <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbo:targetAirport ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };5ba35b11cd8b47b3bdb0467bb646621b
;;;What product is made by <A> and <B> togather?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri dbo:manufacturer <B> };select distinct ?a, ?b where { ?uri dbo:manufacturer ?a . ?uri dbo:manufacturer ?b };84c4f92bbfb04638a0a619683dea1349
http://dbpedia.org/ontology/City;;;What products are made by <A> based companies?;SELECT DISTINCT ?uri where { ?x dbp:location <A> . ?x dbo:product ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbp:location ?a . ?x dbo:product ?uri . ?x a dbo:Company };0ad9954f309c496ab4dfbd8056a58187
http://dbpedia.org/ontology/Country;;;What products do <A> companies make?;SELECT DISTINCT ?uri where { ?x dbo:location <A> . ?x dbo:product ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:location ?a . ?x dbo:product ?uri . ?x a dbo:Company };dcf94c6a97794f5eaa21c501a7046906
;;;What railway lines go through the stations maintained by Western Australian <A>?;SELECT DISTINCT ?uri where { ?x dbo:owningOrganisation <A> . ?x dbo:servingRailwayLine ?uri . ?x a dbo:Station };select distinct ?a where { ?x dbo:owningOrganisation ?a . ?x dbo:servingRailwayLine ?uri . ?x a dbo:Station };3b7070ada99b44be80d9025524919a86
http://dbpedia.org/ontology/Town;;;What sporting goods companies are located in <A>?;SELECT DISTINCT ?uri where { ?uri dbp:location <A> };select distinct ?a where { ?uri dbp:location ?a };d07c4caf5e9b42379ae12c0f145c97dc
;;;What type of engines are utilised by <A>?;SELECT DISTINCT ?uri where { <A> dbp:engine ?uri };select distinct ?a where { ?a dbp:engine ?uri };75fa0d818e204f15beda5bf1e16d1d58
http://dbpedia.org/ontology/Country;;;Where can I find companies which originated in <A>?;SELECT DISTINCT ?uri where { ?x dbo:foundationPlace <A> . ?x dbp:locations ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbp:locations ?uri . ?x a dbo:Company };133cd7d5f379447cba8204eebe933035
http://dbpedia.org/ontology/City;;;Where can i find companies which were started in <A>?;SELECT DISTINCT ?uri where { ?x dbo:foundationPlace <A> . ?x dbp:locations ?uri . ?x a dbo:Company };select distinct ?a where { ?x dbo:foundationPlace ?a . ?x dbp:locations ?uri . ?x a dbo:Company };72d5cb491ec94f14b8d9683a64782b9c
;;;Where did the beverages sold by <A> originate?;SELECT DISTINCT ?uri where { ?x dbo:manufacturer <A> . ?x dbp:origin ?uri . ?x a dbo:Beverage };select distinct ?a where { ?x dbo:manufacturer ?a . ?x dbp:origin ?uri . ?x a dbo:Beverage };0564d9c87b7544ec8c5ee392b68afadc
;;;Where did these popular aeroplanes - <A> and <B> originate?;SELECT DISTINCT ?uri where { <A> dbp:nationalOrigin ?uri . <B> dbp:nationalOrigin ?uri };select distinct ?a, ?b where { ?a dbp:nationalOrigin ?uri . ?b dbp:nationalOrigin ?uri };2130571cb0394b1b82ad2a8c6f4f159f
http://dbpedia.org/ontology/SportsTeam;;;Where do employees of <A> live?;SELECT DISTINCT ?uri where { ?x dbp:employer <A> . ?x dbo:residence ?uri };select distinct ?a where { ?x dbp:employer ?a . ?x dbo:residence ?uri };d1d052fa4410465f98e14f968dcd449c
;;;Where do the <A> employees typically graduate from?;SELECT DISTINCT ?uri where { ?x dbp:employer <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbp:employer ?a . ?x dbo:almaMater ?uri };7b8f4f86aea64af6bca2e94f317956c2
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where do the airlines garrisoned at <A> fly to?;SELECT DISTINCT ?uri where { ?x dbo:headquarter <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbo:headquarter ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };4c039e3d1eab4b4e906e046cc3096bbc
http://dbpedia.org/ontology/SportsTeam;;;Where do the stockholders of <A> F.C. live?;SELECT DISTINCT ?uri where { <A> dbo:owner ?x . ?x dbp:residence ?uri };select distinct ?a where { ?a dbo:owner ?x . ?x dbp:residence ?uri };a325797e93f24edab0569ec125f0d080
http://dbpedia.org/ontology/Person;;;Where does <A> work?;SELECT DISTINCT ?uri where { <A> dbp:employer ?uri };select distinct ?a where { ?a dbp:employer ?uri };6b258a86694f43419d3c78e7aec3c3a7
;;;Where has the employee of <A> worked ?;SELECT DISTINCT ?uri where { ?x dbo:employer <A> . ?x dbo:employer ?uri };select distinct ?a where { ?x dbo:employer ?a . ?x dbo:employer ?uri };91fac607c06844458a5a93efbc30e6cb
;;;Where is the assembly of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:assembly ?uri };select distinct ?a where { ?a dbo:assembly ?uri };619c994eb3cd4bbfb7925d970b1f3ad9
;http://dbpedia.org/ontology/Person;;Where is the assembly of <B>, and where <A> was recorded?;SELECT DISTINCT ?uri where { <B> dbo:assembly ?uri . <A> dbp:recorded ?uri };select distinct ?a, ?b where { ?b dbo:assembly ?uri . ?a dbp:recorded ?uri };56f16d1174db4f37b05d59f669705539
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where is the head quarters of the owner of <A>?;SELECT DISTINCT ?uri where { <A> dbo:owner ?x . ?x dbp:headquarters ?uri };select distinct ?a where { ?a dbo:owner ?x . ?x dbp:headquarters ?uri };6a5afff8b79e41ab814b7600af7ca45a
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where is the head quarters of the parent company of <A> located?;SELECT DISTINCT ?uri where { <A> dbp:owned ?x . ?x dbp:headquarters ?uri };select distinct ?a where { ?a dbp:owned ?x . ?x dbp:headquarters ?uri };13d8d20650a94f7cbef49822770fa47f
;;;Where is the headquarter of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:headquarters ?uri };select distinct ?a where { ?a dbp:headquarters ?uri };f0d17b5fa2ce4598ae52fa5bb9b644ab
;;;Where is the headquarters of <A>;SELECT DISTINCT ?uri where { <A> dbp:headquarters ?uri };select distinct ?a where { ?a dbp:headquarters ?uri };5fa7af236eac494f8047e5fd87a4c812
;;;Where is the headquarters of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:headquarters ?uri };select distinct ?a where { ?a dbp:headquarters ?uri };020c57dc849e4ed79054a420fb7f59ff
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where is the headquarters of the company which runs the <A> in minnesota?;SELECT DISTINCT ?uri where { <A> dbp:operator ?x . ?x dbp:headquarters ?uri . ?x a dbo:Organisation };select distinct ?a where { ?a dbp:operator ?x . ?x dbp:headquarters ?uri . ?x a dbo:Organisation };9bd93e910858410cb64bf86b0f1a17f5
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where is the headquarters of the public transit system which operators <A> ?;SELECT DISTINCT ?uri where { <A> dbp:operator ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };select distinct ?a where { ?a dbp:operator ?x . ?x dbp:headquarters ?uri . ?x a dbo:PublicTransitSystem };4dc32ad3dae4429d963b5b4282c18767
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where is the headquarters of the public transit system which owns <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owningOrganisation ?x . ?x dbp:headquarters ?uri };select distinct ?a where { ?a dbo:owningOrganisation ?x . ?x dbp:headquarters ?uri };4854b75bd8f94014ad4edb9315ad62a4
;;;Where is the tunnel, which is operated by <A>?;SELECT DISTINCT ?uri where { ?x dbo:operatedBy <A> . ?x dbp:location ?uri . ?x a dbo:RailwayTunnel };select distinct ?a where { ?x dbo:operatedBy ?a . ?x dbp:location ?uri . ?x a dbo:RailwayTunnel };affd9d6f1cf44d159c675e5b8252c440
http://dbpedia.org/ontology/Person;;;Where was <A> first aired ?;SELECT DISTINCT ?uri where { <A> dbp:firstAired ?uri };select distinct ?a where { ?a dbp:firstAired ?uri };eea1a931ec7b42c3bbcb1273d1b870cd
http://dbpedia.org/ontology/ArchitecturalStructure;;;Where was the company who is the operator of <A> founded ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?x . ?x dbp:foundation ?uri . ?x a dbo:Company };select distinct ?a where { ?a dbo:operator ?x . ?x dbp:foundation ?uri . ?x a dbo:Company };2e8a9d01f6f54a03ab23c1741dc25aa1
;;;Where was the designer of <A> born?;SELECT DISTINCT ?uri where { <A> dbo:designer ?x . ?x dbo:birthPlace ?uri };select distinct ?a where { ?a dbo:designer ?x . ?x dbo:birthPlace ?uri };250dc8957716408cbea2c7c1918791f8
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Person;;Which <A> based company was founded by <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:locationCity <A> . ?uri dbp:founder <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:locationCity ?a . ?uri dbp:founder ?b . ?uri a dbo:Company };5145b69c134f441b869b6d2ae0252731
http://dbpedia.org/ontology/Region;;;Which <A> company provides <B> as a service ?;SELECT DISTINCT ?uri where { ?uri dbp:foundation <A> . ?uri dbp:services <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:foundation ?a . ?uri dbp:services ?b . ?uri a dbo:Company };f08ad0e14fc34ee599e3747215483fca
;http://dbpedia.org/ontology/Region;;Which <B> based company is a subsidiary of <A>?;SELECT DISTINCT ?uri where { ?uri dbo:locationCity <B> . ?uri dbo:subsidiary <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:locationCity ?b . ?uri dbo:subsidiary ?a . ?uri a dbo:Company };d1bcc9750c134471969808b985308178
;http://dbpedia.org/ontology/Region;;Which <B> based company produces <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:foundation <B> . ?uri dbo:product <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:foundation ?b . ?uri dbo:product ?a . ?uri a dbo:Company };77345fdf42cd4d2f8474d7eccb309bd9
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which airlines fly to <A>?;SELECT DISTINCT ?uri where { ?uri dbo:targetAirport <A> };select distinct ?a where { ?uri dbo:targetAirport ?a };5b45dc70c91a4476b7bfee1e7fcd372f
;;;Which are the automobile platform whose one of the automobile platform is <A> ?;SELECT DISTINCT ?uri where { ?x dbo:automobilePlatform <A> . ?x dbo:automobilePlatform ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:automobilePlatform ?a . ?x dbo:automobilePlatform ?uri . ?x a dbo:Automobile };4a9e53dfc73f4627925582fac0d63ad5
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which are the major hubs of airline which operates the <A>?;SELECT DISTINCT ?uri where { <A> dbp:operator ?x . ?x dbp:hubs ?uri . ?x a dbo:Airline };select distinct ?a where { ?a dbp:operator ?x . ?x dbp:hubs ?uri . ?x a dbo:Airline };db326f887c6646c28e21a7483a238e7b
;;;Which automobile platform provider of <B> is also the parent company of the <A> ?;SELECT DISTINCT ?uri where { <B> dbo:automobilePlatform ?uri . <A> dbo:parentCompany ?uri };select distinct ?a, ?b where { ?b dbo:automobilePlatform ?uri . ?a dbo:parentCompany ?uri };b3189598edba497696316dbed48fd2fb
;http://dbpedia.org/ontology/Person;;Which board memeber of <B> also owns <A> ?;SELECT DISTINCT ?uri where { <B> dbo:board ?uri . <A> dbo:owner ?uri };select distinct ?a, ?b where { ?b dbo:board ?uri . ?a dbo:owner ?uri };d557c2e7c26a46f798ceb5f1f0006f57
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Athlete;;Which builder of <A> isalso place of birth of the <B> ?;SELECT DISTINCT ?uri where { <A> dbo:builder ?uri . <B> dbp:placeOfBirth ?uri };select distinct ?a, ?b where { ?a dbo:builder ?uri . ?b dbp:placeOfBirth ?uri };d9360f5cca484dbbb1187e1348211288
;;;Which builder of <B> is also the automobile latform provider of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:automobilePlatform ?uri . <B> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?a dbo:automobilePlatform ?uri . ?b dbo:manufacturer ?uri };6099a612c08a4e97be03115bc7433ad2
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;Which city council owns the <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbp:owner ?uri . <A> dbp:owner ?uri };select distinct ?a, ?b where { ?b dbp:owner ?uri . ?a dbp:owner ?uri };92f7bcc8b88145149f59ce244d965e37
http://dbpedia.org/ontology/Region;;;Which companies are founded in the city of which <A> is a part?;SELECT DISTINCT ?uri where { ?x dbo:part <A> . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };select distinct ?a where { ?x dbo:part ?a . ?uri dbo:foundationPlace ?x . ?uri a dbo:Company };96886b0fa50b4ecebcc44d15c8c59b37
;;;Which companies have <A> as their parent company?;SELECT DISTINCT ?uri where { ?uri dbo:parentCompany <A> };select distinct ?a where { ?uri dbo:parentCompany ?a };4141231625cc43c8bc490ad565328359
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which companies have launched a rocket from <A>?;SELECT DISTINCT ?uri where { ?x dbo:launchSite <A> . ?x dbo:manufacturer ?uri . ?x a dbo:Rocket };select distinct ?a where { ?x dbo:launchSite ?a . ?x dbo:manufacturer ?uri . ?x a dbo:Rocket };76748f8d6e754610ad1d151828b63d55
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which companies have launched from the <A> base?;SELECT DISTINCT ?uri where { ?x dbo:launchSite <A> . ?x dbo:manufacturer ?uri };select distinct ?a where { ?x dbo:launchSite ?a . ?x dbo:manufacturer ?uri };55f6d1bfea1c4facbb55ebbb90805560
;;;Which companies make cars with a <A>?;SELECT DISTINCT ?uri where { ?x dbo:automobilePlatform <A> . ?x dbo:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:automobilePlatform ?a . ?x dbo:parentCompany ?uri . ?x a dbo:Automobile };4930ac422c3a46878641b26e4911c9fd
http://dbpedia.org/ontology/City;;;Which companies makes cars assembled in <A>, Pakistan?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };4790db09b5954a87831e282bd16265df
http://dbpedia.org/ontology/SportFacility;;;Which companies were behind the renovation of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:architect ?uri };select distinct ?a where { ?a dbp:architect ?uri };691ab450f3054f89b7b59afe0c27f96f
;;;Which company <B> and <A> ?;SELECT DISTINCT ?uri where { <B> dbo:designer ?uri . <A> dbo:designer ?uri };select distinct ?a, ?b where { ?b dbo:designer ?uri . ?a dbo:designer ?uri };b1b8eee4fef548d282895877658d0862
;;;Which company builds <A> and <B>?;SELECT DISTINCT ?uri where { ?uri dbo:product <A> . ?uri dbo:product <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:product ?a . ?uri dbo:product ?b . ?uri a dbo:Company };7abda6e6bf294ae7a68497a1c4579a94
;http://dbpedia.org/ontology/Person;;Which company founded by <B> also provides services of <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:foundedBy <B> . ?uri dbp:services <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:foundedBy ?b . ?uri dbp:services ?a . ?uri a dbo:Company };a590bd766cad404b831d5cbb85a244b8
;http://dbpedia.org/ontology/Person;;Which company founded by <B> gives service as <A>?;SELECT DISTINCT ?uri where { ?uri dbo:foundedBy <B> . ?uri dbp:services <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbo:foundedBy ?b . ?uri dbp:services ?a . ?uri a dbo:Company };b6d929ad2217419984a923785b1dcac2
http://dbpedia.org/ontology/Region;;;Which company founded in <A> manufactures <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:foundation <A> . ?uri dbp:products <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:foundation ?a . ?uri dbp:products ?b . ?uri a dbo:Company };6411e0733ae5460499b210f08633ce12
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which company had built the rockets launched at the <A>?;SELECT DISTINCT ?uri where { ?x dbo:launchSite <A> . ?x dbo:manufacturer ?uri };select distinct ?a where { ?x dbo:launchSite ?a . ?x dbo:manufacturer ?uri };2c061f3427d347acaf1d538fba4ea75e
;;;Which company has a product <A> and <B> as service ?;SELECT DISTINCT ?uri where { ?uri dbp:services <B> . ?uri dbp:products <A> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:services ?b . ?uri dbp:products ?a . ?uri a dbo:Company };487fb2a215ba44abb1cd73b0c0c37fda
http://dbpedia.org/ontology/Region;;;Which company is located in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:locationCity <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbo:locationCity ?a . ?uri a dbo:Company };7ba27bb9e46648a595380f3277ca4f2f
;;;Which company is the parent company of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:parentCompany ?uri };select distinct ?a where { ?a dbp:parentCompany ?uri };d43e1ffd1be04f37bd53e99b819bcd08
;;;Which company manufactured <A>?;SELECT DISTINCT ?uri where { <A> dbo:manufacturer ?uri };select distinct ?a where { ?a dbo:manufacturer ?uri };73d555e5b42f4fc1bb26a2e517a69e83
;;;Which company manufactures cars like the <A> ?;SELECT DISTINCT ?uri where { ?x dbp:related <A> . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:related ?a . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };9147a259a1bf43e0bdad21cf341abc26
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Person;;Which company of <B> is the owning organization of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owningOrganisation ?uri . <B> dbp:company ?uri };select distinct ?a, ?b where { ?a dbo:owningOrganisation ?uri . ?b dbp:company ?uri };fa0015d04c344e6cb138c160055c7bc6
;;;Which company offer service of <A> and <B>?;SELECT DISTINCT ?uri where { ?uri dbp:services <A> . ?uri dbp:services <B> . ?uri a dbo:Company };select distinct ?a, ?b where { ?uri dbp:services ?a . ?uri dbp:services ?b . ?uri a dbo:Company };53e6885f679049b3912f392f6b6d80c3
;http://dbpedia.org/ontology/ArchitecturalStructure;;Which company ownes stock in <B> and <A>;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri . <B> dbp:owner ?uri };select distinct ?a, ?b where { ?a dbp:owner ?uri . ?b dbp:owner ?uri };1d50c91b6a7745c6818f2e8464d35108
;;;Which company owns <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owningCompany ?uri };select distinct ?a where { ?a dbo:owningCompany ?uri };86346cf018e9417da21aae023485460f
;;;Which company owns <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owningCompany ?uri };select distinct ?a where { ?a dbo:owningCompany ?uri };46ae4963123144699d4f6d11784e7bf9
;;;Which company owns <A>?;SELECT DISTINCT ?uri where { ?uri dbo:subsidiary <A> };select distinct ?a where { ?uri dbo:subsidiary ?a };233b7a9099164868a3abc029100949c1
;;;Which company owns <B> and <A> ?;SELECT DISTINCT ?uri where { <B> dbp:parent ?uri . <A> dbp:parent ?uri };select distinct ?a, ?b where { ?b dbp:parent ?uri . ?a dbp:parent ?uri };3d239bb3a5c14dd59a0f32a7623929e8
;;;Which company owns the manufacturer of the <A>?;SELECT DISTINCT ?uri where { ?x dbp:products <A> . ?x dbp:parent ?uri };select distinct ?a where { ?x dbp:products ?a . ?x dbp:parent ?uri };67ecca468f0c460ab67ebee020cb7268
;;;Which company produced the car which was a new version of <A>?;SELECT DISTINCT ?uri where { ?x dbp:predecessor <A> . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:predecessor ?a . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };359b7ca38c6d488cb3ebdbb52b991c87
;;;Which company was the designer of <A> and <B> ?;SELECT DISTINCT ?uri where { <A> dbo:designer ?uri . <B> dbo:designer ?uri . ?uri a dbo:Company };select distinct ?a, ?b where { ?a dbo:designer ?uri . ?b dbo:designer ?uri . ?uri a dbo:Company };066bf38e50c649399528f93568815cf5
;;;Which company which assembles its cars in <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbo:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbo:parentCompany ?uri . ?x a dbo:Automobile };338733202ebc4df1b6b92c618ebe3fc7
http://dbpedia.org/ontology/Country;;;Which company's cars are assembled in <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };d734bb40ec504463855c4d255151750f
http://dbpedia.org/ontology/Country;;;Which company's cars are assembled in <A>?;SELECT DISTINCT ?uri where { ?x dbp:assembly <A> . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbp:assembly ?a . ?x dbp:parentCompany ?uri . ?x a dbo:Automobile };afaccc78ee0944f59fe4462b00ec4324
;;;Which company's division is <A>? Correct Question;SELECT DISTINCT ?uri where { ?uri dbp:divisions <A> };select distinct ?a where { ?uri dbp:divisions ?a };1e9caa7262cd4fd1a51cf31d4ba704e9
http://dbpedia.org/ontology/ArchitecturalStructure;;;Which continents can be reached by flight companies available on <A>?;SELECT DISTINCT ?uri where { ?x dbo:targetAirport <A> . ?x dbp:destinations ?uri . ?x a dbo:Airline };select distinct ?a where { ?x dbo:targetAirport ?a . ?x dbp:destinations ?uri . ?x a dbo:Airline };1330392af821465988520c7e62465234
;;;Which country's people work in the <A>?;SELECT DISTINCT ?uri where { ?x dbo:institution <A> . ?x dbp:nationality ?uri . ?x a dbo:Engineer };select distinct ?a where { ?x dbo:institution ?a . ?x dbp:nationality ?uri . ?x a dbo:Engineer };a858757ca891436e99cb9089f22a2dca
;;;Which currency is primarily used by the company which is the distributing label of <A>?;SELECT DISTINCT ?uri where { <A> dbo:distributingLabel ?x . ?x dbp:currency ?uri . ?x a dbo:Organisation };select distinct ?a where { ?a dbo:distributingLabel ?x . ?x dbp:currency ?uri . ?x a dbo:Organisation };3bdef03debd5421ab0cd7f4a3758b46b
;http://dbpedia.org/ontology/ArchitecturalStructure;;Which designer of <A> owns <B> ?;SELECT DISTINCT ?uri where { <A> dbo:designer ?uri . <B> dbp:owner ?uri };select distinct ?a, ?b where { ?a dbo:designer ?uri . ?b dbp:owner ?uri };9b8b445ddfbb463187269990961ac846
;http://dbpedia.org/ontology/SportsTeam;;Which distributer of <A> is also the stockholde of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:distributor ?uri . <B> dbo:owner ?uri };select distinct ?a, ?b where { ?a dbo:distributor ?uri . ?b dbo:owner ?uri };098a7f4275924007b358ee48cefc7b23
;;;Which distributer of <B> also makes <A> ?;SELECT DISTINCT ?uri where { <A> dbp:manufacturer ?uri . <B> dbp:distributor ?uri };select distinct ?a, ?b where { ?a dbp:manufacturer ?uri . ?b dbp:distributor ?uri };8e47a69cb3824a16a86d9f02afd2a593
http://dbpedia.org/ontology/Person;;;Which employer of <A> is also the producer of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:employer ?uri . <B> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?a dbo:employer ?uri . ?b dbo:manufacturer ?uri };976416dab3a74a80855d6d582a488ff4
;;;Which engine's successor's predecessor is <A>?;SELECT DISTINCT ?uri where { ?x dbo:predecessor <A> . ?uri dbo:successor ?x . ?uri a dbo:Engine };select distinct ?a where { ?x dbo:predecessor ?a . ?uri dbo:successor ?x . ?uri a dbo:Engine };e68e190c5fea42bd9d7b2f106c0299e4
;;;Which gadgets are made by companies of <A>?;SELECT DISTINCT ?uri where { ?x dbp:locationCity <A> . ?uri dbo:manufacturer ?x };select distinct ?a where { ?x dbp:locationCity ?a . ?uri dbo:manufacturer ?x };0467f0dd444c4584994587e88693f8e9
;;;Which gaming console's central processing unit is <B> and built by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:cpu <B> . ?uri dbo:manufacturer <A> };select distinct ?a, ?b where { ?uri dbo:cpu ?b . ?uri dbo:manufacturer ?a };001da0a604d74bae8d29e5bfc521e92e
;http://dbpedia.org/ontology/Person;;Which hub of <A> is also the resting place of <B> ?;SELECT DISTINCT ?uri where { <A> dbp:hubs ?uri . <B> dbo:restingPlace ?uri };select distinct ?a, ?b where { ?a dbp:hubs ?uri . ?b dbo:restingPlace ?uri };a88d2ea3f531427a94ae282715f0f5f6
;;;Which info. appliance is manufactured by <A> and is the predecessor of <B>?;SELECT DISTINCT ?uri where { ?uri dbp:predecessor <B> . ?uri dbo:manufacturer <A> . ?uri a dbo:InformationAppliance };select distinct ?a, ?b where { ?uri dbp:predecessor ?b . ?uri dbo:manufacturer ?a . ?uri a dbo:InformationAppliance };e5147d9405b647ccba833c959572483d
;;;Which license of the <B> is also the product of the <A>;SELECT DISTINCT ?uri where { <B> dbo:license ?uri . <A> dbo:product ?uri };select distinct ?a, ?b where { ?b dbo:license ?uri . ?a dbo:product ?uri };e647f8a4abe9470d911a1b8e08445ef3
;;;Which manufacturer of <B> is the parent of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:manufacturer ?uri . <A> dbp:parent ?uri };select distinct ?a, ?b where { ?b dbo:manufacturer ?uri . ?a dbp:parent ?uri };9ea1f28bd342417b8859d96f88a7f775
http://dbpedia.org/ontology/Country;;;Which nation's engineers have graduated in <A>?;SELECT DISTINCT ?uri where { ?x dbo:education <A> . ?x dbp:nationality ?uri . ?x a dbo:Engineer };select distinct ?a where { ?x dbo:education ?a . ?x dbp:nationality ?uri . ?x a dbo:Engineer };0b8b29a0b2b745acbbed6037be44ec41
;;;Which newspapers are owned by companies which are under <A>?;SELECT DISTINCT ?uri where { ?x dbo:keyPerson <A> . ?uri dbp:owners ?x . ?uri a dbo:Newspaper };select distinct ?a where { ?x dbo:keyPerson ?a . ?uri dbp:owners ?x . ?uri a dbo:Newspaper };8784014ab7f14b28871e97a0df2a4200
;http://dbpedia.org/ontology/Person;;Which operator of <A> is also the nationality of the <B> ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri . <B> dbo:nationality ?uri };select distinct ?a, ?b where { ?a dbo:operator ?uri . ?b dbo:nationality ?uri };2cbe6f6028204f2db497e7aa21514cae
;http://dbpedia.org/ontology/SportsTeam;;Which owner of <B> F.C also owns <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owningCompany ?uri . <B> dbp:owner ?uri };select distinct ?a, ?b where { ?a dbo:owningCompany ?uri . ?b dbp:owner ?uri };9b45f5f43c2340bf8e4670188fdf164c
;;;Which parent company of <A> is the label of <B> ?;SELECT DISTINCT ?uri where { <A> dbp:parent ?uri . <B> dbp:label ?uri };select distinct ?a, ?b where { ?a dbp:parent ?uri . ?b dbp:label ?uri };136a14b3127e45c89da289d979fa67a8
;http://dbpedia.org/ontology/Person;;Which parent company of the <A> is also the alma mater of the <B>?;SELECT DISTINCT ?uri where { <A> dbo:parentCompany ?uri . <B> dbo:almaMater ?uri };select distinct ?a, ?b where { ?a dbo:parentCompany ?uri . ?b dbo:almaMater ?uri };0a735fe654c440d3aa2c9dcdb4aaf390
;;;Which person designed the cars which has been designed by <A>?;SELECT DISTINCT ?uri where { ?x dbo:designCompany <A> . ?x dbp:designer ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:designCompany ?a . ?x dbp:designer ?uri . ?x a dbo:Automobile };efa779115ad94d16aa180258a272a399
;;;Which person works at <A>?;SELECT DISTINCT ?uri where { ?uri dbo:employer <A> . ?uri a dbo:Person };select distinct ?a where { ?uri dbo:employer ?a . ?uri a dbo:Person };b7492b365add45569dcbee5b3db8650d
;;;Which producer of the <A> is also the distributor of <B>?;SELECT DISTINCT ?uri where { <A> dbp:manufacturer ?uri . <B> dbp:distributor ?uri };select distinct ?a, ?b where { ?a dbp:manufacturer ?uri . ?b dbp:distributor ?uri };dc8a5681c7d44c77b2ca46dfd4f97216
;http://dbpedia.org/ontology/Person;;Which producer of <A> has <B> as an important person ?;SELECT DISTINCT ?uri where { ?uri dbo:product <A> . ?uri dbp:keyPeople <B> };select distinct ?a, ?b where { ?uri dbo:product ?a . ?uri dbp:keyPeople ?b };1534fc10e4894ed2b6b0d699ae7dd80c
;http://dbpedia.org/ontology/Person;;Which producer of <A> has a key person <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:keyPeople <B> . ?uri dbp:products <A> };select distinct ?a, ?b where { ?uri dbp:keyPeople ?b . ?uri dbp:products ?a };1876b2c28ef241b785166c94d876c850
http://dbpedia.org/ontology/Person;;;Which producer of <B> engine is also the owner of <A> ?;SELECT DISTINCT ?uri where { <B> dbp:engine ?uri . <A> dbp:company ?uri };select distinct ?a, ?b where { ?b dbp:engine ?uri . ?a dbp:company ?uri };ce99d86c121449bda242a1944532331a
http://dbpedia.org/ontology/ComicsCreator;;;Which recognized title of <A> is also the product of <B>;SELECT DISTINCT ?uri where { <B> dbp:products ?uri . <A> dbo:award ?uri };select distinct ?a, ?b where { ?b dbp:products ?uri . ?a dbo:award ?uri };b3e73fe9523d4661876a510c322a6d66
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which settelment area is the home town of the <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbo:hometown ?uri . <B> dbo:hometown ?uri . ?uri a dbo:Settlement };select distinct ?a, ?b where { ?a dbo:hometown ?uri . ?b dbo:hometown ?uri . ?uri a dbo:Settlement };6563a461daf1415ab915fc5dfc0eb0be
;;;Which share holder of <A> is also the content license of the <B> ?;SELECT DISTINCT ?uri where { <B> dbp:license ?uri . <A> dbp:owner ?uri };select distinct ?a, ?b where { ?b dbp:license ?uri . ?a dbp:owner ?uri };239fef57d6664f4280caf0dafa7e1eb8
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;Which shareholder of <A> is also the operator of <B> ?;SELECT DISTINCT ?uri where { <B> dbp:operator ?uri . <A> dbp:owner ?uri };select distinct ?a, ?b where { ?b dbp:operator ?uri . ?a dbp:owner ?uri };e30c5fcc3147441587dae1c295b22f19
;http://dbpedia.org/ontology/ArchitecturalStructure;;Which shareholder of <B> is also the parent company of the <A>?;SELECT DISTINCT ?uri where { <A> dbo:parentCompany ?uri . <B> dbp:owner ?uri };select distinct ?a, ?b where { ?a dbo:parentCompany ?uri . ?b dbp:owner ?uri };d8150b46a8714ed9b7ede5b606aa2638
;;;Which ship builder built the <<B> ?;SELECT DISTINCT ?uri where { <A> dbp:shipBuilder ?uri . <B> dbp:shipBuilder ?uri };select distinct ?a, ?b where { ?a dbp:shipBuilder ?uri . ?b dbp:shipBuilder ?uri };526573654e8e40fe9c04f756f3343bd8
;;;Which shows are from a company whose subsidiary is <A>?;SELECT DISTINCT ?uri where { ?x dbo:subsidiary <A> . ?uri dbp:company ?x . ?uri a dbo:TelevisionShow };select distinct ?a where { ?x dbo:subsidiary ?a . ?uri dbp:company ?x . ?uri a dbo:TelevisionShow };0396475ffe70439b901b07d6784e000b
http://dbpedia.org/ontology/Painter;http://dbpedia.org/ontology/ArchitecturalStructure;;Which stockholder of <B> was training center of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:training ?uri . <B> dbp:owner ?uri };select distinct ?a, ?b where { ?a dbo:training ?uri . ?b dbp:owner ?uri };a6b5eb1806b843d1af6d909735bc52b6
;;;Which technological products were manufactured by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:manufacturer <A> . ?uri a dbo:InformationAppliance };select distinct ?a where { ?uri dbo:manufacturer ?a . ?uri a dbo:InformationAppliance };dbf3f468b028435ead6f22d7094216f5
;http://dbpedia.org/ontology/Person;;Which work institue of <B> belongs to <A> ?;SELECT DISTINCT ?uri where { <B> dbp:workInstitutions ?uri . <A> dbp:owner ?uri };select distinct ?a, ?b where { ?b dbp:workInstitutions ?uri . ?a dbp:owner ?uri };e5fd26f8366941a1a8300ce006874f4c
;;;Whihc successor of <A> was built bu <B> ?;SELECT DISTINCT ?uri where { <B> dbo:manufacturer ?uri . <A> dbp:successor ?uri };select distinct ?a, ?b where { ?b dbo:manufacturer ?uri . ?a dbp:successor ?uri };8d5634ca304b423292db69a546b53974
;;;Who works at <B> and <A>?;SELECT DISTINCT ?uri where { ?uri dbo:employer <B> . ?uri dbo:employer <A> };select distinct ?a, ?b where { ?uri dbo:employer ?b . ?uri dbo:employer ?a };5c3207ee849d4e9cb44f0ee1d698b602
http://dbpedia.org/ontology/Person;;;Who are the employer of <A>?;SELECT DISTINCT ?uri where { <A> dbo:employer ?uri };select distinct ?a where { ?a dbo:employer ?uri };8b40533f058843bdb80b6c7f4e829f19
;;;Who are the major stockholders of the bank which is the company of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:company ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbp:company ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };d501cb9ebb8445839dc4079bffe5f377
;;;Who are the members of organizations headquartered at <A>?;SELECT DISTINCT ?uri where { ?x dbp:headquarters <A> . ?x dbp:membership ?uri . ?x a dbo:Organisation };select distinct ?a where { ?x dbp:headquarters ?a . ?x dbp:membership ?uri . ?x a dbo:Organisation };824317de97054fe7b674e6cf7d41721f
;;;Who are the producers of <A>?;SELECT DISTINCT ?uri where { <A> dbp:producer ?uri };select distinct ?a where { ?a dbp:producer ?uri };f928abbb8f11455eb05de0b4ec4c82d0
;;;Who built the <A> ?;SELECT DISTINCT ?uri where { <A> dbo:manufacturer ?uri };select distinct ?a where { ?a dbo:manufacturer ?uri };9682bc0632d6403e9e533df9f9bee572
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who currently operates the railway lines one of whose stockholder is <A>?;SELECT DISTINCT ?uri where { ?x dbp:owner <A> . ?x dbo:operatedBy ?uri . ?x a dbo:RailwayLine };select distinct ?a where { ?x dbp:owner ?a . ?x dbo:operatedBy ?uri . ?x a dbo:RailwayLine };7e5cf8ddee13481fb0d168850d0ba814
;;;Who employed the person famous for the <A>?;SELECT DISTINCT ?uri where { ?x dbo:knownFor <A> . ?x dbp:employer ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbo:knownFor ?a . ?x dbp:employer ?uri . ?x a dbo:Person };d0db4cd9f5624de8a9bf3c8d4b104695
;;;Who founded a company which served <A> ?;SELECT DISTINCT ?uri where { ?x dbo:regionServed <A> . ?x dbo:foundedBy ?uri };select distinct ?a where { ?x dbo:regionServed ?a . ?x dbo:foundedBy ?uri };27b3911bc8e245c79e65ab3d86f02480
;;;Who has manufactured vehicles designed originally by <A>?;SELECT DISTINCT ?uri where { ?x dbo:designCompany <A> . ?x dbo:manufacturer ?uri . ?x a dbo:Automobile };select distinct ?a where { ?x dbo:designCompany ?a . ?x dbo:manufacturer ?uri . ?x a dbo:Automobile };b4e0d76805604866bf173ea2e1b23a30
;;;Who has stock in the railway lines managed by <A>?;SELECT DISTINCT ?uri where { ?x dbp:system <A> . ?x dbp:owner ?uri . ?x a dbo:RailwayLine };select distinct ?a where { ?x dbp:system ?a . ?x dbp:owner ?uri . ?x a dbo:RailwayLine };3de0478033a3450e981f4086b2f53e3e
;;;Who is on the board of <A> company?;SELECT DISTINCT ?uri where { ?uri dbo:board <A> };select distinct ?a where { ?uri dbo:board ?a };009195815bfe4b2da02ac6c1f612ce32
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who is the builder of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:builder ?uri };select distinct ?a where { ?a dbp:builder ?uri };87745e512088474b8c15730c5bb6c4c1
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who is the builder of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:builder ?uri };select distinct ?a where { ?a dbo:builder ?uri };dbaca158d01d472baadbee2830f573d4
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who is the builder of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:builder ?uri };select distinct ?a where { ?a dbo:builder ?uri };951936711e75498793c0cc4258ef5eb3
http://dbpedia.org/ontology/Cave;http://dbpedia.org/ontology/ArchitecturalStructure;;Who is the builder of <B> and also location of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:builder ?uri . <A> dbo:country ?uri };select distinct ?a, ?b where { ?b dbo:builder ?uri . ?a dbo:country ?uri };fc3fe84aeff64b73884ae52e139bfb71
;;;Who is the developer of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:developer ?uri };select distinct ?a where { ?a dbp:developer ?uri };60524d1955cf4a6eba1f5eab56431ce4
;;;Who is the maker of the engine of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:engine ?x . ?x dbo:manufacturer ?uri };select distinct ?a where { ?a dbp:engine ?x . ?x dbo:manufacturer ?uri };7d5159ea5c5a452086175f68079c8e22
;;;Who is the manufacturer of engine of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:engine ?x . ?x dbo:manufacturer ?uri };select distinct ?a where { ?a dbp:engine ?x . ?x dbo:manufacturer ?uri };611a7b738e4741f4af9e5b803c5e3183
;;;Who is the mfr. of the engine used in <A> ?;SELECT DISTINCT ?uri where { <A> dbp:engine ?x . ?x dbo:manufacturer ?uri . ?x a dbo:Engine };select distinct ?a where { ?a dbp:engine ?x . ?x dbo:manufacturer ?uri . ?x a dbo:Engine };a3226ab632ca4954b180bdb3473e0aa4
;;;Who is the operator of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri };select distinct ?a where { ?a dbo:operator ?uri };ff89e1f2ebea4884b42c7497cbf61372
http://dbpedia.org/ontology/SportFacility;;;Who is the operator of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:operator ?uri };select distinct ?a where { ?a dbp:operator ?uri };df298794f4bc4b8bad182adc7794db3a
http://dbpedia.org/ontology/SportsTeam;;;Who is the owner of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri };select distinct ?a where { ?a dbp:owner ?uri };1f6027121a154845a301780b46413756
;;;Who is the owner of <A> and <B> ?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri . <B> dbo:owner ?uri };select distinct ?a, ?b where { ?a dbo:owner ?uri . ?b dbo:owner ?uri };80c973d818ed45dfbaaaf86dd592f053
http://dbpedia.org/ontology/RaceHorse;;;Who is the owner of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri };select distinct ?a where { ?a dbo:owner ?uri };a100cb0681104c81aeaeb99a2e615d66
;;;Who is the owner of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:owners ?uri };select distinct ?a where { ?a dbp:owners ?uri };3180262923484726bbeebc7b398144d1
;;;Who is the owner of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri };select distinct ?a where { ?a dbp:owner ?uri };dac617c2755144f597bf2de202f99777
;;;Who is the owner of <B> which is also the builder of <A> ?;SELECT DISTINCT ?uri where { <B> dbp:owner ?uri . <A> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?b dbp:owner ?uri . ?a dbo:manufacturer ?uri };fe9e7f00884542aebb30f18c996e0f9b
http://dbpedia.org/ontology/Person;;;Who is the owner of the bank where <A> works ?;SELECT DISTINCT ?uri where { <A> dbo:occupation ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbo:occupation ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };00b85c55b2d649c397d73d0e4d2895b8
;;;Who is the owner of the bank which owns <A>?;SELECT DISTINCT ?uri where { <A> dbo:owner ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbo:owner ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };9776c037c6cd401c9c3234960d164750
;;;Who is the owner of the website which has the label <A> ?;SELECT DISTINCT ?uri where { <A> dbp:label ?x . ?x dbp:owner ?uri . ?x a dbo:Website };select distinct ?a where { ?a dbp:label ?x . ?x dbp:owner ?uri . ?x a dbo:Website };5f0366cd125f4976a4b7362c81b098cd
;;;Who is the producer of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:producer ?uri };select distinct ?a where { ?a dbp:producer ?uri };66e01d57a2df4c9f85521c5217cd6e8b
http://dbpedia.org/ontology/Person;;;Who is the stock holder of the bank where <A> works ?;SELECT DISTINCT ?uri where { <A> dbp:occupation ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbp:occupation ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };25d2a7baa3b14844812b55facf7b52e1
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who is the stockholder of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri };select distinct ?a where { ?a dbp:owner ?uri };05c509f7775f4415b2a95b4fcc959d1a
;;;Who is the stockholder of the road tunnels operated by the <A>?;SELECT DISTINCT ?uri where { ?x dbp:operator <A> . ?x dbp:owner ?uri . ?x a dbo:RoadTunnel };select distinct ?a where { ?x dbp:operator ?a . ?x dbp:owner ?uri . ?x a dbo:RoadTunnel };fbd32172a29a4fa99c58fb5f6b536bff
;;;Who made <B> and <A> engine?;SELECT DISTINCT ?uri where { <B> dbo:manufacturer ?uri . <A> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?b dbo:manufacturer ?uri . ?a dbo:manufacturer ?uri };ae24568ec2e94bb3b2c5de7ef38478e5
;;;Who made the engine whose predecessor is <A>?;SELECT DISTINCT ?uri where { ?x dbp:predecessor <A> . ?x dbo:manufacturer ?uri . ?x a dbo:Engine };select distinct ?a where { ?x dbp:predecessor ?a . ?x dbo:manufacturer ?uri . ?x a dbo:Engine };fccee4f131814d4c999faf99f9c8a641
;;;Who manages the operator of <A>, CTA?;SELECT DISTINCT ?uri where { <A> dbp:operator ?x . ?x dbo:operatedBy ?uri };select distinct ?a where { ?a dbp:operator ?x . ?x dbo:operatedBy ?uri };182f0bed84d84af2a38a3d2bf40a2c8f
;;;Who manufactured the <B> and the <A>?;SELECT DISTINCT ?uri where { <B> dbo:manufacturer ?uri . <A> dbo:manufacturer ?uri };select distinct ?a, ?b where { ?b dbo:manufacturer ?uri . ?a dbo:manufacturer ?uri };40fb3a262e9b4b3ab35c33f0f8bd883e
;;;who manufactures <A>?;SELECT DISTINCT ?uri where { <A> dbo:manufacturer ?uri };select distinct ?a where { ?a dbo:manufacturer ?uri };c425a861d015448ea91b7fbda3cc03cf
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who operates <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operatedBy ?uri };select distinct ?a where { ?a dbo:operatedBy ?uri };9c2755a6ad1a44e6b2fae15bb6dda2fa
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who operates <A> ?;SELECT DISTINCT ?uri where { <A> dbo:operatedBy ?uri };select distinct ?a where { ?a dbo:operatedBy ?uri };0bad2fab137148b9af20a97efb55fe8b
;;;Who operates the <A>?;SELECT DISTINCT ?uri where { <A> dbo:operator ?uri };select distinct ?a where { ?a dbo:operator ?uri };7f98833cf8c94eed9fdf6fb194c481be
http://dbpedia.org/ontology/ArchitecturalStructure;;;who operates the <A>?;SELECT DISTINCT ?uri where { <A> dbo:operatedBy ?uri };select distinct ?a where { ?a dbo:operatedBy ?uri };9b51ba0b970d479dbc0c54c8830fcddb
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who owns <A>?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri };select distinct ?a where { ?a dbo:owner ?uri };1455c7629a9f4b2cab3a809b4feac666
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who owns <A>?;SELECT DISTINCT ?uri where { <A> dbp:owner ?uri };select distinct ?a where { ?a dbp:owner ?uri };832149002e9c4fbb885ab3ab42730390
;;;Who owns the airport in <A>?;SELECT DISTINCT ?uri where { ?x dbo:city <A> . ?x dbp:owner ?uri . ?x a dbo:Airport };select distinct ?a where { ?x dbo:city ?a . ?x dbp:owner ?uri . ?x a dbo:Airport };eafba6d3f21b45828b0ba24f542a6182
http://dbpedia.org/ontology/Person;;;Who owns the bank where <A> works?;SELECT DISTINCT ?uri where { <A> dbp:institution ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbp:institution ?x . ?x dbp:owner ?uri . ?x a dbo:Bank };8da4d7ea35a54979b46ddfbfc64b1b5c
;;;Who owns the company that made the <A>?;SELECT DISTINCT ?uri where { ?x dbp:products <A> . ?x dbp:parent ?uri };select distinct ?a where { ?x dbp:products ?a . ?x dbp:parent ?uri };c3101002a14d4415b13183cee4ce5c19
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who owns the ford <A> plant?;SELECT DISTINCT ?uri where { <A> dbo:owningOrganisation ?uri };select distinct ?a where { ?a dbo:owningOrganisation ?uri };7fe19c7b8b7e4a719c02a2308891d646
http://dbpedia.org/ontology/Person;;;Who owns the newspaper which was founded by <A>?;SELECT DISTINCT ?uri where { ?x dbp:founder <A> . ?x dbo:owner ?uri . ?x a dbo:Newspaper };select distinct ?a where { ?x dbp:founder ?a . ?x dbo:owner ?uri . ?x a dbo:Newspaper };6674f869460343a08285a7ecc8e8efef
http://dbpedia.org/ontology/Region;;;Who owns the radio stations in <A>?;SELECT DISTINCT ?uri where { ?x dbo:city <A> . ?x dbo:owner ?uri . ?x a dbo:RadioStation };select distinct ?a where { ?x dbo:city ?a . ?x dbo:owner ?uri . ?x a dbo:RadioStation };d9a4e4e556544ea0b794d7fbab357cef
http://dbpedia.org/ontology/ArchitecturalStructure;;;Who owns the railway line which goes through the <A> Station?;SELECT DISTINCT ?uri where { <A> dbp:line ?x . ?x dbp:owner ?uri };select distinct ?a where { ?a dbp:line ?x . ?x dbp:owner ?uri };50ecdb7b02db481399e126e0658583d5
;;;who owns the ship <A>?;SELECT DISTINCT ?uri where { <A> dbo:owner ?uri };select distinct ?a where { ?a dbo:owner ?uri };ba2effd8c834439e8eaf7dbfdf385fa5
;;;Who owns the tunnels operated by the <A>?;SELECT DISTINCT ?uri where { ?x dbo:operatedBy <A> . ?x dbp:owner ?uri . ?x a dbo:RoadTunnel };select distinct ?a where { ?x dbo:operatedBy ?a . ?x dbp:owner ?uri . ?x a dbo:RoadTunnel };3328c78b14064c5abd3109faa8975548
;;;Who produces the trains operated by the <A>?;SELECT DISTINCT ?uri where { ?x dbo:operator <A> . ?x dbo:manufacturer ?uri . ?x a dbo:Train };select distinct ?a where { ?x dbo:operator ?a . ?x dbo:manufacturer ?uri . ?x a dbo:Train };7ee73bf122af4474ab57198183ee3f32
http://dbpedia.org/ontology/SportsSeason;http://dbpedia.org/ontology/SportsTeam;;Who was the chairman of <B> and also <A> ?;SELECT DISTINCT ?uri where { <A> dbo:chairman ?uri . <B> dbo:chairman ?uri };select distinct ?a, ?b where { ?a dbo:chairman ?uri . ?b dbo:chairman ?uri };595fdea8ad964062b2b5fb39504fb305
http://dbpedia.org/ontology/Person;;;Who were the opponents of employees of <A> Earl?;SELECT DISTINCT ?uri where { ?x dbo:employer <A> . ?x dbo:opponent ?uri };select distinct ?a where { ?x dbo:employer ?a . ?x dbo:opponent ?uri };5617f56ff171400ebf9650a950609f0c
;;;Whose provides the service of <B> and also products such <A>?;SELECT DISTINCT ?uri where { ?uri dbp:services <B> . ?uri dbp:products <A> };select distinct ?a, ?b where { ?uri dbp:services ?b . ?uri dbp:products ?a };d101acb6da7a464cbdec88d18d5b855e
;;;With what company is the service <A> associated?;SELECT DISTINCT ?uri where { ?uri dbp:services <A> . ?uri a dbo:Company };select distinct ?a where { ?uri dbp:services ?a . ?uri a dbo:Company };1be4e465a7ac4a6c893e6b1fc1aef01a
http://dbpedia.org/ontology/ArchitecturalStructure;;;<A> is alma mater to which person?;SELECT DISTINCT ?uri where { ?uri dbp:education <A> . ?uri a dbo:Person };select distinct ?a where { ?uri dbp:education ?a . ?uri a dbo:Person };99bb100d636f41afa90e89897f1a45f9
http://dbpedia.org/ontology/ArchitecturalStructure;;;<A> is made by architects from which University?;SELECT DISTINCT ?uri where { ?x dbp:knownFor <A> . ?x dbp:education ?uri . ?x a dbo:Architect };select distinct ?a where { ?x dbp:knownFor ?a . ?x dbp:education ?uri . ?x a dbo:Architect };b8180174343249208cb2beeebf8476a0
http://dbpedia.org/ontology/Person;;;Among the universities having <B> as mascot which have <A> as superintendent ?;SELECT DISTINCT ?uri where { ?uri dbp:superintendent <A> . ?uri dbp:mascot <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:superintendent ?a . ?uri dbp:mascot ?b . ?uri a dbo:University };8b493628c6cb47dcaa54dfa91d17f425
;;;Count everyone who studied at an institute which are in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:campus <A> . ?uri dbp:education ?x };select distinct ?a where { ?x dbo:campus ?a . ?uri dbp:education ?x };835041264319434da9eae0ff2fa79b48
;;;Count the awards won by the people who graduated from the <A>.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:almaMater <A> . ?x dbo:award ?uri };select distinct ?a where { ?x dbo:almaMater ?a . ?x dbo:award ?uri };f4c678a394b842b18ef8ecce047526e5
;;;Count the number of people who graduated from universities affiliated with the <A>.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:athletics <A> . ?uri dbp:education ?x . ?uri a dbo:Person };select distinct ?a where { ?x dbo:athletics ?a . ?uri dbp:education ?x . ?uri a dbo:Person };3da7b4f9f9174d63901356cf058dd0a6
;;;Count the number of schools which are in a city governed by the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:leaderName <A> . ?uri dbp:city ?x . ?uri a dbo:School };select distinct ?a where { ?x dbo:leaderName ?a . ?uri dbp:city ?x . ?uri a dbo:School };aa3079fefe4f4e10a2d8ca21b1b91900
http://dbpedia.org/ontology/FashionDesigner;http://dbpedia.org/ontology/Athlete;;For whom did <B> palyed for which is also had a former student named <A> ?;SELECT DISTINCT ?uri where { <B> dbp:team ?uri . <A> dbp:education ?uri };select distinct ?a, ?b where { ?b dbp:team ?uri . ?a dbp:education ?uri };86888920922147cfbbe21f09a0e2c077
;;;From how many different cities have people gone to the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:college <A> . ?x dbp:placeOfBirth ?uri . ?uri a dbo:Place };select distinct ?a where { ?x dbo:college ?a . ?x dbp:placeOfBirth ?uri . ?uri a dbo:Place };dead53b77d7b4ae3abf6f4198edb05e5
http://dbpedia.org/ontology/Athlete;;;From where did <A> do his highscool?;SELECT DISTINCT ?uri where { <A> dbo:highschool ?uri };select distinct ?a where { ?a dbo:highschool ?uri };3b97fa49140f452d85633a8d1f63764f
http://dbpedia.org/ontology/Town;;;Give me a count of schools in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:city <A> . ?uri a dbo:School };select distinct ?a where { ?uri dbo:city ?a . ?uri a dbo:School };5521a80bdcd04617a45aadea2164ffee
http://dbpedia.org/ontology/Person;;;Give me all the alma mater of the relatives of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:relation ?x . ?x dbp:almaMater ?uri };select distinct ?a where { ?a dbo:relation ?x . ?x dbp:almaMater ?uri };261be9eb5d11448d9fc941edd2cf2524
;;;How many awards have graduates from <A> earned?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:almaMater <A> . ?x dbp:awards ?uri };select distinct ?a where { ?x dbo:almaMater ?a . ?x dbp:awards ?uri };2befeb95c8a64b9e882868baec3055f9
;;;How many other school are there of those whose school is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:school <A> . ?x dbp:school ?uri };select distinct ?a where { ?x dbo:school ?a . ?x dbp:school ?uri };c65bca36d5634c848c7619d8c6a1f36c
;;;How many schools have a <A> as their mascot?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:mascot <A> . ?uri a dbo:School };select distinct ?a where { ?uri dbp:mascot ?a . ?uri a dbo:School };0f2e35e2a21b45d1a22ba4c50b76c832
;;;How many universities are in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:athletics <A> };select distinct ?a where { ?uri dbo:athletics ?a };eb14b1c3eb7d49fbb617c70a2c17156e
;;;How many universities are there whose country's capital is <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:capital <A> . ?uri dbo:country ?x . ?uri a dbo:University };select distinct ?a where { ?x dbp:capital ?a . ?uri dbo:country ?x . ?uri a dbo:University };f9e263fc8d484333938c1f47c1e37aef
http://dbpedia.org/ontology/SportsLeague;;;How many universities participate in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:athletics <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbp:athletics ?a . ?uri a dbo:University };125b4ddfca3f45c987a4f7d3791fd239
;;;In how many different highschools have people schooled in <A> studied?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:school <A> . ?x dbp:highschool ?uri . ?uri a dbo:EducationalInstitution };select distinct ?a where { ?x dbo:school ?a . ?x dbp:highschool ?uri . ?uri a dbo:EducationalInstitution };f012a543e72c4aea922b35c177311d35
;;;In how many different people are alumini of the <A> working?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:almaMater <A> . ?x dbo:field ?uri };select distinct ?a where { ?x dbp:almaMater ?a . ?x dbo:field ?uri };bbf6d77abc1d4097b5073835a08375a0
;;;In how many places can I find people whose alma mater was in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:almaMater <A> . ?x dbo:residence ?uri . ?uri a dbo:Place };select distinct ?a where { ?x dbp:almaMater ?a . ?x dbo:residence ?uri . ?uri a dbo:Place };24ee24bf221e4289bf99c0ed742a27fe
;;;In which city are the schools whose district is <A>;SELECT DISTINCT ?uri where { ?x dbp:district <A> . ?x dbo:city ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:district ?a . ?x dbo:city ?uri . ?x a dbo:School };494baea1d2104b42a7e47d508d08648e
;;;In which fields are the graduates of <A> working?;SELECT DISTINCT ?uri where { ?x dbp:almaMater <A> . ?x dbo:field ?uri };select distinct ?a where { ?x dbp:almaMater ?a . ?x dbo:field ?uri };cb3019596f1c466a8e0aa2fab2fe9b1d
;;;Is <A> a <B> school?;ASK where { <A> dbp:religiousAffiliation <B> };select distinct ?a, ?b where { ?a dbp:religiousAffiliation ?b };c51d1f39ce0e4040be9f32af0eefad06
http://dbpedia.org/ontology/Person;;;List all the presidents of the school which had atleast one of the president as <A> ?;SELECT DISTINCT ?uri where { ?x dbo:president <A> . ?x dbo:president ?uri . ?x a dbo:School };select distinct ?a where { ?x dbo:president ?a . ?x dbo:president ?uri . ?x a dbo:School };eecf29a370f5461f864f33e580e9eaaa
;;;List all the schools of those who went to school named <A> ?;SELECT DISTINCT ?uri where { ?x dbp:school <A> . ?x dbp:school ?uri };select distinct ?a where { ?x dbp:school ?a . ?x dbp:school ?uri };d71aec977ff14634a62b74d34fb64ae1
http://dbpedia.org/ontology/Town;;;List few schools situated in <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:city <A> . ?uri a dbo:School };select distinct ?a where { ?uri dbp:city ?a . ?uri a dbo:School };96e065865fdc4334b92125a47b7afc00
http://dbpedia.org/ontology/Person;;;List presidents of the school whose one of the president is <A> ?;SELECT DISTINCT ?uri where { ?x dbo:president <A> . ?x dbp:president ?uri . ?x a dbo:School };select distinct ?a where { ?x dbo:president ?a . ?x dbp:president ?uri . ?x a dbo:School };af13e3f9870d4324b50ac10156f815b4
http://dbpedia.org/ontology/City;;;List the alma mater of the congressmen who attended <A> ?;SELECT DISTINCT ?uri where { ?x dbp:almaMater <A> . ?x dbo:almaMater ?uri . ?x a dbo:Congressman };select distinct ?a where { ?x dbp:almaMater ?a . ?x dbo:almaMater ?uri . ?x a dbo:Congressman };b9fce2f9e56242169dae47d4d9dbf91a
;;;List the mascot of the universities which are a part of <A>.;SELECT DISTINCT ?uri where { ?x dbp:athletics <A> . ?x dbp:mascot ?uri . ?x a dbo:University };select distinct ?a where { ?x dbp:athletics ?a . ?x dbp:mascot ?uri . ?x a dbo:University };46c7118086dc4e08bdd9bf77f4273377
;http://dbpedia.org/ontology/City;;List the people educated at <A> and has resting place as <B>?;SELECT DISTINCT ?uri where { ?uri dbo:almaMater <A> . ?uri dbp:restingPlace <B> . ?uri a dbo:Person };select distinct ?a, ?b where { ?uri dbo:almaMater ?a . ?uri dbp:restingPlace ?b . ?uri a dbo:Person };7f370a0e523a45c1a3b23489c96c5c88
http://dbpedia.org/ontology/Country;;;List the state of the universities whose nation is <A> ?;SELECT DISTINCT ?uri where { ?x dbo:country <A> . ?x dbo:state ?uri . ?x a dbo:University };select distinct ?a where { ?x dbo:country ?a . ?x dbo:state ?uri . ?x a dbo:University };9b05edb125ad445c826406a7e5bad001
;http://dbpedia.org/ontology/Region;;List the uni. having affiliation with <A> and have a campus in <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <A> . ?uri dbo:campus <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:affiliations ?a . ?uri dbo:campus ?b . ?uri a dbo:University };efb6271731a0486c9038f72e14ad2143
;;;List the universities from a country where <A> is officially accepted.;SELECT DISTINCT ?uri where { ?x dbo:officialLanguage <A> . ?uri dbo:country ?x . ?uri a dbo:University };select distinct ?a where { ?x dbo:officialLanguage ?a . ?uri dbo:country ?x . ?uri a dbo:University };1d4631ca121d427a83c91e0ec29ad410
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name a person who was educated in <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:education <A> . ?uri a dbo:Person };select distinct ?a where { ?uri dbo:education ?a . ?uri a dbo:Person };0f1a0373eac342828313fec23a869b83
;http://dbpedia.org/ontology/Person;;Name a person whose sucessor was <B> and was educated at <A>?;SELECT DISTINCT ?uri where { ?uri dbo:almaMater <A> . ?uri dbp:successor <B> . ?uri a dbo:Person };select distinct ?a, ?b where { ?uri dbo:almaMater ?a . ?uri dbp:successor ?b . ?uri a dbo:Person };b049e9b6c3d84f8db89c6dad58c1b742
http://dbpedia.org/ontology/Person;;;Name presidents of the schools which have <A> as one of them ?;SELECT DISTINCT ?uri where { ?x dbo:president <A> . ?x dbp:president ?uri . ?x a dbo:School };select distinct ?a where { ?x dbo:president ?a . ?x dbp:president ?uri . ?x a dbo:School };7aff0ab2a7b741839c3df90771be6add
;;;Name some relatives of the people studied in <A>?;SELECT DISTINCT ?uri where { ?x dbo:school <A> . ?x dbo:relative ?uri };select distinct ?a where { ?x dbo:school ?a . ?x dbo:relative ?uri };56228aa5b26e4049b2a03f5745a23ed7
;;;Name some schools with a <A> as their mascot?;SELECT DISTINCT ?uri where { ?uri dbp:mascot <A> . ?uri a dbo:School };select distinct ?a where { ?uri dbp:mascot ?a . ?uri a dbo:School };66cb24d6ac6b49799c5f50a7afff386e
http://dbpedia.org/ontology/Athlete;http://dbpedia.org/ontology/ArchitecturalStructure;;Name the college of the <A> which also has affiliation with <B>;SELECT DISTINCT ?uri where { <A> dbo:college ?uri . <B> dbp:affiliation ?uri };select distinct ?a, ?b where { ?a dbo:college ?uri . ?b dbp:affiliation ?uri };f0ce6eff38b647919c395acd2a7f7451
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Name the common alma mater of the <B> and <A>;SELECT DISTINCT ?uri where { <B> dbo:education ?uri . <A> dbo:education ?uri };select distinct ?a, ?b where { ?b dbo:education ?uri . ?a dbo:education ?uri };af78d170c10743f2b8c2008336992a65
http://dbpedia.org/ontology/Athlete;http://dbpedia.org/ontology/SportsTeam;;Name the common university of <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbo:university ?uri . <A> dbo:university ?uri };select distinct ?a, ?b where { ?b dbo:university ?uri . ?a dbo:university ?uri };dbf6b1fd3ef142aa8fa7dadd70dcd502
;;;Name the university which has <A> as superintendent and mascot as <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:superintendent <A> . ?uri dbp:mascot <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbo:superintendent ?a . ?uri dbp:mascot ?b . ?uri a dbo:University };fa6f1a62c4da4b2cb2ed09d19e30faa9
;;;Name the university whose affiliations's foundation is in <A>?;SELECT DISTINCT ?uri where { ?x dbp:foundation <A> . ?uri dbp:affiliations ?x . ?uri a dbo:University };select distinct ?a where { ?x dbp:foundation ?a . ?uri dbp:affiliations ?x . ?uri a dbo:University };fa48e10d45b245ad97a7c3e1691f2f85
;;;Name the university whose affiliations's foundation place is <A>?;SELECT DISTINCT ?uri where { ?x dbo:foundationPlace <A> . ?uri dbp:affiliations ?x . ?uri a dbo:University };select distinct ?a where { ?x dbo:foundationPlace ?a . ?uri dbp:affiliations ?x . ?uri a dbo:University };a969284fc29d4b659e9088088a2c49f2
http://dbpedia.org/ontology/Person;;;Name the university whose athletic department is called <B> and has a chancellor named <A>?;SELECT DISTINCT ?uri where { ?uri dbo:athletics <B> . ?uri dbp:chancellor <A> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbo:athletics ?b . ?uri dbp:chancellor ?a . ?uri a dbo:University };80b87ca88eaf4b569c9bcb66b3fca287
http://dbpedia.org/ontology/Region;;;Name the university with affiliations as <B> and campus at <A>?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <B> . ?uri dbo:campus <A> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:affiliations ?b . ?uri dbo:campus ?a . ?uri a dbo:University };1c819292a65d48ba82b5936d9d22a161
http://dbpedia.org/ontology/Person;;;Name the university with mascot as <B> and president as <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:mascot <B> . ?uri dbo:president <A> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:mascot ?b . ?uri dbo:president ?a . ?uri a dbo:University };35b0181dcf4d44abbc524b41da8eb11f
;;;The people who did their high school in <A> did their college where?;SELECT DISTINCT ?uri where { ?x dbp:highschool <A> . ?x dbo:college ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbp:highschool ?a . ?x dbo:college ?uri . ?x a dbo:Person };ca66cfc326e54da8afe7236d75e259f7
http://dbpedia.org/ontology/Painter;;;To which educational institutes is <A> associated to?;SELECT DISTINCT ?uri where { <A> dbp:education ?uri };select distinct ?a where { ?a dbp:education ?uri };62d41f3590914838b15d806cdd5e887b
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;To which uni. did <B> and <A> both once went?;SELECT DISTINCT ?uri where { <B> dbp:education ?uri . <A> dbp:education ?uri };select distinct ?a, ?b where { ?b dbp:education ?uri . ?a dbp:education ?uri };f15503debeab476e92bec7104ca5599b
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/SportsTeam;;to which university did both, the <B> and <A> go?;SELECT DISTINCT ?uri where { <B> dbo:university ?uri . <A> dbo:institution ?uri };select distinct ?a, ?b where { ?b dbo:university ?uri . ?a dbo:institution ?uri };9f8aa6229d504392a15d7e77b795aadd
;;;What are the nicknames of the schools whose color is <A>?;SELECT DISTINCT ?uri where { ?x dbo:colour <A> . ?x dbp:nickname ?uri . ?x a dbo:School };select distinct ?a where { ?x dbo:colour ?a . ?x dbp:nickname ?uri . ?x a dbo:School };dcb85ef5573c48b38fec1148f6076eae
;;;What are the school mascots in <A>?;SELECT DISTINCT ?uri where { ?x dbp:district <A> . ?x dbp:mascot ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:district ?a . ?x dbp:mascot ?uri . ?x a dbo:School };295460c32de746aa8bcc193aaee595c3
;;;What is the affiliation of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:affiliation ?uri };select distinct ?a where { ?a dbp:affiliation ?uri };0bac079708b34f219b751ade453305f4
http://dbpedia.org/ontology/Person;;;What is the affiliation of the hospital where <A> works?;SELECT DISTINCT ?uri where { <A> dbp:workInstitutions ?x . ?x dbp:affiliation ?uri };select distinct ?a where { ?a dbp:workInstitutions ?x . ?x dbp:affiliation ?uri };a4cb9ae6b84c4fcd846991699d10ed7f
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What is the alma mater of <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbo:almaMater ?uri . <B> dbo:almaMater ?uri };select distinct ?a, ?b where { ?a dbo:almaMater ?uri . ?b dbo:almaMater ?uri };36826b2b0cc1469b91526bbfeeaa3d35
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Person;;What is the alma mater of the <B> and has affiliation with <A> ?;SELECT DISTINCT ?uri where { <B> dbp:almaMater ?uri . <A> dbp:affiliation ?uri };select distinct ?a, ?b where { ?b dbp:almaMater ?uri . ?a dbp:affiliation ?uri };01df09084d764ebd8875ff3b881349f7
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;What is the alma mater of the <B> which is also the alma mater of <A>?;SELECT DISTINCT ?uri where { <B> dbo:almaMater ?uri . <A> dbp:almaMater ?uri };select distinct ?a, ?b where { ?b dbo:almaMater ?uri . ?a dbp:almaMater ?uri };b6db05781cdc46cb9c9a8c83a5ad5276
http://dbpedia.org/ontology/Person;;;What is the alma mater of the senator who is the successor of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:successor ?x . ?x dbp:almaMater ?uri . ?x a dbo:Senator };select distinct ?a where { ?a dbp:successor ?x . ?x dbp:almaMater ?uri . ?x a dbo:Senator };e768b113972d46d2bdb465a06d6051cc
http://dbpedia.org/ontology/Person;;;What is the almamater of the president whose vice president was <A>?;SELECT DISTINCT ?uri where { ?x dbo:vicePresident <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbo:vicePresident ?a . ?x dbo:almaMater ?uri };07ac58be90694523be7a9ad593d82ef4
;;;What is the almamater of the successor of <A>?;SELECT DISTINCT ?uri where { <A> dbo:successor ?x . ?x dbo:almaMater ?uri };select distinct ?a where { ?a dbo:successor ?x . ?x dbo:almaMater ?uri };6b0903f50742485485384cf6feffa59b
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Person;;What is the common affiliation of the <A> and alma mater of the <B>?;SELECT DISTINCT ?uri where { <A> dbp:affiliation ?uri . <B> dbo:almaMater ?uri };select distinct ?a, ?b where { ?a dbp:affiliation ?uri . ?b dbo:almaMater ?uri };35fd0b13f9824451b518e8b26ba64bde
http://dbpedia.org/ontology/Person;;;What is the mascot of alma mater of <A>?;SELECT DISTINCT ?uri where { <A> dbp:almaMater ?x . ?x dbp:mascot ?uri };select distinct ?a where { ?a dbp:almaMater ?x . ?x dbp:mascot ?uri };da229f76f78d4af7bc559dab6f9f3d00
http://dbpedia.org/ontology/Person;;;What is the mascot of the alma mater of <A>?;SELECT DISTINCT ?uri where { <A> dbo:almaMater ?x . ?x dbp:mascot ?uri };select distinct ?a where { ?a dbo:almaMater ?x . ?x dbp:mascot ?uri };3d2c285604e2416d8b47fe68fdf2f52c
;;;What is the religious affiliation of <A>?;SELECT DISTINCT ?uri where { <A> dbp:religiousAffiliation ?uri };select distinct ?a where { ?a dbp:religiousAffiliation ?uri };e8726e19e919406eba5bbec57e2e6471
;http://dbpedia.org/ontology/Person;;What is the religious affiliation of the <A> which is also the academic interest of <B> ?;SELECT DISTINCT ?uri where { <A> dbp:religiousAffiliation ?uri . <B> dbp:fields ?uri };select distinct ?a, ?b where { ?a dbp:religiousAffiliation ?uri . ?b dbp:fields ?uri };23a3176ce04642ab9202377c16bb86d2
;;;What is the university whose affiliations is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbp:affiliations ?a . ?uri a dbo:University };78aa880b91524dc297c804a6d91e1682
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Region;;What is the university whose campus are <A> and <B>?;SELECT DISTINCT ?uri where { ?uri dbo:campus <A> . ?uri dbo:campus <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbo:campus ?a . ?uri dbo:campus ?b . ?uri a dbo:University };1bcf8001ee594f30bb75b84ca66dabab
http://dbpedia.org/ontology/Mountain;;;What is the university whose campus is <A>?;SELECT DISTINCT ?uri where { ?uri dbo:campus <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbo:campus ?a . ?uri a dbo:University };b58bac57950f452cbbce5e9e0faa159d
http://dbpedia.org/ontology/Town;;;What nicknames do the universities in <A> have?;SELECT DISTINCT ?uri where { ?x dbp:city <A> . ?x dbp:nickname ?uri . ?x a dbo:University };select distinct ?a where { ?x dbp:city ?a . ?x dbp:nickname ?uri . ?x a dbo:University };1dd1b3f1468b4498bf6462c9d4d7e865
http://dbpedia.org/ontology/Region;;;What university campuses are situated in <A>?;SELECT DISTINCT ?uri where { ?uri dbo:campus <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbo:campus ?a . ?uri a dbo:University };ae5afe36b84a4b65b6e52062c8c1d079
;;;Where did the employees of <A> study?;SELECT DISTINCT ?uri where { ?x dbp:workInstitutions <A> . ?x dbo:education ?uri };select distinct ?a where { ?x dbp:workInstitutions ?a . ?x dbo:education ?uri };4ef28f32c3dc4c17a10aaed5ef42c084
http://dbpedia.org/ontology/City;;;Where did the graduates of <A> continue their education?;SELECT DISTINCT ?uri where { ?x dbp:highschool <A> . ?x dbo:school ?uri };select distinct ?a where { ?x dbp:highschool ?a . ?x dbo:school ?uri };66629e2919e3457b92e9412d2765707f
;;;Where did the members of <A> study?;SELECT DISTINCT ?uri where { ?x dbo:militaryRank <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbo:militaryRank ?a . ?x dbo:almaMater ?uri };ca35959e3aa54d29a210ae778908d977
http://dbpedia.org/ontology/SportsTeam;;;Where did the president study, who's the president of <A>?;SELECT DISTINCT ?uri where { <A> dbo:president ?x . ?x dbp:almaMater ?uri };select distinct ?a where { ?a dbo:president ?x . ?x dbp:almaMater ?uri };83858d645fa74a698c361696ed79496f
http://dbpedia.org/ontology/Person;;;Where did the president study, whose VP was <A>?;SELECT DISTINCT ?uri where { ?x dbo:vicePresident <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbo:vicePresident ?a . ?x dbo:almaMater ?uri };12c919e6fa354555971464cbeb961149
;;;Where else did the graduates of the <A> study?;SELECT DISTINCT ?uri where { ?x dbo:institution <A> . ?x dbp:almaMater ?uri };select distinct ?a where { ?x dbo:institution ?a . ?x dbp:almaMater ?uri };5b6758a1346840589e4406f834826e3c
;;;Where is the rival school of <A>?;SELECT DISTINCT ?uri where { ?x dbo:rival <A> . ?x dbo:region ?uri . ?x a dbo:School };select distinct ?a where { ?x dbo:rival ?a . ?x dbo:region ?uri . ?x a dbo:School };7b5b0c8cb0ab4bd392162a7625ee8375
;;;Where is the school which is the rival of <A>;SELECT DISTINCT ?uri where { <A> dbo:rival ?x . ?x dbo:region ?uri . ?x a dbo:School };select distinct ?a where { ?a dbo:rival ?x . ?x dbo:region ?uri . ?x a dbo:School };d851da1144a243338aa3d47e27dcab4b
;;;Where was the deadbody discovered of one of the alumni of <A>?;SELECT DISTINCT ?uri where { ?x dbp:education <A> . ?x dbp:bodyDiscovered ?uri };select distinct ?a where { ?x dbp:education ?a . ?x dbp:bodyDiscovered ?uri };3a4fadbc37434b5fb38032e9e21e5a9e
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which institution of the <B> is the alma mater of the <A> ?;SELECT DISTINCT ?uri where { <B> dbo:institution ?uri . <A> dbo:almaMater ?uri };select distinct ?a, ?b where { ?b dbo:institution ?uri . ?a dbo:almaMater ?uri };e6b415fc865449c3bf841f09716c5099
;;;Which country's people have graduated from <A>?;SELECT DISTINCT ?uri where { ?x dbp:almaMater <A> . ?x dbo:nationality ?uri . ?x a dbo:Person };select distinct ?a where { ?x dbp:almaMater ?a . ?x dbo:nationality ?uri . ?x a dbo:Person };8b827358accc43048f434244318b58c5
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which education center <B> attended which was also the alma mater of <A> ?;SELECT DISTINCT ?uri where { <B> dbp:education ?uri . <A> dbo:almaMater ?uri };select distinct ?a, ?b where { ?b dbp:education ?uri . ?a dbo:almaMater ?uri };9abe253ae8a348c8b5f3b85f4cf62072
http://dbpedia.org/ontology/SportsTeam;http://dbpedia.org/ontology/Person;;Which education institute of <B> is also the university of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:almaMater ?uri . <A> dbo:university ?uri };select distinct ?a, ?b where { ?b dbo:almaMater ?uri . ?a dbo:university ?uri };24b693a3d51d407081f086a373e872c9
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Region;;Which educational institutes have campuses at <B> and <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:campus <B> . ?uri dbo:campus <A> . ?uri a dbo:EducationalInstitution };select distinct ?a, ?b where { ?uri dbo:campus ?b . ?uri dbo:campus ?a . ?uri a dbo:EducationalInstitution };fdc1847b008e40cbb6cb07d1f3fefb7f
;;;Which educational institution has <A> as it's affiliation?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <A> . ?uri a dbo:EducationalInstitution };select distinct ?a where { ?uri dbp:affiliations ?a . ?uri a dbo:EducationalInstitution };6224c64d6d3b40529a2999e42371cac2
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Architect;;Which educational institution of <A> is also the alma mater of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:education ?uri . <B> dbo:education ?uri };select distinct ?a, ?b where { ?a dbo:education ?uri . ?b dbo:education ?uri };90db48b330cc476e9694d1e7e62d38bd
http://dbpedia.org/ontology/Athlete;;;Which high school of <A> is also the nearest city of <B> ?;SELECT DISTINCT ?uri where { <A> dbp:highSchool ?uri . <B> dbp:nearestCity ?uri };select distinct ?a, ?b where { ?a dbp:highSchool ?uri . ?b dbp:nearestCity ?uri };88f545749cc4451988e2442225fa9bca
http://dbpedia.org/ontology/Athlete;;;Which high school of the <A> also was the palce hwer <B> was recorded ?;SELECT DISTINCT ?uri where { <A> dbp:highSchool ?uri . <B> dbo:recordedIn ?uri };select distinct ?a, ?b where { ?a dbp:highSchool ?uri . ?b dbo:recordedIn ?uri };09c521f0f65e49c5b02014c8d62cb12f
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Person;;Which institution of the <A> is also the alma mater of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:institution ?uri . <B> dbo:almaMater ?uri };select distinct ?a, ?b where { ?a dbo:institution ?uri . ?b dbo:almaMater ?uri };cb7ccfb1dddd4933883fb1176660d821
http://dbpedia.org/ontology/SportsTeam;;;Which is the university of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:university ?uri };select distinct ?a where { ?a dbo:university ?uri };c9b8f77f399f4f88b60f4a252aa7e825
;http://dbpedia.org/ontology/Person;;Which licensee of the <A> is also the alma mater of the <B> ?;SELECT DISTINCT ?uri where { <A> dbp:licensee ?uri . <B> dbo:almaMater ?uri };select distinct ?a, ?b where { ?a dbp:licensee ?uri . ?b dbo:almaMater ?uri };0cf8b22d4530493c952e2a62d734586c
;;;Which sports are played at both the <B> and <A>?;SELECT DISTINCT ?uri where { <B> dbo:sport ?uri . <A> dbo:sport ?uri };select distinct ?a, ?b where { ?b dbo:sport ?uri . ?a dbo:sport ?uri };235bac8ebb9049149d10aec4b92b6881
http://dbpedia.org/ontology/City;;;Which sports are played at institues in <A>?;SELECT DISTINCT ?uri where { ?x dbo:city <A> . ?x dbo:sport ?uri . ?x a dbo:EducationalInstitution };select distinct ?a where { ?x dbo:city ?a . ?x dbo:sport ?uri . ?x a dbo:EducationalInstitution };38c688a1da544a7fb79c1a239732903f
;;;Which sports are played in schools affiliated with the <A>?;SELECT DISTINCT ?uri where { ?x dbp:religiousAffiliation <A> . ?x dbo:sport ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:religiousAffiliation ?a . ?x dbo:sport ?uri . ?x a dbo:School };74a2300b33df4ad6a44b4184c0c8642d
;;;Which sports are played in schools founded by <A>?;SELECT DISTINCT ?uri where { ?x dbp:founder <A> . ?x dbo:sport ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:founder ?a . ?x dbo:sport ?uri . ?x a dbo:School };49a721669f7342a6babb0b2875943b45
http://dbpedia.org/ontology/SportFacility;;;Which sports are played in the school which runs the <A>?;SELECT DISTINCT ?uri where { <A> dbp:operator ?x . ?x dbo:sport ?uri };select distinct ?a where { ?a dbp:operator ?x . ?x dbo:sport ?uri };dd871c9e9b134d939271640e81c6095d
;;;Which sports are played typically in <A>?;SELECT DISTINCT ?uri where { ?x dbp:schooltype <A> . ?x dbo:sport ?uri };select distinct ?a where { ?x dbp:schooltype ?a . ?x dbo:sport ?uri };e7dde5ecb2d4418f9c39988c43ddb848
http://dbpedia.org/ontology/Person;;;Which sports exist in the universities whose president is <A>?;SELECT DISTINCT ?uri where { ?x dbo:president <A> . ?x dbo:sport ?uri . ?x a dbo:University };select distinct ?a where { ?x dbo:president ?a . ?x dbo:sport ?uri . ?x a dbo:University };d3ecdd7378e84976bf9901e34d96544d
http://dbpedia.org/ontology/Painter;http://dbpedia.org/ontology/Person;;Which training center of <A> has also alumni named <B> ?;SELECT DISTINCT ?uri where { <A> dbp:training ?uri . <B> dbp:education ?uri };select distinct ?a, ?b where { ?a dbp:training ?uri . ?b dbp:education ?uri };fcbd2eb259ad4797a4de074a9e6ca51b
;http://dbpedia.org/ontology/Region;;Which universit's affiliation is with <A>. and has campus at <B> ?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <A> . ?uri dbo:campus <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:affiliations ?a . ?uri dbo:campus ?b . ?uri a dbo:University };c3fb5965d89548719ebf83511d9e262a
http://dbpedia.org/ontology/Person;;;Which universities are alma mater to <A>?;SELECT DISTINCT ?uri where { <A> dbp:almaMater ?uri };select distinct ?a where { ?a dbp:almaMater ?uri };63e6c4e6a8e54d1d84d524f2d2efec81
http://dbpedia.org/ontology/SportsTeam;;;Which universities are also known as the <A>?;SELECT DISTINCT ?uri where { ?uri dbp:nickname <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbp:nickname ?a . ?uri a dbo:University };f9d4553365b340d89df7041600ddb304
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Architect;;Which university attended by <B> and education institute of <A> ?;SELECT DISTINCT ?uri where { <B> dbp:education ?uri . <A> dbo:education ?uri };select distinct ?a, ?b where { ?b dbp:education ?uri . ?a dbo:education ?uri };e2897f4781764c61aa25fd8a527347dd
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/Athlete;;Which university attended by <B> was also the alma mater of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:almaMater ?uri . <B> dbp:education ?uri };select distinct ?a, ?b where { ?a dbp:almaMater ?uri . ?b dbp:education ?uri };9bc8183073c74276b2a202d642cd74d7
;;;Which university has affiliations to <A> <B>?;SELECT DISTINCT ?uri where { ?uri dbp:affiliations <A> . ?uri dbp:affiliations <B> . ?uri a dbo:University };select distinct ?a, ?b where { ?uri dbp:affiliations ?a . ?uri dbp:affiliations ?b . ?uri a dbo:University };fe42aff9ce524c13950df850ed4d0737
http://dbpedia.org/ontology/Person;;;Which university has chancellor as <A>?;SELECT DISTINCT ?uri where { ?uri dbp:chancellor <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbp:chancellor ?a . ?uri a dbo:University };a54d9ab5b073425aa078172cd3175ec8
http://dbpedia.org/ontology/Person;;;Which university is led by <A>?;SELECT DISTINCT ?uri where { ?uri dbo:president <A> . ?uri a dbo:University };select distinct ?a where { ?uri dbo:president ?a . ?uri a dbo:University };4d42ac9615894cb8b1670248b35ff581
;;;Which university's graduates have worked in the <A>?;SELECT DISTINCT ?uri where { ?x dbo:militaryUnit <A> . ?x dbo:almaMater ?uri };select distinct ?a where { ?x dbo:militaryUnit ?a . ?x dbo:almaMater ?uri };a6a548a2d1ac484d8b94cd09ecf53768
;;;Who all did their high school in <A>?;SELECT DISTINCT ?uri where { ?uri dbp:highSchool <A> };select distinct ?a where { ?uri dbp:highSchool ?a };dc0fc69c4c2449c4a1a5b337f699d91c
http://dbpedia.org/ontology/Village;;;Who all have been a president of educational institutes in <A>?;SELECT DISTINCT ?uri where { ?x dbo:location <A> . ?x dbp:president ?uri . ?x a dbo:EducationalInstitution };select distinct ?a where { ?x dbo:location ?a . ?x dbp:president ?uri . ?x a dbo:EducationalInstitution };3fb7e88b8f1943958246f70177f3e5dc
;;;Who are the chancellors of universities which is affiliated with <A>?;SELECT DISTINCT ?uri where { ?x dbp:affiliations <A> . ?x dbp:chancellor ?uri . ?x a dbo:University };select distinct ?a where { ?x dbp:affiliations ?a . ?x dbp:chancellor ?uri . ?x a dbo:University };7877e775ed9e4c52a16d8b95104db714
;;;Who are the opponents of graduates of the <A>?;SELECT DISTINCT ?uri where { ?x dbp:education <A> . ?x dbo:opponent ?uri };select distinct ?a where { ?x dbp:education ?a . ?x dbo:opponent ?uri };db38999d5a924a30bf35df8596c3cedc
;;;Who are the people whose alumna is a part of the <A>?;SELECT DISTINCT ?uri where { ?x dbo:athletics <A> . ?uri dbp:education ?x };select distinct ?a where { ?x dbo:athletics ?a . ?uri dbp:education ?x };28f1b38fd1fa43dcafd2eee7e5778775
http://dbpedia.org/ontology/Village;;;Who attended <A> university?;SELECT DISTINCT ?uri where { ?uri dbo:education <A> };select distinct ?a where { ?uri dbo:education ?a };e60e13c61f15439ab1d8ee9a7d9e3956
;;;Who did their highschool from a school whose mascot was a <A>?;SELECT DISTINCT ?uri where { ?x dbp:mascot <A> . ?uri dbo:highschool ?x };select distinct ?a where { ?x dbp:mascot ?a . ?uri dbo:highschool ?x };d795c9f16e8347cba7a4dd7b2a27de50
;;;Who is the chancellor of the university which affiliates the <A>?;SELECT DISTINCT ?uri where { ?x dbp:affiliations <A> . ?x dbp:chancellor ?uri . ?x a dbo:University };select distinct ?a where { ?x dbp:affiliations ?a . ?x dbp:chancellor ?uri . ?x a dbo:University };685ddf1e1ed641888613c5f9c85267b7
;;;Who is the chancellor of the university whose campus is in <A> ?;SELECT DISTINCT ?uri where { ?x dbo:campus <A> . ?x dbp:chancellor ?uri . ?x a dbo:University };select distinct ?a where { ?x dbo:campus ?a . ?x dbp:chancellor ?uri . ?x a dbo:University };c714added3ea49fd8d6f4ee3d6fd96f0
;;;Who is the founder of the trade union which affiliates <A>?;SELECT DISTINCT ?uri where { <A> dbo:affiliation ?x . ?x dbp:founded ?uri . ?x a dbo:TradeUnion };select distinct ?a where { ?a dbo:affiliation ?x . ?x dbp:founded ?uri . ?x a dbo:TradeUnion };2fe30687c5644f9096c50927e10ec2fe
;;;Who is the one whose highschool is <A>?;SELECT DISTINCT ?uri where { ?uri dbo:highschool <A> };select distinct ?a where { ?uri dbo:highschool ?a };24e52abfafbb43d491744511cbfbfb38
;;;Who is the person whose alma mater is <A>?;SELECT DISTINCT ?uri where { ?uri dbo:almaMater <A> . ?uri a dbo:Person };select distinct ?a where { ?uri dbo:almaMater ?a . ?uri a dbo:Person };8db8117a78a84ce68ab1c0b38dd505fe
;;;Who owns the schools which have a <A> as its mascot?;SELECT DISTINCT ?uri where { ?x dbp:mascot <A> . ?x dbo:authority ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:mascot ?a . ?x dbo:authority ?uri . ?x a dbo:School };5a9664b9e22545ef8fbc5d56f48ce5c1
;;;Who studied at <A> and has <B> as predecessor ?;SELECT DISTINCT ?uri where { ?uri dbo:almaMater <A> . ?uri dbo:predecessor <B> };select distinct ?a, ?b where { ?uri dbo:almaMater ?a . ?uri dbo:predecessor ?b };7197caeaf6804e9a9f9cb80097235c1b
http://dbpedia.org/ontology/Person;;;With whom is the institution of <A> affiliated?;SELECT DISTINCT ?uri where { <A> dbp:workInstitutions ?x . ?x dbp:affiliation ?uri };select distinct ?a where { ?a dbp:workInstitutions ?x . ?x dbp:affiliation ?uri };0394d1d9bb67406ebe89217042530952
http://dbpedia.org/ontology/SportsTeam;;;What is the basketball team whose President's college is <A>?;SELECT DISTINCT ?uri where { ?x dbp:college <A> . ?uri dbp:president ?x . ?uri a dbo:BasketballTeam };select distinct ?a where { ?x dbp:college ?a . ?uri dbp:president ?x . ?uri a dbo:BasketballTeam };258d0ae4aaa94829ab2720cff3ef031c
http://dbpedia.org/ontology/Region;;;Count the area of the radio stations whose serves in <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:area <A> . ?x dbp:area ?uri };select distinct ?a where { ?x dbp:area ?a . ?x dbp:area ?uri };53234a36b1e64f05834fd09948fa22bc
;;;Is <A> the sister station of <B>?;ASK where { <B> dbo:sisterStation <A> };select distinct ?a, ?b where { ?b dbo:sisterStation ?a };bc0e9473e03d40289b81d23a7aad7340
http://dbpedia.org/ontology/Region;;;List all areas served by the radio station serving <A> ?;SELECT DISTINCT ?uri where { ?x dbp:area <A> . ?x dbp:area ?uri . ?x a dbo:RadioStation };select distinct ?a where { ?x dbp:area ?a . ?x dbp:area ?uri . ?x a dbo:RadioStation };b880859b1271437abc4a9eb3d7e1e368
;;;List the area of radio stations whose sister station is <A>?;SELECT DISTINCT ?uri where { <A> dbp:sisterStations ?x . ?x dbp:area ?uri };select distinct ?a where { ?a dbp:sisterStations ?x . ?x dbp:area ?uri };e83f61a2a503458487940f058dbc056a
;;;List the program genres of the sister stations of <A>?;SELECT DISTINCT ?uri where { <A> dbp:sisterStations ?x . ?x dbo:programmeFormat ?uri };select distinct ?a where { ?a dbp:sisterStations ?x . ?x dbo:programmeFormat ?uri };6f280f2da9014ea5b9dd55d08cd22cd5
;;;Radios on what topics can be tuned in to in <A>;SELECT DISTINCT ?uri where { ?x dbo:broadcastArea <A> . ?x dbo:programmeFormat ?uri . ?x a dbo:RadioStation };select distinct ?a where { ?x dbo:broadcastArea ?a . ?x dbo:programmeFormat ?uri . ?x a dbo:RadioStation };4dbb409284b34e848777db3a91349022
;;;What is the radio show created by <A>, about?;SELECT DISTINCT ?uri where { ?x dbp:creator <A> . ?x dbp:format ?uri . ?x a dbo:RadioProgram };select distinct ?a where { ?x dbp:creator ?a . ?x dbp:format ?uri . ?x a dbo:RadioProgram };a656fb53970e4e36b7c254c35ee31be6
;;;Which animator of the <A> is also the director of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:animator ?uri . <B> dbo:director ?uri };select distinct ?a, ?b where { ?a dbo:animator ?uri . ?b dbo:director ?uri };093a1659d85d4b9cab08915271c4e918
;;;<A> and <B> are still spoken in which part of the world?;SELECT DISTINCT ?uri where { <A> dbp:region ?uri . <B> dbp:region ?uri };select distinct ?a, ?b where { ?a dbp:region ?uri . ?b dbp:region ?uri };bbc69cd1992d42deba2ecb4e218a9349
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;<A> and <B> can be found in which country?;SELECT DISTINCT ?uri where { <A> dbo:locationCountry ?uri . <B> dbo:locationCountry ?uri };select distinct ?a, ?b where { ?a dbo:locationCountry ?uri . ?b dbo:locationCountry ?uri };484f28f611e648b4b388f6cf98d964bb
http://dbpedia.org/ontology/Mountain;;;<A> belongs to which mountain range?;SELECT DISTINCT ?uri where { <A> dbo:mountainRange ?uri };select distinct ?a where { ?a dbo:mountainRange ?uri };1d1199ba017a424983574e26ac9cc2bb
;;;<A> built a bridge over which river?;SELECT DISTINCT ?uri where { ?x dbp:builder <A> . ?x dbo:crosses ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:builder ?a . ?x dbo:crosses ?uri . ?x a dbo:Bridge };9bc21c53162242ed83aa510e3a346546
;;;<A> built bridges over which rivers?;SELECT DISTINCT ?uri where { ?x dbp:builder <A> . ?x dbo:crosses ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:builder ?a . ?x dbo:crosses ?uri . ?x a dbo:Bridge };441c7a0159b046ba94bec61882574380
http://dbpedia.org/ontology/Lake;;;<A> flows into which river?;SELECT DISTINCT ?uri where { ?uri dbo:rightTributary <A> };select distinct ?a where { ?uri dbo:rightTributary ?a };c1149b9f20bf470fad0154de4f2e72b7
;;;<A> has designed bridges over what things?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?x dbp:crosses ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:crosses ?uri . ?x a dbo:Bridge };54a6aa13eada429ab1b9d56d49a087ec
;;;<A> have been used to cross over how many things?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:design <A> . ?x dbp:crosses ?uri };select distinct ?a where { ?x dbp:design ?a . ?x dbp:crosses ?uri };3b73318138c443e789981e3e4d613dab
;;;<A> have made bridges crossing over what?;SELECT DISTINCT ?uri where { ?x dbp:designer <A> . ?x dbp:crosses ?uri };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:crosses ?uri };024337cb227f4a1395be10e9cb63c5fa
http://dbpedia.org/ontology/ArchitecturalStructure;;;<A> highway is a part of which country?;SELECT DISTINCT ?uri where { <A> dbo:county ?uri };select distinct ?a where { ?a dbo:county ?uri };c88a014e1fb347f1aa31dc40e7c66e55
http://dbpedia.org/ontology/ArchitecturalStructure;;;<A> is a part of the building in which city?;SELECT DISTINCT ?uri where { ?x dbo:part <A> . ?x dbp:district ?uri . ?x a dbo:Building };select distinct ?a where { ?x dbo:part ?a . ?x dbp:district ?uri . ?x a dbo:Building };bb54180751be476bb26a39120b330d55
;;;<A> is spoken in which countries?;SELECT DISTINCT ?uri where { ?uri dbp:languages <A> . ?uri a dbo:Country };select distinct ?a where { ?uri dbp:languages ?a . ?uri a dbo:Country };5a5552c654f843e2af53c66e80782253
;;;<A> is the largest city of which country?;SELECT DISTINCT ?uri where { ?uri dbo:largestCity <A> . ?uri a dbo:Country };select distinct ?a where { ?uri dbo:largestCity ?a . ?uri a dbo:Country };2bf7c4d882ac4bdca78ac99d19625b3b
http://dbpedia.org/ontology/ArchitecturalStructure;;;<A> starts from which station?;SELECT DISTINCT ?uri where { <A> dbo:routeStart ?uri };select distinct ?a where { ?a dbo:routeStart ?uri };6fea069c838141f8842dd0965d1d918c
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/City;;<B> and <A> are the shore cities on which sea ?;SELECT DISTINCT ?uri where { ?uri dbp:cities <B> . ?uri dbp:cities <A> . ?uri a dbo:Sea };select distinct ?a, ?b where { ?uri dbp:cities ?b . ?uri dbp:cities ?a . ?uri a dbo:Sea };4d7ac749c1ed4d359c857449cd3bfcd7
http://dbpedia.org/ontology/City;;;Among the countries using <B> as currency which had <A> as an important place ?;SELECT DISTINCT ?uri where { ?uri dbo:capital <A> . ?uri dbo:currency <B> . ?uri a dbo:Country };select distinct ?a, ?b where { ?uri dbo:capital ?a . ?uri dbo:currency ?b . ?uri a dbo:Country };7521f2b548c742bc847175d5bb599556
;;;Bridge that starts at <A> crosses over what?;SELECT DISTINCT ?uri where { ?x dbo:routeStart <A> . ?x dbp:crosses ?uri };select distinct ?a where { ?x dbo:routeStart ?a . ?x dbp:crosses ?uri };dcb880946a53419fbc8f9ae1d09a35be
;;;Bridges over what can <A>ry vehicles?;SELECT DISTINCT ?uri where { ?x dbp:carries <A> . ?x dbp:crosses ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:carries ?a . ?x dbp:crosses ?uri . ?x a dbo:Bridge };8a41604d7495428fa67cccf0d3789635
;;;Bridges over which rivers are made of <A>?;SELECT DISTINCT ?uri where { ?x dbp:material <A> . ?x dbo:river ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:material ?a . ?x dbo:river ?uri . ?x a dbo:Bridge };a3c5a2eed28d4fce829b32d43b36eedc
;;;Collect and return a list of things in the area where <A> is used?;SELECT DISTINCT ?uri where { ?x dbo:language <A> . ?uri dbo:location ?x };select distinct ?a where { ?x dbo:language ?a . ?uri dbo:location ?x };0ebb619e771642908242969b42bbf642
http://dbpedia.org/ontology/Region;;;Count all the awards which were presented by something located in <A>.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:headquarter <A> . ?uri dbo:presenter ?x . ?uri a dbo:Award };select distinct ?a where { ?x dbo:headquarter ?a . ?uri dbo:presenter ?x . ?uri a dbo:Award };83ca3f4edad24d93a575b23842e8e6e2
http://dbpedia.org/ontology/Country;;;Count all the games whose distributors are located in <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbp:country <A> . ?uri dbp:distributor ?x };select distinct ?a where { ?x dbp:country ?a . ?uri dbp:distributor ?x };18993c411e4b43aa9d11cab3a62f9f88
;;;Count everyone who lives in a place where <A> is an official language ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:officialLanguage <A> . ?uri dbo:residence ?x };select distinct ?a where { ?x dbo:officialLanguage ?a . ?uri dbo:residence ?x };3c8a202e192c4382af9462f6ba5b67bb
http://dbpedia.org/ontology/City;;;Count the cities whihch are on the same sea as that of <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:cities <A> . ?x dbp:cities ?uri };select distinct ?a where { ?x dbp:cities ?a . ?x dbp:cities ?uri };e2916bd3eb4a49159537f5a32218b829
http://dbpedia.org/ontology/Region;;;Count the nearest city to the historic palce whose one of the nearest city is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:nearestCity <A> . ?x dbp:nearestCity ?uri };select distinct ?a where { ?x dbo:nearestCity ?a . ?x dbp:nearestCity ?uri };78f8aae7da294e14b5bfdff2bb35d039
http://dbpedia.org/ontology/Sea;;;Count the number of cities around the <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:cities ?uri . ?uri a dbo:City };select distinct ?a where { ?a dbp:cities ?uri . ?uri a dbo:City };82ce66b7bf8f4a0dae15269c66cc2753
http://dbpedia.org/ontology/ArchitecturalStructure;;;Count the number of region of <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:region ?uri };select distinct ?a where { ?a dbo:region ?uri };2d254f44524040f49a25092be3e4f942
http://dbpedia.org/ontology/Sea;;;Count the water bodies that flow into the <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:inflow ?uri };select distinct ?a where { ?a dbp:inflow ?uri };daf410687a35451bbcf9909871db61f3
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/City;;Do the <A> lie in <B> county?;ASK where { <A> dbp:counties <B> };select distinct ?a, ?b where { ?a dbp:counties ?b };dd780a7e6bf64bb79d2fa4c410ffed93
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/ArchitecturalStructure;;Does <A> a junction on the <B>?;ASK where { <B> dbo:routeJunction <A> };select distinct ?a, ?b where { ?b dbo:routeJunction ?a };9d6b44c745cc4b13a87b0664f5ba8a0b
;http://dbpedia.org/ontology/Continent;;Does <A> fly to the <B>n continent?;ASK where { <A> dbo:destination <B> };select distinct ?a, ?b where { ?a dbo:destination ?b };7ab5eba0fa5e4d2db3867b842e966443
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Island;;Does <A> serve <B> too?;ASK where { <A> dbp:cityServed <B> };select distinct ?a, ?b where { ?a dbp:cityServed ?b };17b2beca1aea4de591ccbcb84821c1a2
http://dbpedia.org/ontology/Stream;;;Does <B> flow into the <A>?;ASK where { <A> dbo:leftTributary <B> };select distinct ?a, ?b where { ?a dbo:leftTributary ?b };1233074e435847cb89d45254f080d56f
http://dbpedia.org/ontology/ArchitecturalStructure;;;Does <B> lie at the end of <A>?;ASK where { <A> dbo:routeEnd <B> };select distinct ?a, ?b where { ?a dbo:routeEnd ?b };26729aff756e4638a9b104c39f66ba59
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Region;;Does the <A> end at <B>?;ASK where { <A> dbo:routeEnd <B> };select distinct ?a, ?b where { ?a dbo:routeEnd ?b };c18a6d5e8e5849f2b9a305dce85ad014
http://dbpedia.org/ontology/ArchitecturalStructure;;;Does the <A> end in <B>?;ASK where { <A> dbo:routeEnd <B> };select distinct ?a, ?b where { ?a dbo:routeEnd ?b };4672bed413aa4edca536b02a3e76dd48
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/City;;Does the <A> fall under <B>?;ASK where { <A> dbp:counties <B> };select distinct ?a, ?b where { ?a dbp:counties ?b };74a5cff93ee946babd0e69d98b975931
;http://dbpedia.org/ontology/Stream;;Does the <A> flow into the <B>;ASK where { <B> dbo:leftTributary <A> };select distinct ?a, ?b where { ?b dbo:leftTributary ?a };459448bd75ec43279fcae4db9efacd08
;http://dbpedia.org/ontology/Stream;;Does the <A> flow into the <B>;ASK where { <B> dbo:rightTributary <A> };select distinct ?a, ?b where { ?b dbo:rightTributary ?a };9aa99d04670a49e185afbcd4d2a451f5
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/City;;Does the <A> have a junction at <B>?;ASK where { <A> dbp:junction <B> };select distinct ?a, ?b where { ?a dbp:junction ?b };60c286ef4d054f78a11a86763d47290b
http://dbpedia.org/ontology/Stream;http://dbpedia.org/ontology/Village;;Does the <A> originate from <B>?;ASK where { <A> dbo:sourceMountain <B> };select distinct ?a, ?b where { ?a dbo:sourceMountain ?b };950b70d788fa482b9c3855e96aebe7ac
http://dbpedia.org/ontology/Stream;http://dbpedia.org/ontology/Region;;Does the <A> originate in <B>?;ASK where { <A> dbo:sourceRegion <B> };select distinct ?a, ?b where { ?a dbo:sourceRegion ?b };da022345367d441484d1fdcb8582c86b
http://dbpedia.org/ontology/Stream;http://dbpedia.org/ontology/Region;;Does the <A> orignate in the <B>?;ASK where { <A> dbo:sourceRegion <B> };select distinct ?a, ?b where { ?a dbo:sourceRegion ?b };6b16d12e156b4bb294b527c83c07f76a
http://dbpedia.org/ontology/Stream;;;Does the <A> start in <B>?;ASK where { <A> dbp:sourceRegion <B> };select distinct ?a, ?b where { ?a dbp:sourceRegion ?b };7e9e2be8376e470bbfbe44d535fd2b65
http://dbpedia.org/ontology/Stream;;;Does the <A> start in the <B>?;ASK where { <A> dbo:sourceRegion <B> };select distinct ?a, ?b where { ?a dbo:sourceRegion ?b };216518a4ffe546ce91c5e430549b0037
http://dbpedia.org/ontology/Region;;;Does the <B> come under <A> county?;ASK where { <B> dbo:ceremonialCounty <A> };select distinct ?a, ?b where { ?b dbo:ceremonialCounty ?a };d4f1cee8ab32498faaf9d3d2190380c1
;http://dbpedia.org/ontology/Stream;;Does the <B> flow in the <A>?;ASK where { <B> dbo:mouthMountain <A> };select distinct ?a, ?b where { ?b dbo:mouthMountain ?a };6d42f2fa938d4141bd635759b1e81402
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Stream;;Does the <B> flow into <A>?;ASK where { <B> dbo:mouthMountain <A> };select distinct ?a, ?b where { ?b dbo:mouthMountain ?a };fef9e0b2920a4196a4fb2a73724a9af3
;http://dbpedia.org/ontology/Stream;;Does the <B> flow into the <A>?;ASK where { <B> dbo:mouthMountain <A> };select distinct ?a, ?b where { ?b dbo:mouthMountain ?a };ede4d3ef0e754051afede4dcc6babe40
http://dbpedia.org/ontology/Sea;http://dbpedia.org/ontology/Stream;;Does the <B> flow into the <A>?;ASK where { <B> dbo:mouthMountain <A> };select distinct ?a, ?b where { ?b dbo:mouthMountain ?a };363f13c9bc2242038c131f095d4c866d
;http://dbpedia.org/ontology/ArchitecturalStructure;;Does the <B> serve the <A>?;ASK where { <B> dbp:cityServed <A> };select distinct ?a, ?b where { ?b dbp:cityServed ?a };1ac63487cbae44b6a9aa9350ab7302de
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/Stream;;Does the <B> start in <A>?;ASK where { <B> dbo:sourceMountain <A> };select distinct ?a, ?b where { ?b dbo:sourceMountain ?a };d4ed4754c8194ab69b712750149fdd7a
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Stream;;Does the <B> start in <A>?;ASK where { <B> dbo:sourceMountain <A> };select distinct ?a, ?b where { ?b dbo:sourceMountain ?a };33560cb70a394c659afde50ea4d2fa43
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;Does the <B> station lie at the end of the <A>?;ASK where { <A> dbo:routeEnd <B> };select distinct ?a, ?b where { ?a dbo:routeEnd ?b };cb70f9c4ab6e46b9bb6781e259febc55
;;;Food in which countries has <A> in it?;SELECT DISTINCT ?uri where { ?x dbo:ingredient <A> . ?x dbo:country ?uri . ?x a dbo:Food };select distinct ?a where { ?x dbo:ingredient ?a . ?x dbo:country ?uri . ?x a dbo:Food };77e5540b4af34b73b9c43dd62c69c556
http://dbpedia.org/ontology/Person;;;From how many countries did the aeroplanes designed by <A> originate?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:designer <A> . ?x dbp:nationalOrigin ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:nationalOrigin ?uri . ?uri a dbo:Country };9d9692a4132c4495ae0f5931957e586b
;;;From where does the river <A> start flowing?;SELECT DISTINCT ?uri where { <A> dbo:riverMouth ?uri };select distinct ?a where { ?a dbo:riverMouth ?uri };91305aeb7cf3416f855db6b604974650
http://dbpedia.org/ontology/ArchitecturalStructure;;;From where does the river start, which flows into the <A>?;SELECT DISTINCT ?uri where { ?x dbo:riverMouth <A> . ?x dbo:source ?uri . ?x a dbo:River };select distinct ?a where { ?x dbo:riverMouth ?a . ?x dbo:source ?uri . ?x a dbo:River };f0acd22286c047eabc35b04de1c0c47b
;;;From which country did the <A> and the <B>?;SELECT DISTINCT ?uri where { <B> dbp:locationCountry ?uri . <A> dbp:locationCountry ?uri };select distinct ?a, ?b where { ?b dbp:locationCountry ?uri . ?a dbp:locationCountry ?uri };1386583d5c3243a7a2eef959681226b1
http://dbpedia.org/ontology/Region;;;Give me a count of bridges located in <A> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:locatedInArea <A> . ?uri a dbo:Bridge };select distinct ?a where { ?uri dbo:locatedInArea ?a . ?uri a dbo:Bridge };e91ada2d11fb415a90f5214a4568ae9a
;;;Give me a count of everything under the archipelago, where <A> is the biggest town.;SELECT DISTINCT COUNT(?uri) where { ?x dbo:largestCity <A> . ?uri dbp:archipelago ?x };select distinct ?a where { ?x dbo:largestCity ?a . ?uri dbp:archipelago ?x };3922223c92bd4c62a2b341fe8c73879c
http://dbpedia.org/ontology/Person;;;Give me a list of all the buildings which are located in districts governed by <A>.;SELECT DISTINCT ?uri where { ?x dbp:leaderName <A> . ?uri dbo:location ?x . ?uri a dbo:Building };select distinct ?a where { ?x dbp:leaderName ?a . ?uri dbo:location ?x . ?uri a dbo:Building };2c2a4120329e4f2a96503a5534340a63
;;;Give me some administrators of bridges over which <A> can go?;SELECT DISTINCT ?uri where { ?x dbp:carries <A> . ?x dbo:maintainedBy ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:carries ?a . ?x dbo:maintainedBy ?uri . ?x a dbo:Bridge };c58280258efb409faf6ecfb3f56cc513
http://dbpedia.org/ontology/MountainRange;;;Give me the list of people who scaled mountains in <A>?;SELECT DISTINCT ?uri where { ?x dbo:mountainRange <A> . ?x dbo:firstAscentPerson ?uri };select distinct ?a where { ?x dbo:mountainRange ?a . ?x dbo:firstAscentPerson ?uri };b9af1aab1cdb4df3b8aad53370c82fd7
http://dbpedia.org/ontology/City;;;How many buildings are located in <A> ?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:location <A> . ?uri a dbo:Building };select distinct ?a where { ?uri dbp:location ?a . ?uri a dbo:Building };6a6a9694fbb44140ada81d7a8c89aa0f
http://dbpedia.org/ontology/Person;;;How many buildings are located in the jurisdiction of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:leaderName <A> . ?uri dbp:location ?x . ?uri a dbo:Building };select distinct ?a where { ?x dbo:leaderName ?a . ?uri dbp:location ?x . ?uri a dbo:Building };323011153fec4b5ca0658605fdf7ff6e
http://dbpedia.org/ontology/Sea;;;How many cities are around the sea in which the <A> flows?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:outflow ?x . ?x dbp:cities ?uri . ?x a dbo:Sea };select distinct ?a where { ?a dbo:outflow ?x . ?x dbp:cities ?uri . ?x a dbo:Sea };7a21a6d6f21d47d0b60283006ff13a51
http://dbpedia.org/ontology/Sea;;;How many cities are around the sea into which the <A> flows?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:outflow ?x . ?x dbp:cities ?uri . ?x a dbo:Sea };select distinct ?a where { ?a dbo:outflow ?x . ?x dbp:cities ?uri . ?x a dbo:Sea };891f155dd9e14cdcac38afc45e4a869e
;;;How many cities are around the sea which flows into the <A>;SELECT DISTINCT COUNT(?uri) where { ?x dbo:inflow <A> . ?x dbp:cities ?uri . ?uri a dbo:City };select distinct ?a where { ?x dbo:inflow ?a . ?x dbp:cities ?uri . ?uri a dbo:City };83c320a2818b4a279f69b7838f2668f8
http://dbpedia.org/ontology/Lake;;;How many cities are close to <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:nearestCity ?uri };select distinct ?a where { ?a dbo:nearestCity ?uri };209c460e684848fe9572d27a98ecbfea
http://dbpedia.org/ontology/City;;;How many contries surround the seas on the banks of which is the city of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:cities <A> . ?x dbo:country ?uri };select distinct ?a where { ?x dbp:cities ?a . ?x dbo:country ?uri };4b63d37cdc444e47bb79f766451d32ac
;;;How many countries surround the sea into which the <A> flow?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:riverMouth ?x . ?x dbo:country ?uri . ?x a dbo:Sea };select distinct ?a where { ?a dbo:riverMouth ?x . ?x dbo:country ?uri . ?x a dbo:Sea };7b3af4a72c904d328c38aa676e5e556d
;;;How many currencies are in used in places where people speak <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:officialLanguage <A> . ?x dbo:currency ?uri . ?uri a dbo:Currency };select distinct ?a where { ?x dbo:officialLanguage ?a . ?x dbo:currency ?uri . ?uri a dbo:Currency };2ffbfa007109419280e603e3a3512ac9
http://dbpedia.org/ontology/Continent;;;How many destinations are covered by the airlines which also serves <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:destinations <A> . ?x dbp:destinations ?uri };select distinct ?a where { ?x dbp:destinations ?a . ?x dbp:destinations ?uri };2110869943d4431c80ed60a4598d5f4a
;;;How many famous people are from the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:stateOfOrigin <A> };select distinct ?a where { ?uri dbo:stateOfOrigin ?a };1f6af3eda6964bc7a5230797aaa04e0f
;;;How many groups speak the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:languages <A> . ?uri a dbo:EthnicGroup };select distinct ?a where { ?uri dbp:languages ?a . ?uri a dbo:EthnicGroup };977b6f4153b04d6bada78a4b6fb29965
;;;How many islands belong to archipelagos located in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:location <A> . ?uri dbp:archipelago ?x . ?uri a dbo:Island };select distinct ?a where { ?x dbp:location ?a . ?uri dbp:archipelago ?x . ?uri a dbo:Island };f9b9f6eac29a4d1190ce28061725f806
http://dbpedia.org/ontology/MountainRange;;;How many mountain are there in <A> range?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:mountainRange <A> . ?uri a dbo:Mountain };select distinct ?a where { ?uri dbo:mountainRange ?a . ?uri a dbo:Mountain };06288af112614c6cb006b87cc6b4d88b
;;;How many mountain ranges are located in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:locatedInArea <A> . ?x dbo:mountainRange ?uri };select distinct ?a where { ?x dbo:locatedInArea ?a . ?x dbo:mountainRange ?uri };5547e2421f8e4105b3248f3b3a2c7fbf
http://dbpedia.org/ontology/Region;;;How many other wine region are there of the grapes whose one of the wine region is <A> ?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:wineRegion <A> . ?x dbo:wineRegion ?uri };select distinct ?a where { ?x dbo:wineRegion ?a . ?x dbo:wineRegion ?uri };eb2766085bd746d89dd712c21ee272c6
http://dbpedia.org/ontology/ArchitecturalStructure;;;How many owners are there of lines starting at the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:routeStart <A> . ?x dbp:owner ?uri };select distinct ?a where { ?x dbo:routeStart ?a . ?x dbp:owner ?uri };e1f3b680b0e145f894360fb4fde18286
http://dbpedia.org/ontology/Region;;;How many owners are there of things located in <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:city <A> . ?x dbo:owner ?uri };select distinct ?a where { ?x dbo:city ?a . ?x dbo:owner ?uri };12381d3b6b434094988269dcdc1e8a46
;;;How many rivers are crossed by different <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:design <A> . ?x dbp:crosses ?uri . ?uri a dbo:River };select distinct ?a where { ?x dbp:design ?a . ?x dbp:crosses ?uri . ?uri a dbo:River };21dcb126b1924db68d44a389f565f443
;;;How many rivers end in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbo:riverMouth <A> . ?uri a dbo:River };select distinct ?a where { ?uri dbo:riverMouth ?a . ?uri a dbo:River };2b813b2612884ca0b83b6347da69b776
;;;How many rivers start in an <A> speaking country?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:officialLanguage <A> . ?uri dbo:sourceCountry ?x . ?uri a dbo:River };select distinct ?a where { ?x dbo:officialLanguage ?a . ?uri dbo:sourceCountry ?x . ?uri a dbo:River };6f88aee8549b4f49983ccc544c1cac61
http://dbpedia.org/ontology/SportsLeague;;;How many states are in the <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:country ?uri . ?uri a dbo:Place };select distinct ?a where { ?a dbo:country ?uri . ?uri a dbo:Place };90be0811add84e5aa9984db40fcee9db
;;;How many things are crossed over by bridges which can carry <A>s?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:carries <A> . ?x dbp:crosses ?uri };select distinct ?a where { ?x dbp:carries ?a . ?x dbp:crosses ?uri };62a255d7774446fca4a570b227bc463e
http://dbpedia.org/ontology/Village;;;How many things are located in <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:birthPlace <A> };select distinct ?a where { ?uri dbp:birthPlace ?a };ff0272acb02c43028e695cdae056b647
;;;How many things do bridges designed by the <A> go over?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:designer <A> . ?x dbp:crosses ?uri };select distinct ?a where { ?x dbp:designer ?a . ?x dbp:crosses ?uri };80e23668ba59456699b2f0017dc1d2f0
http://dbpedia.org/ontology/Person;;;How many universities are located in a country led by <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:leaderName <A> . ?uri dbo:country ?x . ?uri a dbo:University };select distinct ?a where { ?x dbp:leaderName ?a . ?uri dbo:country ?x . ?uri a dbo:University };53137c944cee49bea72f3c3542173081
http://dbpedia.org/ontology/Country;;;How many venues are located in the <A>?;SELECT DISTINCT COUNT(?uri) where { ?uri dbp:address <A> . ?uri a dbo:Venue };select distinct ?a where { ?uri dbp:address ?a . ?uri a dbo:Venue };11bda0b4ba6e488ca7e8255d984a7792
http://dbpedia.org/ontology/SportFacility;http://dbpedia.org/ontology/ArchitecturalStructure;;In all the places with a <A>, where is a <B> located too?;SELECT DISTINCT ?uri where { <A> dbp:location ?uri . <B> dbp:location ?uri };select distinct ?a, ?b where { ?a dbp:location ?uri . ?b dbp:location ?uri };892b60fa57f743969c1fe9bf5708e9c0
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/ArchitecturalStructure;;In all the states which have a <A>, where does a <B> exist too?;SELECT DISTINCT ?uri where { <A> dbo:state ?uri . <B> dbo:state ?uri };select distinct ?a, ?b where { ?a dbo:state ?uri . ?b dbo:state ?uri };ab4b39c73ed14299a95b7291b10d4f6c
http://dbpedia.org/ontology/Lake;;;In how many countries do the rivers start which end at the <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:riverMouth <A> . ?x dbo:sourceCountry ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbo:riverMouth ?a . ?x dbo:sourceCountry ?uri . ?uri a dbo:Country };c5e369b698d4499a92beac8371b73491
;;;In how many countries does the <A> go?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:line <A> . ?x dbo:country ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbp:line ?a . ?x dbo:country ?uri . ?uri a dbo:Country };b64d9fce937f4f0e9a0ca37ee8953f92
;;;In how many different places does Canal <A> own its assets?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:owner <A> . ?x dbo:location ?uri };select distinct ?a where { ?x dbo:owner ?a . ?x dbo:location ?uri };73c600f7e8e647769990e32d95c69f46
;;;In how many districts is there a borough called <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:borough <A> . ?x dbo:district ?uri };select distinct ?a where { ?x dbp:borough ?a . ?x dbo:district ?uri };4cf188cc17a649e581603a456bda0d40
;;;In how many nations can I find dishes made of <A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:ingredient <A> . ?x dbo:country ?uri . ?uri a dbo:Country };select distinct ?a where { ?x dbo:ingredient ?a . ?x dbo:country ?uri . ?uri a dbo:Country };0d1b4492ca3a491c916bd0ceefdde54d
http://dbpedia.org/ontology/Region;;;In how many other states do people live, whose languages are spoken in <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:language ?x . ?x dbp:region ?uri };select distinct ?a where { ?a dbo:language ?x . ?x dbp:region ?uri };4d672dceaf7f4e9382ae34c3623f7b85
;;;In how many places are <A> found?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:title <A> . ?x dbo:location ?uri . ?uri a dbo:Location };select distinct ?a where { ?x dbp:title ?a . ?x dbo:location ?uri . ?uri a dbo:Location };dd10bc648d304c6e87f26f46a808f82d
http://dbpedia.org/ontology/ArchitecturalStructure;;;In how many places can I find people who were the architects of the <A>?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:architecture ?x . ?x dbp:region ?uri };select distinct ?a where { ?a dbp:architecture ?x . ?x dbp:region ?uri };7380ef507d0a4475822c823d403e5033
;;;In how many regions is <A> spoken?;SELECT DISTINCT COUNT(?uri) where { <A> dbp:region ?uri };select distinct ?a where { ?a dbp:region ?uri };3edcbc0ae531477c808768239f89c922
;;;In how many regions is the <A> made?;SELECT DISTINCT COUNT(?uri) where { <A> dbo:wineRegion ?uri };select distinct ?a where { ?a dbo:wineRegion ?uri };ae46bb43a8ad4337abd5a034defa5266
;;;In how many states can one find <A> kind of bridges?;SELECT DISTINCT COUNT(?uri) where { ?x dbp:style <A> . ?x dbo:state ?uri . ?uri a dbo:Region };select distinct ?a where { ?x dbp:style ?a . ?x dbo:state ?uri . ?uri a dbo:Region };63cb9ee6aac848bfab4e1474f02fa6cc
http://dbpedia.org/ontology/Town;;;In which areas are the radio stations of <A> available too?;SELECT DISTINCT ?uri where { ?x dbp:city <A> . ?x dbp:area ?uri . ?x a dbo:RadioStation };select distinct ?a where { ?x dbp:city ?a . ?x dbp:area ?uri . ?x a dbo:RadioStation };31da90b739024aa79457f4f8a2e5e432
;;;In which cities can i find drinks similar to the <A>?;SELECT DISTINCT ?uri where { ?x dbo:related <A> . ?x dbp:locationCity ?uri . ?x a dbo:Beverage };select distinct ?a where { ?x dbo:related ?a . ?x dbp:locationCity ?uri . ?x a dbo:Beverage };07606daaf7b34904923872ec6df2df2d
;;;In which cities can the beverage related to <A> be found?;SELECT DISTINCT ?uri where { <A> dbo:related ?x . ?x dbp:locationCity ?uri };select distinct ?a where { ?a dbo:related ?x . ?x dbp:locationCity ?uri };47d8d22a769c4d82a0f5e592f5fbdb24
;;;In which cities do some railways operated by <A> start?;SELECT DISTINCT ?uri where { ?x dbo:operatedBy <A> . ?x dbo:routeStart ?uri };select distinct ?a where { ?x dbo:operatedBy ?a . ?x dbo:routeStart ?uri };f2000de1be65469e8d691b9d6e3732e5
;;;In which city can I find both the office of <B> and <A>?;SELECT DISTINCT ?uri where { <A> dbp:location ?uri . <B> dbp:location ?uri };select distinct ?a, ?b where { ?a dbp:location ?uri . ?b dbp:location ?uri };00792920d6934b74b1aac3738f061200
;;;In which city did <A> take place ?;SELECT DISTINCT ?uri where { <A> dbp:city ?uri };select distinct ?a where { ?a dbp:city ?uri };bc638eba36ac42a4ad637b88465f433e
;;;In which city is <A> ? located ?;SELECT DISTINCT ?uri where { <A> dbp:locationCity ?uri };select distinct ?a where { ?a dbp:locationCity ?uri };34200ced3ab544579326e2fc505d3bc8
http://dbpedia.org/ontology/ArchitecturalStructure;;;In which city is <A> located?;SELECT DISTINCT ?uri where { <A> dbp:borough ?uri };select distinct ?a where { ?a dbp:borough ?uri };00a22ab72d9d4286a7d3d61c4d67c0b4
http://dbpedia.org/ontology/ArchitecturalStructure;;;In which city is the building, whose part is the <A>?;SELECT DISTINCT ?uri where { ?x dbo:part <A> . ?x dbp:district ?uri . ?x a dbo:Building };select distinct ?a where { ?x dbo:part ?a . ?x dbp:district ?uri . ?x a dbo:Building };bfc1096eaf1243c6b9d2d32967f50390
;;;In which city is the distributor of <A> located ?;SELECT DISTINCT ?uri where { <A> dbp:distributor ?x . ?x dbo:locationCity ?uri };select distinct ?a where { ?a dbp:distributor ?x . ?x dbo:locationCity ?uri };d76def8ae04b49f6b1d126ba95c0e2cd
;;;In which city is the sister station of <A> located ?;SELECT DISTINCT ?uri where { <A> dbp:sisterStations ?x . ?x dbp:city ?uri };select distinct ?a where { ?a dbp:sisterStations ?x . ?x dbp:city ?uri };01a41f39bd59458cb89c2df139ccc213
;;;In which city is the sister station of <A> located ?;SELECT DISTINCT ?uri where { <A> dbo:sisterStation ?x . ?x dbo:city ?uri };select distinct ?a where { ?a dbo:sisterStation ?x . ?x dbo:city ?uri };0ab3de4c7c454c33ae9349c745121fa6
;http://dbpedia.org/ontology/SportsTeam;;In which city of <B> was the <A> founded ?;SELECT DISTINCT ?uri where { <A> dbp:founded ?uri . <B> dbp:city ?uri };select distinct ?a, ?b where { ?a dbp:founded ?uri . ?b dbp:city ?uri };2e984fcd973d4c79ae9ab371222218af
;;;In which common territory did <A> and the <B> take place?;SELECT DISTINCT ?uri where { <A> dbo:territory ?uri . <B> dbo:territory ?uri };select distinct ?a, ?b where { ?a dbo:territory ?uri . ?b dbo:territory ?uri };0ef7dd290adb47cc9515959eaf8bd328
;;;In which continent do <A> and <B> operate?;SELECT DISTINCT ?uri where { <A> dbp:destinations ?uri . <B> dbp:destinations ?uri . ?uri a dbo:Continent };select distinct ?a, ?b where { ?a dbp:destinations ?uri . ?b dbp:destinations ?uri . ?uri a dbo:Continent };8eaed436923e4051b575c7c6b88b9797
;;;In which countries are there banks which came after the <A>?;SELECT DISTINCT ?uri where { <A> dbo:successor ?x . ?x dbp:locationCountry ?uri . ?x a dbo:Bank };select distinct ?a where { ?a dbo:successor ?x . ?x dbp:locationCountry ?uri . ?x a dbo:Bank };010e9f9ec10d4cf5bd9455353215d507
;;;In which countries does the sea lie on whose shore is the city of <A>?;SELECT DISTINCT ?uri where { ?x dbp:cities <A> . ?x dbo:country ?uri . ?x a dbo:Sea };select distinct ?a where { ?x dbp:cities ?a . ?x dbo:country ?uri . ?x a dbo:Sea };4e66595b1889429ea3cc642a64440f99
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;In which country can I find <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbo:locationCountry ?uri . <B> dbo:locationCountry ?uri . ?uri a dbo:Country };select distinct ?a, ?b where { ?a dbo:locationCountry ?uri . ?b dbo:locationCountry ?uri . ?uri a dbo:Country };7cd083a1baa944fb93b2df81ca11207c
http://dbpedia.org/ontology/Mountain;;;in which country does the river end which originates in <A>?;SELECT DISTINCT ?uri where { ?x dbo:sourcePlace <A> . ?x dbo:mouthCountry ?uri };select distinct ?a where { ?x dbo:sourcePlace ?a . ?x dbo:mouthCountry ?uri };8b10de10cf09466f94c4570b9c61aa72
http://dbpedia.org/ontology/Town;;;In which country is <A> a capital of some region?;SELECT DISTINCT ?uri where { ?x dbp:capital <A> . ?x dbp:country ?uri };select distinct ?a where { ?x dbp:capital ?a . ?x dbp:country ?uri };aabec43f1b95480f9b3904dddc7e81e9
http://dbpedia.org/ontology/MountainRange;;;In which country is <A>?;SELECT DISTINCT ?uri where { <A> dbo:country ?uri };select distinct ?a where { ?a dbo:country ?uri };aaa9856758804b05ae5363e65a3bd2a7
http://dbpedia.org/ontology/ArchitecturalStructure;;;In which country is the <A> located ?;SELECT DISTINCT ?uri where { <A> dbo:location ?x . ?x dbo:country ?uri };select distinct ?a where { ?a dbo:location ?x . ?x dbo:country ?uri };3a6432cd1ada457994b8cd04721bcccd
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/Person;;In which country is the <A> located which is also the birth palce of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:locationCountry ?uri . <B> dbp:placeOfBirth ?uri };select distinct ?a, ?b where { ?a dbo:locationCountry ?uri . ?b dbp:placeOfBirth ?uri };1a35a6119a4a482286916e22a00ff89f
;;;In which country is the <A>?;SELECT DISTINCT ?uri where { <A> dbo:sourceCountry ?uri };select distinct ?a where { ?a dbo:sourceCountry ?uri };a39215c00d904d629a2ea30d237281e9
http://dbpedia.org/ontology/WorldHeritageSite;;;In which country is there a dam on the <A>?;SELECT DISTINCT ?uri where { ?x dbo:river <A> . ?x dbp:country ?uri . ?x a dbo:Dam };select distinct ?a where { ?x dbo:river ?a . ?x dbp:country ?uri . ?x a dbo:Dam };28fb6009d3174bf0a9761f1dc0d93da9
;;;In which country's cuisine, <A> is an important part?;SELECT DISTINCT ?uri where { ?x dbp:mainIngredient <A> . ?x dbp:country ?uri };select distinct ?a where { ?x dbp:mainIngredient ?a . ?x dbp:country ?uri };ec8b9535d59d4655b5ff3f5a185c99cc
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/ProtectedArea;;In which mountain <B> and <A> are located?;SELECT DISTINCT ?uri where { ?uri dbo:locatedInArea <B> . ?uri dbo:locatedInArea <A> . ?uri a dbo:Mountain };select distinct ?a, ?b where { ?uri dbo:locatedInArea ?b . ?uri dbo:locatedInArea ?a . ?uri a dbo:Mountain };6e226915fc37413b8740c3a74cc977c5
http://dbpedia.org/ontology/Mountain;;;In which mountain range does the <A> lie?;SELECT DISTINCT ?uri where { ?x dbo:parentMountainPeak <A> . ?x dbo:mountainRange ?uri };select distinct ?a where { ?x dbo:parentMountainPeak ?a . ?x dbo:mountainRange ?uri };f717accc0ab04b15bed31ee97a11045f
;;;In which part of the world can i find <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbo:origin ?uri . <B> dbo:origin ?uri };select distinct ?a, ?b where { ?a dbo:origin ?uri . ?b dbo:origin ?uri };0309871f7c564e6bbce3d3b481300bd8
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/SportsEvent;;In which part of the world will I find <A> and <B>?;SELECT DISTINCT ?uri where { <A> dbp:region ?uri . <B> dbp:region ?uri };select distinct ?a, ?b where { ?a dbp:region ?uri . ?b dbp:region ?uri };7a206da5629442c7a1853a9b62464368
http://dbpedia.org/ontology/Athlete;;;In which province was <A> born?;SELECT DISTINCT ?uri where { <A> dbp:birthDate ?uri };select distinct ?a where { ?a dbp:birthDate ?uri };d90413f58c7e4ec4926d84d822483e59
http://dbpedia.org/ontology/Town;;;In which region is the rival school of <A> located?;SELECT DISTINCT ?uri where { ?x dbp:rival <A> . ?x dbo:region ?uri . ?x a dbo:School };select distinct ?a where { ?x dbp:rival ?a . ?x dbo:region ?uri . ?x a dbo:School };7b84eeaeb31143dba0d74b20dcc60e1c
;;;In which state can I find <A> styled bridges?;SELECT DISTINCT ?uri where { ?x dbp:style <A> . ?x dbo:state ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:style ?a . ?x dbo:state ?uri . ?x a dbo:Bridge };5b90785deb8a4411aaa78d29aa3731e5
http://dbpedia.org/ontology/Person;;;In which state does the ambassador who is in related with <A> live?;SELECT DISTINCT ?uri where { <A> dbo:relation ?x . ?x dbp:state ?uri };select distinct ?a where { ?a dbo:relation ?x . ?x dbp:state ?uri };c9d240e63ba642689eb8e646e435a6e5
;;;In which state does the valley bordering the <A> lie?;SELECT DISTINCT ?uri where { ?x dbp:border <A> . ?x dbo:state ?uri . ?x a dbo:Valley };select distinct ?a where { ?x dbp:border ?a . ?x dbo:state ?uri . ?x a dbo:Valley };b0daa7f219de4127802c163ea4d7b308
;;;In which state is <A> ?;SELECT DISTINCT ?uri where { <A> dbp:state ?uri };select distinct ?a where { ?a dbp:state ?uri };fc6a428c69f44439b0c0594e95f8f2a8
http://dbpedia.org/ontology/ArchitecturalStructure;;;In which state is <A> located ?;SELECT DISTINCT ?uri where { <A> dbo:state ?uri };select distinct ?a where { ?a dbo:state ?uri };85c76306bdca404d9198823c7f039b6e
http://dbpedia.org/ontology/Valley;http://dbpedia.org/ontology/Cave;;In which state is <A>, which is also part of <B> ?;SELECT DISTINCT ?uri where { <A> dbo:state ?uri . <B> dbo:location ?uri };select distinct ?a, ?b where { ?a dbo:state ?uri . ?b dbo:location ?uri };19aa6a8901924e0998a44283eaa9aef4
http://dbpedia.org/ontology/Stream;;;In which state is <A>?;SELECT DISTINCT ?uri where { <A> dbo:state ?uri };select distinct ?a where { ?a dbo:state ?uri };d173daed7ab8420da0c8c83b7327b298
http://dbpedia.org/ontology/ArchitecturalStructure;;;In which state is the <A>?;SELECT DISTINCT ?uri where { <A> dbo:state ?uri };select distinct ?a where { ?a dbo:state ?uri };df2e76ce3304460b96e4bc1004ba31ff
http://dbpedia.org/ontology/Person;;;In which state is the alma mater of <A> located ?;SELECT DISTINCT ?uri where { <A> dbp:almaMater ?x . ?x dbo:state ?uri };select distinct ?a where { ?a dbp:almaMater ?x . ?x dbo:state ?uri };dc720b39588c4852a3086c7b106edad0
http://dbpedia.org/ontology/Person;;;In which state is the alma matter of <A> located ?;SELECT DISTINCT ?uri where { <A> dbo:almaMater ?x . ?x dbp:state ?uri };select distinct ?a where { ?a dbo:almaMater ?x . ?x dbp:state ?uri };7043c42bf9fc41418bf7fce82a3ed8f2
http://dbpedia.org/ontology/Person;;;In which states are there bridges over the <A>?;SELECT DISTINCT ?uri where { ?x dbp:river <A> . ?x dbo:state ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:river ?a . ?x dbo:state ?uri . ?x a dbo:Bridge };e162c9820c6a4768bf7ffd8afc11a55b
;;;In which states can I find <A>?;SELECT DISTINCT ?uri where { ?x dbp:style <A> . ?x dbo:state ?uri . ?x a dbo:Bridge };select distinct ?a where { ?x dbp:style ?a . ?x dbo:state ?uri . ?x a dbo:Bridge };25322000923943a3b7694bfcabc42a66
http://dbpedia.org/ontology/Stream;;;In which states does the river flow whose left tributary is <A>?;SELECT DISTINCT ?uri where { <A> dbo:leftTributary ?x . ?x dbo:state ?uri };select distinct ?a where { ?a dbo:leftTributary ?x . ?x dbo:state ?uri };c1958e8eaa264ab58264e8dbc6849720
http://dbpedia.org/ontology/Village;;;In which time zone is <A>?;SELECT DISTINCT ?uri where { <A> dbo:timeZone ?uri };select distinct ?a where { ?a dbo:timeZone ?uri };d1e59f4659f1447daf1f03518db7111e
;;;In which timezone does <A> lie?;SELECT DISTINCT ?uri where { <A> dbo:timeZone ?uri };select distinct ?a where { ?a dbo:timeZone ?uri };db74d95d147e42748b823e8d8359a97a
;;;Into which water bodies does <A> outflow?;SELECT DISTINCT ?uri where { <A> dbp:outflow ?uri };select distinct ?a where { ?a dbp:outflow ?uri };694ed5abdd6e48908b2a1eadf548813c
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/Country;;is <A> a part of <B> achipelago?;ASK where { <A> dbo:archipelago <B> };select distinct ?a, ?b where { ?a dbo:archipelago ?b };7909a81b56b34a5fb3669d704b262965
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/Country;;Is <A> a part of <B>?;ASK where { <A> dbo:archipelago <B> };select distinct ?a, ?b where { ?a dbo:archipelago ?b };c9bf804617e04cd194d2f8fcdad0d49c
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/Country;;Is <A> lie in the achipelago of <B>?;ASK where { <A> dbp:archipelago <B> };select distinct ?a, ?b where { ?a dbp:archipelago ?b };3b485c94a86c4c4e8a6f8929cc0dde2b
http://dbpedia.org/ontology/Continent;;;Is <A> one of the destinations of <B>?;ASK where { <B> dbo:destination <A> };select distinct ?a, ?b where { ?b dbo:destination ?a };7c56af394fc64b84a9f5e244bb068831
;http://dbpedia.org/ontology/Country;;Is <A> spoken in <B>?;ASK where { <B> dbp:languages <A> };select distinct ?a, ?b where { ?b dbp:languages ?a };5eb2e5439fa141a895d7ce6ec1c0460b
;http://dbpedia.org/ontology/Country;;Is <A> the largest city of <B>?;ASK where { <B> dbp:largestCity <A> };select distinct ?a, ?b where { ?b dbp:largestCity ?a };1d9d0611f1a341ddb067c01fc356f3dd
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/Country;;Is <A> the largest city of <B>?;ASK where { <A> dbo:largestCity <B> };select distinct ?a, ?b where { ?a dbo:largestCity ?b };8993e18e5aa946e8bbf8e70e4f8c96b5
;http://dbpedia.org/ontology/Country;;Is <A> the official language of <B>?;ASK where { <B> dbo:officialLanguage <A> };select distinct ?a, ?b where { ?b dbo:officialLanguage ?a };297f153071e94b52b485cc7758d5bda7
http://dbpedia.org/ontology/Region;;;Is <B> in <A> county?;ASK where { <B> dbo:county <A> };select distinct ?a, ?b where { ?b dbo:county ?a };92a16632674c43289898624bf2cb23aa
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/Island;;Is <B> in the <A> achipelago?;ASK where { <B> dbp:archipelago <A> };select distinct ?a, ?b where { ?b dbp:archipelago ?a };50f9b25a3d0c408fb2383283fe04a6d3
http://dbpedia.org/ontology/Country;http://dbpedia.org/ontology/Stream;;Is <B> originate in <A>?;ASK where { <B> dbo:sourceMountain <A> };select distinct ?a, ?b where { ?b dbo:sourceMountain ?a };a2f446250f114e05ad19763cc9c8a1a6
http://dbpedia.org/ontology/Village;http://dbpedia.org/ontology/Region;;Is <B> the Ceremonial County of <A>?;ASK where { <A> dbo:ceremonialCounty <B> };select distinct ?a, ?b where { ?a dbo:ceremonialCounty ?b };d30babe0e611482a8158fd9a37eabe35
http://dbpedia.org/ontology/Country;;;Is <B> the largest city of <A>?;ASK where { <A> dbp:largestCity <B> };select distinct ?a, ?b where { ?a dbp:largestCity ?b };622f827a327f450d9f7674c67abce591
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/City;;Is <B> the largest city of <A>?;ASK where { <A> dbo:largestCity <B> };select distinct ?a, ?b where { ?a dbo:largestCity ?b };fc528bb6de814b2ea1eac7c6438d3c57
http://dbpedia.org/ontology/Island;http://dbpedia.org/ontology/City;;Is <B> the largest city of <A>?;ASK where { <A> dbo:largestCity <B> };select distinct ?a, ?b where { ?a dbo:largestCity ?b };d219d8cfedec450192789f8d5c969ce9
http://dbpedia.org/ontology/Country;;;Is <B> the official language of <A>?;ASK where { <A> dbo:officialLanguage <B> };select distinct ?a, ?b where { ?a dbo:officialLanguage ?b };561e313df8b44f6f86beb08ed0ff7314
http://dbpedia.org/ontology/Country;;;Is semnani one of <B> spoken in <A>?;ASK where { <A> dbp:languages <B> };select distinct ?a, ?b where { ?a dbp:languages ?b };9360bc93c0e246c4a7bc4ac32f5f86c9
;http://dbpedia.org/ontology/Country;;Is the <A> in <B>?;ASK where { <A> dbp:county <B> };select distinct ?a, ?b where { ?a dbp:county ?b };e5ba33e4f5e84baba047469c0c00fa35
http://dbpedia.org/ontology/Sea;;;List all that flows into the <A>?;SELECT DISTINCT ?uri where { <A> dbp:inflow ?uri };select distinct ?a where { ?a dbp:inflow ?uri };f6e3042fcf724895aafc057cd69770c5
http://dbpedia.org/ontology/Region;;;List all the wine regions of the grapes whose one of the wine region is <A> ?;SELECT DISTINCT ?uri where { ?x dbo:wineRegion <A> . ?x dbo:wineRegion ?uri . ?x a dbo:Grape };select distinct ?a where { ?x dbo:wineRegion ?a . ?x dbo:wineRegion ?uri . ?x a dbo:Grape };1655c6bb438f414f8b6a6c12f3470473
;;;List borders of the admin region bordering <A> ?;SELECT DISTINCT ?uri where { ?x dbo:border <A> . ?x dbo:border ?uri };select distinct ?a where { ?x dbo:border ?a . ?x dbo:border ?uri };93149b69fa094becaa9a340eee7edad7
http://dbpedia.org/ontology/MountainRange;;;List of people who were the first one to ascend a mountain in the <A>?;SELECT DISTINCT ?uri where { ?x dbo:mountainRange <A> . ?x dbo:firstAscentPerson ?uri . ?x a dbo:Mountain };select distinct ?a where { ?x dbo:mountainRange ?a . ?x dbo:firstAscentPerson ?uri . ?x a dbo:Mountain };19799ac99ae44c6ea599ce69e0ef0bc8
http://dbpedia.org/ontology/Region;;;List places that are associated to cities in the state of <A>.;SELECT DISTINCT ?uri where { ?x dbo:federalState <A> . ?uri dbp:cities ?x };select distinct ?a where { ?x dbo:federalState ?a . ?uri dbp:cities ?x };7cd11e37116b4218a85d96fc128b3c02
http://dbpedia.org/ontology/Country;;;List some things that <A> people have become famous for?;SELECT DISTINCT ?uri where { ?x dbo:stateOfOrigin <A> . ?x dbo:knownFor ?uri };select distinct ?a where { ?x dbo:stateOfOrigin ?a . ?x dbo:knownFor ?uri };b4ab98c79b904735bf86e5221256116e
;;;List the outflow of <A>?;SELECT DISTINCT ?uri where { <A> dbo:outflow ?uri };select distinct ?a where { ?a dbo:outflow ?uri };307417ba7c684e2887f17e9a33b81e3e
http://dbpedia.org/ontology/Person;;;List the agencies located someplace lead by <A>.;SELECT DISTINCT ?uri where { ?x dbo:leaderName <A> . ?uri dbo:location ?x . ?uri a dbo:GovernmentAgency };select distinct ?a where { ?x dbo:leaderName ?a . ?uri dbo:location ?x . ?uri a dbo:GovernmentAgency };f6ced5d820a1470b843b40391b01cf86
;;;List the base currency of the country whose anthem is <A>.;SELECT DISTINCT ?uri where { ?x dbo:anthem <A> . ?x dbp:currency ?uri };select distinct ?a where { ?x dbo:anthem ?a . ?x dbp:currency ?uri };6ac000fc0bb7458f8556f603ed42e4b3
http://dbpedia.org/ontology/Country;;;List the border of the admin region which shares border with <A> ?;SELECT DISTINCT ?uri where { ?x dbo:border <A> . ?x dbo:border ?uri . ?x a dbo:AdministrativeRegion };select distinct ?a where { ?x dbo:border ?a . ?x dbo:border ?uri . ?x a dbo:AdministrativeRegion };76e3a616ef7f4776b5ac7ca0a2747aa4
http://dbpedia.org/ontology/Village;;;List the ceremonial county of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:ceremonialCounty ?uri };select distinct ?a where { ?a dbo:ceremonialCounty ?uri };78f031f16717475180bc9868531bd502
http://dbpedia.org/ontology/Country;http://dbpedia.org/ontology/Country;;List the common official language of the <B> and <A> ?;SELECT DISTINCT ?uri where { <B> dbo:officialLanguage ?uri . <A> dbo:officialLanguage ?uri };select distinct ?a, ?b where { ?b dbo:officialLanguage ?uri . ?a dbo:officialLanguage ?uri };66b48fe8be2c4bf3b2ffb8e72ab4b3ce
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;List the countries through which <A> and <B> passes ?;SELECT DISTINCT ?uri where { <A> dbo:county ?uri . <B> dbo:county ?uri };select distinct ?a, ?b where { ?a dbo:county ?uri . ?b dbo:county ?uri };82515aca204c44bb8a57aef8e97e9753
http://dbpedia.org/ontology/WineRegion;;;List the country of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:country ?uri };select distinct ?a where { ?a dbp:country ?uri };778cbddc962441b5b7e5928f7fbd4c0f
;;;List the destination of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:destination ?uri };select distinct ?a where { ?a dbo:destination ?uri };f8a314a604de4c88b0f8ed83a5bfb2b4
;;;List the destinations of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:destinations ?uri };select distinct ?a where { ?a dbp:destinations ?uri };6399efe5ee3f4af7853501362f0efde3
http://dbpedia.org/ontology/Person;;;List the ethnicity of <A>?;SELECT DISTINCT ?uri where { <A> dbp:ethnicity ?uri };select distinct ?a where { ?a dbp:ethnicity ?uri };e63144a282cb442497406a9b189093f7
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;List the junctions which lie on <A> and <B> ?;SELECT DISTINCT ?uri where { <A> dbp:junction ?uri . <B> dbp:junction ?uri };select distinct ?a, ?b where { ?a dbp:junction ?uri . ?b dbp:junction ?uri };87d393b402be4c22859bc21ab59a82c4
http://dbpedia.org/ontology/ArchitecturalStructure;;;List the language of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:language ?uri };select distinct ?a where { ?a dbo:language ?uri };7d067f0ccaed45b9b5bcb80f169566cc
http://dbpedia.org/ontology/Stream;;;List the leaders of all the cities through which the <A> river flows ?;SELECT DISTINCT ?uri where { <A> dbp:city ?x . ?x dbo:leaderName ?uri . ?x a dbo:City };select distinct ?a where { ?a dbp:city ?x . ?x dbo:leaderName ?uri . ?x a dbo:City };7652df11d2a14922acffd1e9556bfb09
http://dbpedia.org/ontology/MountainRange;http://dbpedia.org/ontology/Region;;List the mountains of the range <A> located in <B>?;SELECT DISTINCT ?uri where { ?uri dbo:mountainRange <A> . ?uri dbo:locatedInArea <B> . ?uri a dbo:Mountain };select distinct ?a, ?b where { ?uri dbo:mountainRange ?a . ?uri dbo:locatedInArea ?b . ?uri a dbo:Mountain };b6b8067555af4063906d88b2e32e1a03
;;;List the outflows of the lake which has <A> as one of it ?;SELECT DISTINCT ?uri where { ?x dbp:outflow <A> . ?x dbp:outflow ?uri };select distinct ?a where { ?x dbp:outflow ?a . ?x dbp:outflow ?uri };14eaf63728994ec89e6ab5dcfc7e4446
;;;List the outflows of the lake whose one of the outflows is <A> ?;SELECT DISTINCT ?uri where { ?x dbp:outflow <A> . ?x dbo:outflow ?uri };select distinct ?a where { ?x dbp:outflow ?a . ?x dbo:outflow ?uri };3c301cf561394deba7b635bc6a8f2877
http://dbpedia.org/ontology/Region;;;List the people who were the first one to climb a mountain in <A>?;SELECT DISTINCT ?uri where { ?x dbo:locatedInArea <A> . ?x dbo:firstAscentPerson ?uri . ?x a dbo:Mountain };select distinct ?a where { ?x dbo:locatedInArea ?a . ?x dbo:firstAscentPerson ?uri . ?x a dbo:Mountain };f581bcd6971a4e1b85ef5da858b30163
;;;List the served region of the organisations of <A>.;SELECT DISTINCT ?uri where { ?x dbo:type <A> . ?x dbo:regionServed ?uri . ?x a dbo:Organisation };select distinct ?a where { ?x dbo:type ?a . ?x dbo:regionServed ?uri . ?x a dbo:Organisation };6924f47eafe44da9954f729ada2342f5
http://dbpedia.org/ontology/City;;;List the settlements area whose province is <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:province <A> . ?uri a dbo:Settlement };select distinct ?a where { ?uri dbp:province ?a . ?uri a dbo:Settlement };a8e55935b3614b769945d3b60945948d
;;;List the territory of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:territory ?uri };select distinct ?a where { ?a dbo:territory ?uri };853f4ee49ca64a6394f25dbcb0998674
http://dbpedia.org/ontology/ArchitecturalStructure;;;List the total number of regions of the building whose are located in\<A>?;SELECT DISTINCT COUNT(?uri) where { ?x dbo:region <A> . ?x dbo:region ?uri };select distinct ?a where { ?x dbo:region ?a . ?x dbo:region ?uri };8346271fdbeb43c38d5f057dcd618d8f
http://dbpedia.org/ontology/Country;;;Name a river with source country as <A> and source location as <B>?;SELECT DISTINCT ?uri where { ?uri dbo:sourceCountry <A> . ?uri dbp:sourceLocation <B> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbo:sourceCountry ?a . ?uri dbp:sourceLocation ?b . ?uri a dbo:River };0e83db3bc85c4c33bbc49dafc2825eb4
;;;Name a few whose live in a place where <A> is an official language;SELECT DISTINCT ?uri where { ?x dbo:officialLanguage <A> . ?uri dbo:residence ?x };select distinct ?a where { ?x dbo:officialLanguage ?a . ?uri dbo:residence ?x };000c7ab2bce24308b9e2d7886852c5ab
;;;Name a river starting from <A>?;SELECT DISTINCT ?uri where { ?uri dbp:sourceRegion <A> . ?uri a dbo:River };select distinct ?a where { ?uri dbp:sourceRegion ?a . ?uri a dbo:River };4faf770f82744bd3a5ae913949ab8d0a
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name all the junctions of <A>?;SELECT DISTINCT ?uri where { <A> dbp:junction ?uri };select distinct ?a where { ?a dbp:junction ?uri };34fe2288fd964273ad3d8a6c884539e7
;;;Name some islands in a <A> archipelago?;SELECT DISTINCT ?uri where { ?x dbp:location <A> . ?uri dbp:archipelago ?x . ?uri a dbo:Island };select distinct ?a where { ?x dbp:location ?a . ?uri dbp:archipelago ?x . ?uri a dbo:Island };498b80ad7a3e404aa8127f73d757f44d
http://dbpedia.org/ontology/ArchitecturalStructure;http://dbpedia.org/ontology/ArchitecturalStructure;;Name the borough of the <A> which is also the route end of the <B>?;SELECT DISTINCT ?uri where { <A> dbp:borough ?uri . <B> dbo:routeEnd ?uri };select distinct ?a, ?b where { ?a dbp:borough ?uri . ?b dbo:routeEnd ?uri };b0da89aed7ff4c92808e7fc7e914f868
http://dbpedia.org/ontology/Country;;;Name the capital of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:capital ?uri };select distinct ?a where { ?a dbo:capital ?uri };6a33225c11054b9d90e85013e5e3fc02
http://dbpedia.org/ontology/Stream;;;Name the city of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:city ?uri };select distinct ?a where { ?a dbo:city ?uri };2ba39b2193c84d1eaafccd6a537a338e
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name the city of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:city ?uri };select distinct ?a where { ?a dbo:city ?uri };6f2c1b486fea4099ad02147fd9c090c8
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name the city served by <A> ?;SELECT DISTINCT ?uri where { <A> dbp:cityServed ?uri };select distinct ?a where { ?a dbp:cityServed ?uri };bdab35771cbc423897c8ea4079e34696
http://dbpedia.org/ontology/Person;http://dbpedia.org/ontology/City;;Name the city whose province is <B> and has leader as <A> ?;SELECT DISTINCT ?uri where { ?uri dbp:province <B> . ?uri dbo:leaderName <A> };select distinct ?a, ?b where { ?uri dbp:province ?b . ?uri dbo:leaderName ?a };87b8d216055241b8bfb033091e0b401d
;;;Name the country with currency as <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:currency <A> . ?uri a dbo:Country };select distinct ?a where { ?uri dbo:currency ?a . ?uri a dbo:Country };019a5359e534491181604839d176cdff
http://dbpedia.org/ontology/Person;;;Name the district of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:district ?uri };select distinct ?a where { ?a dbp:district ?uri };ba1296ab79d44a72b90bc4eda20551f0
;http://dbpedia.org/ontology/Island;;Name the island with archipelago as <B> and has the largest city named <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:largestCity <A> . ?uri dbp:archipelago <B> . ?uri a dbo:Island };select distinct ?a, ?b where { ?uri dbo:largestCity ?a . ?uri dbp:archipelago ?b . ?uri a dbo:Island };54e823bdc8d44ed7a0a40c77e29c361d
;;;Name the islands that belong to the archipelago whose largest city is <A>?;SELECT DISTINCT ?uri where { ?x dbo:largestCity <A> . ?uri dbp:archipelago ?x };select distinct ?a where { ?x dbo:largestCity ?a . ?uri dbp:archipelago ?x };f8b4b4e3f56d470eaa30548567ac76bc
;http://dbpedia.org/ontology/City;;Name the kingdom with currency <A> and administrative headquarters in <B>?;SELECT DISTINCT ?uri where { ?uri dbo:currency <A> . ?uri dbo:capital <B> };select distinct ?a, ?b where { ?uri dbo:currency ?a . ?uri dbo:capital ?b };f32a9202283b4b51a57f25e1e59661f4
;;;Name the language of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:language ?uri };select distinct ?a where { ?a dbp:language ?uri };5d35202b7de94c2aa0a76efeb59ec38d
;;;Name the largest city in the county where there is a <A>.;SELECT DISTINCT ?uri where { <A> dbo:county ?x . ?x dbo:largestCity ?uri };select distinct ?a where { ?a dbo:county ?x . ?x dbo:largestCity ?uri };d20a76100844447baaac326f589861ce
http://dbpedia.org/ontology/Person;;;Name the largest city of the country where the body of <A> was discovered?;SELECT DISTINCT ?uri where { <A> dbo:bodyDiscovered ?x . ?x dbo:largestCity ?uri . ?x a dbo:Country };select distinct ?a where { ?a dbo:bodyDiscovered ?x . ?x dbo:largestCity ?uri . ?x a dbo:Country };635e0b878e574ae6af542fd1e1a9cdac
;http://dbpedia.org/ontology/ArchitecturalStructure;;Name the loocation of <B> which is also the location of <A> ?;SELECT DISTINCT ?uri where { <B> dbo:location ?uri . <A> dbo:sourceCountry ?uri };select distinct ?a, ?b where { ?b dbo:location ?uri . ?a dbo:sourceCountry ?uri };4f77489b44f4444fb99edd7e387255a6
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Volcano;;Name the mountain located in <A> and has parent peak as <B> ?;SELECT DISTINCT ?uri where { ?uri dbo:locatedInArea <A> . ?uri dbo:parentMountainPeak <B> . ?uri a dbo:Mountain };select distinct ?a, ?b where { ?uri dbo:locatedInArea ?a . ?uri dbo:parentMountainPeak ?b . ?uri a dbo:Mountain };5939910c8f974ca1bf12a412dd886263
http://dbpedia.org/ontology/Mountain;;;Name the mountain range in which the mountain peak of <A> belongs?;SELECT DISTINCT ?uri where { <A> dbo:parentMountainPeak ?x . ?x dbo:mountainRange ?uri };select distinct ?a where { ?a dbo:parentMountainPeak ?x . ?x dbo:mountainRange ?uri };75fe6c8cbf564ad5b696120959659daf
http://dbpedia.org/ontology/Mountain;;;name the mountain range of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:mountainRange ?uri };select distinct ?a where { ?a dbo:mountainRange ?uri };1a7add8911774e34a9753b1970a42b0f
http://dbpedia.org/ontology/MountainRange;http://dbpedia.org/ontology/ProtectedArea;;Name the mountain which belongs to <A> range and is located in <B>?;SELECT DISTINCT ?uri where { ?uri dbo:mountainRange <A> . ?uri dbo:locatedInArea <B> . ?uri a dbo:Mountain };select distinct ?a, ?b where { ?uri dbo:mountainRange ?a . ?uri dbo:locatedInArea ?b . ?uri a dbo:Mountain };cf34994e9bb545c3beff7e8a04d58823
;;;Name the mountain whose parent peak is <A>.;SELECT DISTINCT ?uri where { ?x dbo:locatedInArea <A> . ?uri dbo:parentMountainPeak ?x . ?uri a dbo:Mountain };select distinct ?a where { ?x dbo:locatedInArea ?a . ?uri dbo:parentMountainPeak ?x . ?uri a dbo:Mountain };66ae293ce48e42c183df4a5acf2e684c
http://dbpedia.org/ontology/MountainRange;http://dbpedia.org/ontology/Volcano;;Name the mountain whose range is <A> and parent mountain peak is <B>?;SELECT DISTINCT ?uri where { ?uri dbo:mountainRange <A> . ?uri dbo:parentMountainPeak <B> . ?uri a dbo:Mountain };select distinct ?a, ?b where { ?uri dbo:mountainRange ?a . ?uri dbo:parentMountainPeak ?b . ?uri a dbo:Mountain };838eaa04147b4081beae5daad514fb0c
;;;Name the mouth country of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:mouthCountry ?uri };select distinct ?a where { ?a dbo:mouthCountry ?uri };afc1eb64cfc24a95975afaf3b10c8429
http://dbpedia.org/ontology/Lake;;;Name the nearest city to <A>?;SELECT DISTINCT ?uri where { <A> dbo:nearestCity ?uri };select distinct ?a where { ?a dbo:nearestCity ?uri };a622cb449bde410c8c3e8c5c11a18ebb
;;;Name the nearest city to <A> ?;SELECT DISTINCT ?uri where { <A> dbp:nearestCity ?uri };select distinct ?a where { ?a dbp:nearestCity ?uri };dc586a5d041844feb7a1d08718b05042
http://dbpedia.org/ontology/HistoricPlace;;;Name the nearest city to <A> ?;SELECT DISTINCT ?uri where { <A> dbo:nearestCity ?uri };select distinct ?a where { ?a dbo:nearestCity ?uri };9d219753a5dd4445828a1191d8654d63
;;;Name the nearest city to the historic place which has <A> as one of them ?;SELECT DISTINCT ?uri where { ?x dbp:nearestCity <A> . ?x dbo:nearestCity ?uri . ?x a dbo:HistoricPlace };select distinct ?a where { ?x dbp:nearestCity ?a . ?x dbo:nearestCity ?uri . ?x a dbo:HistoricPlace };14b649e758114f038de6c1dad6027728
;;;Name the origins of the river with <A> as one of the origin ?;SELECT DISTINCT ?uri where { ?x dbo:origin <A> . ?x dbo:origin ?uri };select distinct ?a where { ?x dbo:origin ?a . ?x dbo:origin ?uri };da6a53f6df164501ac3e5ca040d30802
http://dbpedia.org/ontology/Region;;;Name the other wine region of the grapes whose one of the wine region is <A>?;SELECT DISTINCT ?uri where { ?x dbo:wineRegion <A> . ?x dbo:wineRegion ?uri . ?x a dbo:Grape };select distinct ?a where { ?x dbo:wineRegion ?a . ?x dbo:wineRegion ?uri . ?x a dbo:Grape };133932cb0d5041d89b82a8f25c8ac2fd
;;;Name the regions served by <A> ?;SELECT DISTINCT ?uri where { <A> dbo:regionServed ?uri };select distinct ?a where { ?a dbo:regionServed ?uri };0aef05bbe0154edd9c0c705a89a3c182
http://dbpedia.org/ontology/City;http://dbpedia.org/ontology/Village;;Name the rive whose mouth is located in <A> and location is <B>?;SELECT DISTINCT ?uri where { ?uri dbp:mouthLocation <A> . ?uri dbp:sourceLocation <B> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbp:mouthLocation ?a . ?uri dbp:sourceLocation ?b . ?uri a dbo:River };442be0d7fdb3489890f69cc2e0046f6c
http://dbpedia.org/ontology/Mountain;;;Name the river whose source location is <A> and region is <B>?;SELECT DISTINCT ?uri where { ?uri dbp:sourceLocation <A> . ?uri dbp:sourceRegion <B> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbp:sourceLocation ?a . ?uri dbp:sourceRegion ?b . ?uri a dbo:River };516925179add4b768fc74c74f434222a
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Town;;Name the river flowing through <B> and source place as <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:city <B> . ?uri dbo:sourcePlace <A> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbo:city ?b . ?uri dbo:sourcePlace ?a . ?uri a dbo:River };304ccd0b380a4d59a9dfc01c77cf3ec1
http://dbpedia.org/ontology/Stream;;;Name the river mouth of <A> ?;SELECT DISTINCT ?uri where { <A> dbo:riverMouth ?uri };select distinct ?a where { ?a dbo:riverMouth ?uri };c4229602891d40e0b35e90c5f8098d4b
http://dbpedia.org/ontology/ArchitecturalStructure;;;Name the river on <A> ?;SELECT DISTINCT ?uri where { <A> dbo:river ?uri };select distinct ?a where { ?a dbo:river ?uri };1f82c3f52b32474d9b2a5871e9d6bab7
http://dbpedia.org/ontology/Region;http://dbpedia.org/ontology/Town;;Name the river passing through <B> and has mouth place at <A> ?;SELECT DISTINCT ?uri where { ?uri dbo:city <B> . ?uri dbo:mouthPlace <A> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbo:city ?b . ?uri dbo:mouthPlace ?a . ?uri a dbo:River };1d9e39c815aa470e98599d9dce9429ac
http://dbpedia.org/ontology/Mountain;;;Name the river which flows through the closest city of <A> ?;SELECT DISTINCT ?uri where { <A> dbp:nearestCity ?x . ?x dbo:river ?uri };select distinct ?a where { ?a dbp:nearestCity ?x . ?x dbo:river ?uri };48c8905bf346458bb8aa3e01c93dce7e
;http://dbpedia.org/ontology/Country;;Name the river whose mouth country is <B> and source region is <A>?;SELECT DISTINCT ?uri where { ?uri dbp:mouthCountry <B> . ?uri dbp:sourceRegion <A> . ?uri a dbo:River };select distinct ?a, ?b where { ?uri dbp:mouthCountry ?b . ?uri dbp:sourceRegion ?a . ?uri a dbo:River };0f6a8f881bad42279b23a45e3316c4e1