<A> has how many relatives?
stringlengths
16
82
SELECT DISTINCT COUNT attr_open var_uri attr_close where brack_open <A> dbo_relative var_uri brack_close
stringlengths
54
169
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
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
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
What is the hometown of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close
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
What is the nationality of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_nationality var_uri brack_close
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
What is the place of birth of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_birthPlace var_uri brack_close
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
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
What is the place of death of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri brack_close
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
What is the religious affiliation of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_religiousAffiliation var_uri brack_close
What is the religious affiliation of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_religiousAffiliation var_uri brack_close
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
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
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
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
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
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
What was founded by <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_founded var_uri brack_close
What were the occupations of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_occupation var_uri brack_close
When did <A> die?
SELECT DISTINCT var_uri where brack_open <A> dbp_deathDate var_uri brack_close
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
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
Where did <A> die ?
SELECT DISTINCT var_uri where brack_open <A> dbo_deathPlace var_uri brack_close
Where did <A> do his elementary schooling?
SELECT DISTINCT var_uri where brack_open <A> dbp_highSchool var_uri brack_close
Where did <A> do his highschool?
SELECT DISTINCT var_uri where brack_open <A> dbp_highschool var_uri brack_close
Where did <A> go to high school
SELECT DISTINCT var_uri where brack_open <A> dbo_highschool var_uri brack_close
Where did <A> graduated ?
SELECT DISTINCT var_uri where brack_open <A> dbo_education var_uri brack_close
Where did <A> study?
SELECT DISTINCT var_uri where brack_open <A> dbo_almaMater var_uri brack_close
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
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
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
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
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
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
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
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
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
Where does <A> work?
SELECT DISTINCT var_uri where brack_open <A> dbp_office var_uri brack_close
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
Where is <A> from?
SELECT DISTINCT var_uri where brack_open <A> dbo_nationality var_uri brack_close
Where is <A> from?
SELECT DISTINCT var_uri where brack_open <A> dbo_nationality var_uri brack_close
Where is the birthplace of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_birthplace var_uri brack_close
Where is the grave of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close
Where is the hometown of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_hometown var_uri brack_close
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
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
Where is the tombstone of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close
Where was <A> born ?
SELECT DISTINCT var_uri where brack_open <A> dbp_birthplace var_uri brack_close
Where was <A> buried ?
SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close
Where was <A> laid to rest?
SELECT DISTINCT var_uri where brack_open <A> dbo_restingPlace var_uri brack_close
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
which award has been won by <A>?
SELECT DISTINCT var_uri where brack_open <A> dbp_title var_uri brack_close
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
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
Which awards have <A> won?
SELECT DISTINCT var_uri where brack_open <A> dbo_award var_uri brack_close
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
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
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
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
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
Which school did <A> attend?
SELECT DISTINCT var_uri where brack_open <A> dbp_school var_uri brack_close
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
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
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
Which things are <A> known for ?
SELECT DISTINCT var_uri where brack_open <A> dbp_knownFor var_uri brack_close
Which uni did <A> attend ?
SELECT DISTINCT var_uri where brack_open <A> dbp_education var_uri brack_close
Which university is alma mater to <A>?
SELECT DISTINCT var_uri where brack_open <A> dbp_university var_uri brack_close
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
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
Who are the children of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close
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
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
Who did <A> marry?
SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close
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
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
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
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
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
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
Who is child of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close
Who is married to <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close
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
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
Who is the child of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_child var_uri brack_close
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
Who is the employer of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbp_employer var_uri brack_close
Who is the famous relative of <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_relative <A> brack_close
Who is the father of <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> brack_close
Who is the former partner of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_formerPartner var_uri brack_close
who is the husband of <A>?
SELECT DISTINCT var_uri where brack_open <A> dbo_partner var_uri brack_close
Who is the parent of <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_child <A> brack_close
Who is the partner of <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_partner <A> brack_close
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
Who is the relative of <A> ?
SELECT DISTINCT var_uri where brack_open <A> dbo_relative var_uri brack_close
Who is the spouse of <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close
who married <A>?
SELECT DISTINCT var_uri where brack_open var_uri dbo_spouse <A> brack_close
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