tejasdev commited on
Commit
7b2a778
·
1 Parent(s): 05d723d

Upload training_dataset.csv

Browse files
Files changed (1) hide show
  1. training_dataset.csv +208 -0
training_dataset.csv ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "<A> has how many relatives?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open <A> dbo_relative var_uri brack_close "
2
+ "<A> has won how many awards?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open <A> dbo_award var_uri brack_close "
3
+ "<A> is from which city?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close "
4
+ "Count the affiliations of <A>?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open <A> dbp_affiliation var_uri brack_close "
5
+ "Count the different causes of death of <A>.","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open var_x dbo_religion <A> sep_dot var_x dbo_deathCause var_uri brack_close "
6
+ "Did <A> did his highschool in <B>?","ASK where brack_open <A> dbp_highSchool <B> brack_close "
7
+ "Did <A> study at the <B> university?","ASK where brack_open <A> dbp_university <B> brack_close "
8
+ "Did <A> study at the <B>?","ASK where brack_open <A> dbo_institution <B> brack_close "
9
+ "Did <A> study at the <B>?","ASK where brack_open <A> dbo_university <B> brack_close "
10
+ "Did <A> study in <B>?","ASK where brack_open <A> dbp_highSchool <B> brack_close "
11
+ "Did <A> study in the <B>?","ASK where brack_open <A> dbo_institution <B> brack_close "
12
+ "Did <B> do his highschool in <A>?","ASK where brack_open <B> dbp_highSchool <A> brack_close "
13
+ "Did <B> go to <A> studying?","ASK where brack_open <B> dbo_university <A> brack_close "
14
+ "Did <B> study at the <A>","ASK where brack_open <B> dbo_institution <A> brack_close "
15
+ "Does <B> have a license of <A>?","ASK where brack_open <B> dbp_license <A> brack_close "
16
+ "Does <B> have the <A>?","ASK where brack_open <B> dbp_license <A> brack_close "
17
+ "Does <B> study <A>?","ASK where brack_open <B> dbo_field <A> brack_close "
18
+ "Does <B> study <A>?","ASK where brack_open <B> dbp_mainInterests <A> brack_close "
19
+ "For how many things are <A> famous for?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open var_x dbo_birthPlace <A> sep_dot var_x dbo_knownFor var_uri brack_close "
20
+ "For what is <A> known ?","SELECT DISTINCT var_uri where brack_open <A> dbp_knownFor var_uri brack_close "
21
+ "From where did the son of <A> graduate?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_almaMater var_uri brack_close "
22
+ "How did <A> died ?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathCause var_uri brack_close "
23
+ "How did the child of <A> die?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_deathCause var_uri brack_close "
24
+ "How many people are there whose children died in <A>?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open var_x dbo_deathPlace <A> sep_dot var_uri dbo_child var_x sep_dot var_uri a dbo_Person brack_close "
25
+ "In how many places did <A> study?","SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open <A> dbo_almaMater var_uri sep_dot var_uri a dbo_University brack_close "
26
+ "In which country did <B> and <A> die?","SELECT DISTINCT var_uri where brack_open <B> dbo_deathPlace var_uri sep_dot <A> dbo_deathPlace var_uri brack_close "
27
+ "In which state does the university which is the alma mater of <A> lie?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_x sep_dot var_x dbp_state var_uri sep_dot var_x a dbo_University brack_close "
28
+ "In which university did <B> study, where <A> went too?","SELECT DISTINCT var_uri where brack_open <B> dbo_almaMater var_uri sep_dot <A> dbo_almaMater var_uri brack_close "
29
+ "Is <A> buried in the <B>?","ASK where brack_open <A> dbp_placeofburial <B> brack_close "
30
+ "Is <B> buried in <A>?","ASK where brack_open <B> dbp_placeofburial <A> brack_close "
31
+ "List all the children of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close "
32
+ "List down all notable works of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_notableWork var_uri brack_close "
33
+ "List the affiliation of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_affiliation var_uri brack_close "
34
+ "List the affiliations of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_affiliations var_uri brack_close "
35
+ "List the alma mater of the person who is wedded to <A>.","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_x dbo_almaMater var_uri brack_close "
36
+ "List the awards given to the relatives of <A>.","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbo_award var_uri brack_close "
37
+ "List the awards received of the person whose child is <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_award var_uri sep_dot var_x a dbo_Person brack_close "
38
+ "List the awards won by the wife of <A>.","SELECT DISTINCT var_uri where brack_open <A> dbo_spouse var_x sep_dot var_x dbo_award var_uri brack_close "
39
+ "List the children of the parent of <A>.","SELECT DISTINCT var_uri where brack_open <A> dbo_parent var_x sep_dot var_x dbo_child var_uri brack_close "
40
+ "List the honorary title given to the spouse of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_spouse var_x sep_dot var_x dbo_award var_uri brack_close "
41
+ "List the places where the relatives of <A> died ?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbo_deathPlace var_uri brack_close "
42
+ "List the relative of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_uri brack_close "
43
+ "List the relatives of <A> ?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> brack_close "
44
+ "List the relatives of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_uri brack_close "
45
+ "List the relatives of the children of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_relative var_uri brack_close "
46
+ "List the school of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbp_school var_uri brack_close "
47
+ "List the things for which the relatives of <A> are known?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbp_knownFor var_uri brack_close "
48
+ "Name a famous relative of <A>","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> brack_close "
49
+ "Name the <A>'s school ?","SELECT DISTINCT var_uri where brack_open <A> dbo_school var_uri brack_close "
50
+ "Name the alma mater of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close "
51
+ "Name the alma mater of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close "
52
+ "Name the cause of death of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathCause var_uri brack_close "
53
+ "Name the college of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_college var_uri brack_close "
54
+ "Name the death location of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri brack_close "
55
+ "Name the home town of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close "
56
+ "Name the person whose child is <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> sep_dot var_uri a dbo_Person brack_close "
57
+ "Name the person whose daughter is <A> and also another children named <B> ?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> sep_dot var_uri dbo_child <B> sep_dot var_uri a dbo_Person brack_close "
58
+ "Name the person whose mother name is <A> and has a son named <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_parent <A> sep_dot var_uri dbo_child <B> sep_dot var_uri a dbo_Person brack_close "
59
+ "Name the person whose parent is <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_parent <A> sep_dot var_uri a dbo_Person brack_close "
60
+ "Name the resting place of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
61
+ "Name the university of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_university var_uri brack_close "
62
+ "Tell me the school to which <A> went?","SELECT DISTINCT var_uri where brack_open <A> dbp_education var_uri brack_close "
63
+ "To which educational institutions did <A> go for her studies?","SELECT DISTINCT var_uri where brack_open <A> dbo_education var_uri brack_close "
64
+ "To which persons is <A> a relative?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri a dbo_Person brack_close "
65
+ "Was <A> the mother of <B>?","ASK where brack_open <B> dbp_mother <A> brack_close "
66
+ "Was <B> born in <A>?","ASK where brack_open <B> dbp_birthplace <A> brack_close "
67
+ "What is the Nickname of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_nickname var_uri brack_close "
68
+ "What are <A> and <B> both affiliated with?","SELECT DISTINCT var_uri where brack_open <A> dbp_affiliation var_uri sep_dot <B> dbp_affiliation var_uri brack_close "
69
+ "What are some other children of the father of <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_child var_uri brack_close "
70
+ "What are some relatives of the spouse of <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_uri dbo_relative var_x brack_close "
71
+ "What are the awards received by spouse of <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_x dbo_award var_uri brack_close "
72
+ "What are the notableworks of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbp_notableworks var_uri brack_close "
73
+ "What are the professions of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_occupation var_uri brack_close "
74
+ "What are the things <A> known for ?","SELECT DISTINCT var_uri where brack_open <A> dbo_knownFor var_uri brack_close "
75
+ "What award was won by the father of <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_award var_uri brack_close "
76
+ "what awards have been giving to <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_award var_uri brack_close "
77
+ "What city gave birth to <B> and also houses <A>?","SELECT DISTINCT var_uri where brack_open <B> dbo_birthPlace var_uri sep_dot <A> dbp_location var_uri brack_close "
78
+ "What did <A>'s father die from?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_deathCause var_uri brack_close "
79
+ "What do <B> and <A> do for a living?","SELECT DISTINCT var_uri where brack_open <A> dbo_occupation var_uri sep_dot <B> dbo_occupation var_uri brack_close "
80
+ "What does the famous relative of <A> do for a living?","SELECT DISTINCT var_uri where brack_open var_x dbo_relative <A> sep_dot var_x dbo_occupation var_uri brack_close "
81
+ "What faiths are followed by the relatives of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbo_religion var_uri brack_close "
82
+ "What is <A> hometown ?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close "
83
+ "What is <A> known for?","SELECT DISTINCT var_uri where brack_open <A> dbp_knownFor var_uri brack_close "
84
+ "What is the <A> associated with?","SELECT DISTINCT var_uri where brack_open <A> dbp_affiliations var_uri brack_close "
85
+ "What is the affiliation of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_affiliation var_uri brack_close "
86
+ "What is the alma mater of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close "
87
+ "What is the alma mater of <A> and <B>?","SELECT DISTINCT var_uri where brack_open <A> dbo_college var_uri sep_dot <B> dbo_almaMater var_uri brack_close "
88
+ "What is the alma mater of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close "
89
+ "What is the alma mater of the person, whose child is <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_almaMater var_uri brack_close "
90
+ "What is the birth name of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_birthName var_uri brack_close "
91
+ "What is the birth place of the children of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_birthPlace var_uri brack_close "
92
+ "What is the birthplace of <B> and <A> ?","SELECT DISTINCT var_uri where brack_open <B> dbo_birthPlace var_uri sep_dot <A> dbo_birthPlace var_uri brack_close "
93
+ "What is the burial place of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
94
+ "What is the career of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_occupation var_uri brack_close "
95
+ "What is the citizenship of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_citizenship var_uri brack_close "
96
+ "What is the city of the <B> is also the resting place of <A> ?","SELECT DISTINCT var_uri where brack_open <B> dbo_authority var_uri sep_dot <A> dbo_restingPlace var_uri brack_close "
97
+ "What is the college of <A> is also the college of <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_college var_uri sep_dot <B> dbo_college var_uri brack_close "
98
+ "What is the common palce of study for <A> and <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_education var_uri sep_dot <B> dbp_education var_uri brack_close "
99
+ "What is the common religious affiliation of the <B> and that of <A>?","SELECT DISTINCT var_uri where brack_open <B> dbp_religiousAffiliation var_uri sep_dot <A> dbo_type var_uri brack_close "
100
+ "What is the common school of <B> and <A>?","SELECT DISTINCT var_uri where brack_open <B> dbo_school var_uri sep_dot <A> dbo_almaMater var_uri brack_close "
101
+ "What is the common university iof <A> and also the college of <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_university var_uri sep_dot <B> dbo_college var_uri brack_close "
102
+ "What is the craft of the <B> which is also the profession of <A> ?","SELECT DISTINCT var_uri where brack_open <B> dbp_occupation var_uri sep_dot <A> dbo_profession var_uri brack_close "
103
+ "What is the deathplace of whom who is the relative of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbo_deathPlace var_uri brack_close "
104
+ "What is the famous relative of <A> known for?","SELECT DISTINCT var_uri where brack_open var_x dbo_relative <A> sep_dot var_x dbp_knownFor var_uri brack_close "
105
+ "What is the hometown of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close "
106
+ "What is the hometown of <A>, where <B> was born too?","SELECT DISTINCT var_uri where brack_open <B> dbo_birthPlace var_uri sep_dot <A> dbo_hometown var_uri brack_close "
107
+ "What is the nationality of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_nationality var_uri brack_close "
108
+ "What is the nickname of the school where <A> studied ?","SELECT DISTINCT var_uri where brack_open <A> dbp_highschool var_x sep_dot var_x dbp_nickname var_uri sep_dot var_x a dbo_School brack_close "
109
+ "What is the place of birth of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_birthPlace var_uri brack_close "
110
+ "What is the place of birth of the <A> which is also the place of death of the <B>","SELECT DISTINCT var_uri where brack_open <A> dbo_birthPlace var_uri sep_dot <B> dbo_deathPlace var_uri brack_close "
111
+ "What is the place of birth of the <B> and <A>","SELECT DISTINCT var_uri where brack_open <B> dbo_birthPlace var_uri sep_dot <A> dbo_birthPlace var_uri brack_close "
112
+ "What is the place of death of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri brack_close "
113
+ "What is the profession of the children of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_profession var_uri brack_close "
114
+ "What is the religious affiliation of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_religiousAffiliation var_uri brack_close "
115
+ "What is the religious affiliation of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_religiousAffiliation var_uri brack_close "
116
+ "What is the resting place of the child of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_restingPlace var_uri brack_close "
117
+ "What is the resting place of the children of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_restingPlace var_uri brack_close "
118
+ "What killed <B> and <A>?","SELECT DISTINCT var_uri where brack_open <B> dbo_deathCause var_uri sep_dot <A> dbo_deathCause var_uri brack_close "
119
+ "What made <A> and <B> both famous?","SELECT DISTINCT var_uri where brack_open <A> dbo_knownFor var_uri sep_dot <B> dbo_knownFor var_uri brack_close "
120
+ "What made <A> and <B> famous?","SELECT DISTINCT var_uri where brack_open <A> dbo_field var_uri sep_dot <B> dbo_knownFor var_uri brack_close "
121
+ "What prizes have been awarded to the relatives of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_x sep_dot var_x dbo_award var_uri brack_close "
122
+ "What was founded by <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_founded var_uri brack_close "
123
+ "What were the occupations of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_occupation var_uri brack_close "
124
+ "When did <A> die?","SELECT DISTINCT var_uri where brack_open <A> dbp_deathDate var_uri brack_close "
125
+ "Where are <A> and <B> buried?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri sep_dot <B> dbo_restingPlace var_uri brack_close "
126
+ "Where are the burial grounds of <B> and <A>?","SELECT DISTINCT var_uri where brack_open <B> dbo_restingPlace var_uri sep_dot <A> dbo_restingPlace var_uri brack_close "
127
+ "Where did <A> die ?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri brack_close "
128
+ "Where did <A> do his elementary schooling?","SELECT DISTINCT var_uri where brack_open <A> dbp_highSchool var_uri brack_close "
129
+ "Where did <A> do his highschool?","SELECT DISTINCT var_uri where brack_open <A> dbp_highschool var_uri brack_close "
130
+ "Where did <A> go to high school","SELECT DISTINCT var_uri where brack_open <A> dbo_highschool var_uri brack_close "
131
+ "Where did <A> graduated ?","SELECT DISTINCT var_uri where brack_open <A> dbo_education var_uri brack_close "
132
+ "Where did <A> study?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close "
133
+ "Where did <B> and <A> both die?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri sep_dot <B> dbo_deathPlace var_uri brack_close "
134
+ "Where did <B> and <A> die?","SELECT DISTINCT var_uri where brack_open <B> dbo_deathPlace var_uri sep_dot <A> dbo_deathPlace var_uri brack_close "
135
+ "Where did <B> and <A> study?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri sep_dot <B> dbo_almaMater var_uri brack_close "
136
+ "Where did the partner of <A> die?","SELECT DISTINCT var_uri where brack_open <A> dbo_spouse var_x sep_dot var_x dbo_deathPlace var_uri brack_close "
137
+ "Where did the relatives of <A> study?","SELECT DISTINCT var_uri where brack_open var_x dbo_relative <A> sep_dot var_x dbp_education var_uri brack_close "
138
+ "Where did the relatives of <A> study?","SELECT DISTINCT var_uri where brack_open var_x dbo_relation <A> sep_dot var_x dbo_almaMater var_uri brack_close "
139
+ "Where did the spouse of <A> die?","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_x dbo_deathPlace var_uri brack_close "
140
+ "Where do <A> and <B> both live?","SELECT DISTINCT var_uri where brack_open <A> dbo_residence var_uri sep_dot <B> dbo_residence var_uri brack_close "
141
+ "Where do <A> live?","SELECT DISTINCT var_uri where brack_open var_x dbo_almaMater <A> sep_dot var_x dbo_residence var_uri brack_close "
142
+ "Where does <A> work?","SELECT DISTINCT var_uri where brack_open <A> dbp_office var_uri brack_close "
143
+ "Where does <B> and <A> both live?","SELECT DISTINCT var_uri where brack_open <A> dbp_residence var_uri sep_dot <B> dbp_residence var_uri brack_close "
144
+ "Where is <A> from?","SELECT DISTINCT var_uri where brack_open <A> dbo_nationality var_uri brack_close "
145
+ "Where is <A> from?","SELECT DISTINCT var_uri where brack_open <A> dbo_nationality var_uri brack_close "
146
+ "Where is the birthplace of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_birthplace var_uri brack_close "
147
+ "Where is the grave of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
148
+ "Where is the hometown of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close "
149
+ "Where is the spouse of <A> buried?","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_x dbo_restingPlace var_uri brack_close "
150
+ "Where is the tomb of son of <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_parent <A> sep_dot var_x dbo_restingPlace var_uri brack_close "
151
+ "Where is the tombstone of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
152
+ "Where was <A> born ?","SELECT DISTINCT var_uri where brack_open <A> dbp_birthplace var_uri brack_close "
153
+ "Where was <A> buried ?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
154
+ "Where was <A> laid to rest?","SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close "
155
+ "Where were <B> and <A> born?","SELECT DISTINCT var_uri where brack_open <B> dbo_birthPlace var_uri sep_dot <A> dbo_birthPlace var_uri brack_close "
156
+ "which award has been won by <A>?","SELECT DISTINCT var_uri where brack_open <A> dbp_title var_uri brack_close "
157
+ "Which awards did the children of <A> won ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_x sep_dot var_x dbo_award var_uri brack_close "
158
+ "Which awards did the parents of <A> win ?","SELECT DISTINCT var_uri where brack_open <A> dbo_parent var_x sep_dot var_x dbo_award var_uri brack_close "
159
+ "Which awards have <A> won?","SELECT DISTINCT var_uri where brack_open <A> dbo_award var_uri brack_close "
160
+ "Which college has been attended by both Mr. <B> and Mr. <A>?","SELECT DISTINCT var_uri where brack_open <B> dbo_college var_uri sep_dot <A> dbo_college var_uri brack_close "
161
+ "Which college of <A> is the alma mater of <B>","SELECT DISTINCT var_uri where brack_open <A> dbo_college var_uri sep_dot <B> dbo_almaMater var_uri brack_close "
162
+ "Which college of the <A> is the alma mater of the <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_college var_uri sep_dot <B> dbo_almaMater var_uri brack_close "
163
+ "Which home town of <A> is the death location of the <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri sep_dot <B> dbo_deathPlace var_uri brack_close "
164
+ "Which home town of <A> is the place of death of <B> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri sep_dot <B> dbo_deathPlace var_uri brack_close "
165
+ "Which school did <A> attend?","SELECT DISTINCT var_uri where brack_open <A> dbp_school var_uri brack_close "
166
+ "Which sports are played in the alma mater of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_x sep_dot var_x dbo_sport var_uri brack_close "
167
+ "Which sports are played in the alma mater of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_x sep_dot var_x dbo_sport var_uri brack_close "
168
+ "Which spouse of <A> a mother named <B> ?","SELECT DISTINCT var_uri where brack_open var_uri dbo_parent <B> sep_dot var_uri dbo_spouse <A> brack_close "
169
+ "Which things are <A> known for ?","SELECT DISTINCT var_uri where brack_open <A> dbp_knownFor var_uri brack_close "
170
+ "Which uni did <A> attend ?","SELECT DISTINCT var_uri where brack_open <A> dbp_education var_uri brack_close "
171
+ "Which university is alma mater to <A>?","SELECT DISTINCT var_uri where brack_open <A> dbp_university var_uri brack_close "
172
+ "Which university was attended by both <B> and <A>?","SELECT DISTINCT var_uri where brack_open <B> dbp_education var_uri sep_dot <A> dbp_education var_uri brack_close "
173
+ "Who are relatives of <A> and <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri dbo_relative <B> brack_close "
174
+ "Who are the children of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close "
175
+ "Who are the parents of <A> and <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> sep_dot var_uri dbo_child <B> brack_close "
176
+ "Who are the spouse of the parents of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_parent var_x sep_dot var_x dbo_spouse var_uri brack_close "
177
+ "Who did <A> marry?","SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close "
178
+ "Who has <A> and <B> as relatives?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri dbo_relative <B> brack_close "
179
+ "Who has a child named <A> and is resting place as <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> sep_dot var_uri dbp_restingPlace <B> brack_close "
180
+ "Who has been married to both <A> and <B>?","SELECT DISTINCT var_uri where brack_open <A> dbo_spouse var_uri sep_dot <B> dbo_spouse var_uri brack_close "
181
+ "Who have children named <B> and <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <B> sep_dot var_uri dbo_child <A> brack_close "
182
+ "Who is related to <A> and <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri dbo_relative <B> brack_close "
183
+ "Who is a famous relative of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri a dbo_Person brack_close "
184
+ "Who is child of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close "
185
+ "Who is married to <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close "
186
+ "Who is married to a <A>?","SELECT DISTINCT var_uri where brack_open var_x dbp_title <A> sep_dot var_uri dbo_spouse var_x brack_close "
187
+ "Who is relative of the people died in <A> ?","SELECT DISTINCT var_uri where brack_open var_x dbo_deathPlace <A> sep_dot var_x dbo_relative var_uri brack_close "
188
+ "Who is the child of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close "
189
+ "Who is the common parent of <B> and <A> ?","SELECT DISTINCT var_uri where brack_open <B> dbo_parentOrganisation var_uri sep_dot <A> dbp_parent var_uri brack_close "
190
+ "Who is the employer of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbp_employer var_uri brack_close "
191
+ "Who is the famous relative of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> brack_close "
192
+ "Who is the father of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> brack_close "
193
+ "Who is the former partner of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_formerPartner var_uri brack_close "
194
+ "who is the husband of <A>?","SELECT DISTINCT var_uri where brack_open <A> dbo_partner var_uri brack_close "
195
+ "Who is the parent of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> brack_close "
196
+ "Who is the partner of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_partner <A> brack_close "
197
+ "Who is the person whose child performed with <A>?","SELECT DISTINCT var_uri where brack_open var_x dbp_associatedActs <A> sep_dot var_uri dbo_child var_x brack_close "
198
+ "Who is the relative of <A> ?","SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_uri brack_close "
199
+ "Who is the spouse of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close "
200
+ "who married <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close "
201
+ "Who was the parent of person whose child is <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_child <A> sep_dot var_x dbo_parent var_uri sep_dot var_x a dbo_Person brack_close "
202
+ "Whos a famous relative of <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relation <A> brack_close "
203
+ "Whose children are married to <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_spouse <A> sep_dot var_uri dbo_child var_x brack_close "
204
+ "Whose children died in <A>?","SELECT DISTINCT var_uri where brack_open var_x dbo_deathPlace <A> sep_dot var_uri dbo_child var_x brack_close "
205
+ "Whose mom is <A>?","SELECT DISTINCT var_uri where brack_open var_uri dbp_mother <A> brack_close "
206
+ "Whose relatives are <A> and <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> sep_dot var_uri dbo_relative <B> brack_close "
207
+ "Whose resting place is <A> and has kids named <B>?","SELECT DISTINCT var_uri where brack_open var_uri dbo_restingPlace <A> sep_dot var_uri dbo_child <B> brack_close "
208
+ "Why did <A> and <B> die?","SELECT DISTINCT var_uri where brack_open <A> dbo_deathCause var_uri sep_dot <B> dbp_deathCause var_uri brack_close "