id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-25175
|
What ideology with the word veganism in the title was named via Donald Watson?
|
[
"veganism"
] |
{
"entities": [
"Q178402",
"Q7257",
"Q181138"
],
"relations": [
"P3938",
"P31"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"Donald Watson",
"ideology",
"veganism"
],
"relation_labels": [
"named by",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7257 . ?sbj wdt:P3938 wd:Q178402 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'veganism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22394
|
What is the bunch of Middle easterner Alliance countries called?
|
[
"European Union"
] |
{
"entities": [
"Q7172",
"Q3623811",
"Q458"
],
"relations": [
"P31",
"P530"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Arab League",
"economic union",
"European Union"
],
"relation_labels": [
"instance of",
"diplomatic relation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P530 wd:Q7172 . ?sbj wdt:P31 wd:Q3623811 }
|
lcquad2-15512
|
In Camp Meeting, who played the character of Portrayed?
|
[
"voice"
] |
{
"entities": [
"Q5027402",
"Q17172850",
"Q918502"
],
"relations": [
"P1303",
"P175"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Camp Meeting",
"voice",
"Bruce Hornsby"
],
"relation_labels": [
"instrument",
"performer"
]
}
|
SELECT ?answer WHERE { wd:Q5027402 wdt:P175 ?X . ?X wdt:P1303 ?answer}
|
lcquad2-17757
|
Who plays the medium of scoop ?
|
[
"carpenter"
] |
{
"entities": [
"Q154549",
"Q287",
"Q7220961"
],
"relations": [
"P1535",
"P186"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"carpenter",
"wood",
"shovel"
],
"relation_labels": [
"used by",
"made from material"
]
}
|
SELECT ?answer WHERE { wd:Q7220961 wdt:P186 ?X . ?X wdt:P1535 ?answer}
|
lcquad2-21406
|
Give the name of something written by Rachel Carson.
|
[
"Silent Spring"
] |
{
"entities": [
"Q591623",
"Q47461344",
"Q100948"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Silent Spring",
"written work",
"Rachel Carson"
],
"relation_labels": [
"instance of",
"author"
]
}
|
select distinct ?sbj where { ?sbj wdt:P50 wd:Q100948 . ?sbj wdt:P31 wd:Q47461344 }
|
lcquad2-16044
|
WHICH IS THE INSTRUMENT PLAYED FOR THE PAINTING OF GRAVE ACCENT
|
[
"vowel length"
] |
{
"entities": [
"Q1110362",
"Q181767",
"Q627319"
],
"relations": [
"P2283",
"P180"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"vowel length",
"stress",
"grave accent"
],
"relation_labels": [
"uses",
"depicts"
]
}
|
SELECT ?answer WHERE { wd:Q627319 wdt:P180 ?X . ?X wdt:P2283 ?answer}
|
lcquad2-24775
|
Let me know the Royal residence that begins with t
|
[
"Thiba Palace"
] |
{
"entities": [
"Q97142929",
"Q16560"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Thiba Palace",
"palace"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16560 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25667
|
what is the alkane of NFPA 704: Standard System for the Identification of the Hazards of Materials for Emergency Response that begins with letter "p"
|
[
"pentadecane"
] |
{
"entities": [
"Q150831",
"Q41581",
"Q51139288"
],
"relations": [
"P31",
"P4952"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"pentadecane",
"alkane",
"NFPA 704: Standard System for the Identification of the Hazards of Materials for Emergency Response"
],
"relation_labels": [
"instance of",
"safety classification and labelling"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41581 . ?sbj wdt:P4952 wd:Q51139288 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22424
|
What is the importance of the Rembrandt House Museum?
|
[
"Rembrandt House Museum"
] |
{
"entities": [
"Q5598",
"Q277316",
"Q16735822"
],
"relations": [
"P31",
"P551"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Rembrandt",
"Rembrandt House Museum",
"history museum"
],
"relation_labels": [
"instance of",
"residence"
]
}
|
select distinct ?obj where { wd:Q5598 wdt:P551 ?obj . ?obj wdt:P31 wd:Q16735822 }
|
lcquad2-15240
|
who administrator of club played for of romário ?
|
[
"Jorge Mas"
] |
{
"entities": [
"Q178649",
"Q10308",
"Q16732093"
],
"relations": [
"P54",
"P488"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Romário",
"Real Zaragoza",
"Jorge Mas"
],
"relation_labels": [
"member of sports team",
"chairperson"
]
}
|
SELECT ?answer WHERE { wd:Q178649 wdt:P54 ?X . ?X wdt:P488 ?answer}
|
lcquad2-23882
|
Let me know financial division whose title has the word benefit in it.
|
[
"service sector"
] |
{
"entities": [
"Q3958441",
"Q1959446"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"economic sector",
"service sector"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3958441 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'service')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24573
|
What are the resort which begin with the letter s
|
[
"Van der Valk Naturresort Drewitz"
] |
{
"entities": [
"Q79623228",
"Q875157"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Van der Valk Naturresort Drewitz",
"resort"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q875157 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21937
|
who is the stepparent of Clark Gable?
|
[
"Bunker Spreckels"
] |
{
"entities": [
"Q15302241",
"Q5",
"Q71243"
],
"relations": [
"P31",
"P3448"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Bunker Spreckels",
"human",
"Clark Gable"
],
"relation_labels": [
"instance of",
"stepparent"
]
}
|
select distinct ?sbj where { ?sbj wdt:P3448 wd:Q71243 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-23155
|
WHAT IS THE FUNDAMETAL INTERACTION THE WORLD INTERACTION IN THE NAME
|
[
"electromagnetic interaction"
] |
{
"entities": [
"Q104934",
"Q849919"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"fundamental interaction",
"electromagnetic interaction"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q104934 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'interaction')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24519
|
give me the name trade association that starts with the letter O
|
[
"Organization of Saskatchewan Arts Councils"
] |
{
"entities": [
"Q2178147",
"Q98372422"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"trade association",
"Organization of Saskatchewan Arts Councils"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2178147 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24392
|
what is ocean beast that begins with t
|
[
"Tannin"
] |
{
"entities": [
"Q2393094",
"Q920028"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Tannin",
"sea monster"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q920028 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21922
|
which country is the facet of the history of England?
|
[
"England"
] |
{
"entities": [
"Q11755949",
"Q3336843",
"Q21"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"history of England",
"constituent country of the United Kingdom",
"England"
],
"relation_labels": [
"instance of",
"facet of"
]
}
|
select distinct ?obj where { wd:Q11755949 wdt:P1269 ?obj . ?obj wdt:P31 wd:Q3336843 }
|
lcquad2-24092
|
Which comic character starts with "v"?
|
[
"Victor Bennett"
] |
{
"entities": [
"Q1114461",
"Q9093405"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"comics character",
"Victor Bennett"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1114461 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25359
|
Title an scholarly major that begins with the letter E
|
[
"economics"
] |
{
"entities": [
"Q8134",
"Q4671286",
"Q188094"
],
"relations": [
"P31",
"P3095"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"economics",
"academic major",
"economist"
],
"relation_labels": [
"instance of",
"practiced by"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4671286 . ?sbj wdt:P3095 wd:Q188094 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'e')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15290
|
What is the location strategy of that which is circled by Tau Ceti?
|
[
"Doppler spectroscopy"
] |
{
"entities": [
"Q2273386",
"Q1444488",
"Q15820"
],
"relations": [
"P398",
"P1046"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Doppler spectroscopy",
"Tau Ceti e",
"Tau Ceti"
],
"relation_labels": [
"child astronomical body",
"discovery method"
]
}
|
SELECT ?answer WHERE { wd:Q15820 wdt:P398 ?X . ?X wdt:P1046 ?answer}
|
lcquad2-20891
|
Which character is inspired by George II of Great Britain?
|
[
"George II of Great Britain"
] |
{
"entities": [
"Q131981",
"Q56399581",
"Q15632617"
],
"relations": [
"P941",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"George II of Great Britain",
"George II of Great Britain",
"fictional human"
],
"relation_labels": [
"inspired by",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P941 wd:Q131981 . ?sbj wdt:P31 wd:Q15632617 }
|
lcquad2-13064
|
Who to begin with depicted ferrocerium and was instructed by Adolf Lieben?
|
[
"Carl Auer von Welsbach"
] |
{
"entities": [
"Q89390",
"Q759260",
"Q84771"
],
"relations": [
"P1066",
"P61"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Carl Auer von Welsbach",
"ferrocerium",
"Adolf Lieben"
],
"relation_labels": [
"student of",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q759260 wdt:P61 ?answer . ?answer wdt:P1066 wd:Q84771}
|
lcquad2-17402
|
What is the adjustment of the Sneezy narrative?
|
[
"Snow White"
] |
{
"entities": [
"Q11831",
"Q134430",
"Q27148737"
],
"relations": [
"P144",
"P1441"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Snow White",
"Snow White and the Seven Dwarfs",
"Sneezy"
],
"relation_labels": [
"based on",
"present in work"
]
}
|
SELECT ?answer WHERE { wd:Q27148737 wdt:P1441 ?X . ?X wdt:P144 ?answer}
|
lcquad2-16646
|
What was adapted from IBM PL/S?
|
[
"COBOL"
] |
{
"entities": [
"Q131140",
"Q223433",
"Q2044321"
],
"relations": [
"P737",
"P144"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"COBOL",
"PL/I",
"IBM PL/S"
],
"relation_labels": [
"influenced by",
"based on"
]
}
|
SELECT ?answer WHERE { wd:Q2044321 wdt:P144 ?X . ?X wdt:P737 ?answer}
|
lcquad2-16640
|
What is the treated by of the signs of dengue fever?
|
[
"dolasetron"
] |
{
"entities": [
"Q1829318",
"Q127076",
"Q30953"
],
"relations": [
"P2176",
"P780"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"dolasetron",
"vomiting",
"dengue fever"
],
"relation_labels": [
"drug or therapy used for treatment",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q30953 wdt:P780 ?X . ?X wdt:P2176 ?answer}
|
lcquad2-17539
|
Name the record producer of The Amazing Race 10 series.
|
[
"Jerry Bruckheimer"
] |
{
"entities": [
"Q217037",
"Q60096",
"Q3215578"
],
"relations": [
"P162",
"P179"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Jerry Bruckheimer",
"The Amazing Race",
"The Amazing Race 10"
],
"relation_labels": [
"producer",
"part of the series"
]
}
|
SELECT ?answer WHERE { wd:Q3215578 wdt:P179 ?X . ?X wdt:P162 ?answer}
|
lcquad2-21506
|
What company does Steve Wozniak have an association with?
|
[
"Apple"
] |
{
"entities": [
"Q4830453",
"Q312",
"Q483382"
],
"relations": [
"P108",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"business",
"Apple",
"Steve Wozniak"
],
"relation_labels": [
"employer",
"instance of"
]
}
|
select distinct ?obj where { wd:Q483382 wdt:P108 ?obj . ?obj wdt:P31 wd:Q4830453 }
|
lcquad2-21275
|
Apollo is comparative to which Celtic god?
|
[
"Anextiomarus"
] |
{
"entities": [
"Q465434",
"Q529652",
"Q37340"
],
"relations": [
"P31",
"P460"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Celtic deity",
"Anextiomarus",
"Apollo"
],
"relation_labels": [
"instance of",
"said to be the same as"
]
}
|
select distinct ?sbj where { ?sbj wdt:P460 wd:Q37340 . ?sbj wdt:P31 wd:Q465434 }
|
lcquad2-25654
|
What what is open instructive institution of the Joined together States category for representatives of the organization Category:Clemson College staff conjointly which that begins with c
|
[
"Clemson University"
] |
{
"entities": [
"Q8382649",
"Q631066",
"Q23002039"
],
"relations": [
"P31",
"P4195"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Category:Clemson University faculty",
"Clemson University",
"public educational institution of the United States"
],
"relation_labels": [
"instance of",
"category for employees of the organization"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23002039 . ?sbj wdt:P4195 wd:Q8382649 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12431
|
What is the artistic genre of Enûma Eliš that is unique from a poem?
|
[
"poetry"
] |
{
"entities": [
"Q5185279",
"Q206063",
"Q482"
],
"relations": [
"P1889",
"P136"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"poem",
"Enûma Eliš",
"poetry"
],
"relation_labels": [
"different from",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q206063 wdt:P136 ?answer . ?answer wdt:P1889 wd:Q5185279}
|
lcquad2-9828
|
What fruit does the cashew come from?
|
[
"Anacardium",
"nut"
] |
{
"entities": [
"Q34007",
"Q161175",
"Q11009"
],
"relations": [
"P171",
"P4000"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Anacardium occidentale",
"Anacardium",
"nut"
],
"relation_labels": [
"parent taxon",
"has fruit type"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q34007 wdt:P171 ?ans_1 . wd:Q34007 wdt:P4000 ?ans_2 }
|
lcquad2-15527
|
How would you describe Nelly Don?
|
[
"artificial leather"
] |
{
"entities": [
"Q1792537",
"Q11460",
"Q6990233"
],
"relations": [
"P1056",
"P186"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"artificial leather",
"clothing",
"Nelly Don"
],
"relation_labels": [
"product or material produced",
"made from material"
]
}
|
SELECT ?answer WHERE { wd:Q6990233 wdt:P1056 ?X . ?X wdt:P186 ?answer}
|
lcquad2-10091
|
What monomer in the lactic acid which is used to treat what medical condition?
|
[
"facial dermatosis",
"polylactic acid"
] |
{
"entities": [
"Q413769",
"Q161249",
"Q18555301"
],
"relations": [
"P2175",
"P4599"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"polylactic acid",
"DL-lactic acid",
"facial dermatosis"
],
"relation_labels": [
"medical condition treated",
"monomer of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q161249 wdt:P4599 ?ans_1 . wd:Q161249 wdt:P2175 ?ans_2 }
|
lcquad2-21622
|
Who was the companion of Claude Monet?
|
[
"Camille Doncieux"
] |
{
"entities": [
"Q5",
"Q296",
"Q2641426"
],
"relations": [
"P31",
"P26"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"human",
"Claude Monet",
"Camille Doncieux"
],
"relation_labels": [
"instance of",
"spouse"
]
}
|
select distinct ?obj where { wd:Q296 wdt:P26 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-20143
|
Give me the name of some famous people educated at McGill University.
|
[
"Maurice Tancelin"
] |
{
"entities": [
"Q201492",
"Q5",
"Q98384573"
],
"relations": [
"P31",
"P69"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"McGill University",
"human",
"Maurice Tancelin"
],
"relation_labels": [
"instance of",
"educated at"
]
}
|
select distinct ?sbj where { ?sbj wdt:P69 wd:Q201492 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-14486
|
What town is Lyubov Kozyreval from?
|
[
"Georgian Soviet Socialist Republic"
] |
{
"entities": [
"Q15180",
"Q261308",
"Q130229"
],
"relations": [
"P150",
"P27"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Soviet Union",
"Lyubov Kozyreva",
"Georgian Soviet Socialist Republic"
],
"relation_labels": [
"contains the administrative territorial entity",
"country of citizenship"
]
}
|
SELECT ?answer WHERE { wd:Q261308 wdt:P27 ?X . ?X wdt:P150 ?answer}
|
lcquad2-16313
|
North America
|
[
"Penang Island"
] |
{
"entities": [
"Q2024618",
"Q4165886",
"Q1150673"
],
"relations": [
"P4791",
"P937"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"U-178",
"Wilhelm Dommes",
"Penang Island"
],
"relation_labels": [
"commanded by",
"work location"
]
}
|
SELECT ?answer WHERE { wd:Q2024618 wdt:P4791 ?X . ?X wdt:P937 ?answer}
|
lcquad2-20094
|
Who discovered the gamma function?
|
[
"Leonhard Euler"
] |
{
"entities": [
"Q7604",
"Q5",
"Q190573"
],
"relations": [
"P31",
"P61"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Leonhard Euler",
"human",
"gamma function"
],
"relation_labels": [
"instance of",
"discoverer or inventor"
]
}
|
select distinct ?obj where { wd:Q190573 wdt:P61 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-16807
|
Who produced the sequel of the film I Hope You Find It?
|
[
"Paul Oakenfold"
] |
{
"entities": [
"Q15071397",
"Q321339",
"Q8030665"
],
"relations": [
"P162",
"P155"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"I Hope You Find It",
"Paul Oakenfold",
"Woman's World"
],
"relation_labels": [
"producer",
"follows"
]
}
|
SELECT ?answer WHERE { wd:Q15071397 wdt:P155 ?X . ?X wdt:P162 ?answer}
|
lcquad2-23029
|
Terry Pratchett was assigned for which medal?
|
[
"Carnegie Medal"
] |
{
"entities": [
"Q1043985",
"Q131647",
"Q46248"
],
"relations": [
"P1411",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Carnegie Medal",
"medal",
"Terry Pratchett"
],
"relation_labels": [
"nominated for",
"instance of"
]
}
|
select distinct ?obj where { wd:Q46248 wdt:P1411 ?obj . ?obj wdt:P31 wd:Q131647 }
|
lcquad2-9844
|
Which head of government and state were Jammu and Kashmir?
|
[
"Chief Minister of Jammu and Kashmir",
"governor of Jammu and Kashmir"
] |
{
"entities": [
"Q38882023",
"Q71224017",
"Q1180"
],
"relations": [
"P1906",
"P1313"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Chief Minister of Jammu and Kashmir",
"governor of Jammu and Kashmir",
"Jammu and Kashmir"
],
"relation_labels": [
"office held by head of state",
"office held by head of government"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1180 wdt:P1906 ?ans_1 . wd:Q1180 wdt:P1313 ?ans_2 }
|
lcquad2-24887
|
What is the routine match that starts with the letter w?
|
[
"Welsh Open"
] |
{
"entities": [
"Q15259995",
"Q7981961"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"recurring tournament",
"Welsh Open"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15259995 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17284
|
who is overseen by trade of Unisys ?
|
[
"Intercontinental Exchange"
] |
{
"entities": [
"Q518016",
"Q13677",
"Q841458"
],
"relations": [
"P414",
"P137"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Unisys",
"New York Stock Exchange",
"Intercontinental Exchange"
],
"relation_labels": [
"stock exchange",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q518016 wdt:P414 ?X . ?X wdt:P137 ?answer}
|
lcquad2-12118
|
Where is the burial location of Athanasius Kircher, that is adjacent to the Trevignano Romano?
|
[
"Rome"
] |
{
"entities": [
"Q243497",
"Q220",
"Q76738"
],
"relations": [
"P119",
"P47"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Trevignano Romano",
"Rome",
"Athanasius Kircher"
],
"relation_labels": [
"place of burial",
"shares border with"
]
}
|
SELECT ?answer WHERE { wd:Q76738 wdt:P119 ?answer . ?answer wdt:P47 wd:Q243497}
|
lcquad2-15163
|
Who is {titleholder} of {assignment gotten} of {Jeffrey Portage} ?
|
[
"Elizabeth Bear"
] |
{
"entities": [
"Q2495863",
"Q1029497",
"Q1056251"
],
"relations": [
"P1411",
"P1346"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Jeffrey Ford",
"Elizabeth Bear",
"Hugo Award for Best Short Story"
],
"relation_labels": [
"nominated for",
"winner"
]
}
|
SELECT ?answer WHERE { wd:Q2495863 wdt:P1411 ?X . ?X wdt:P1346 ?answer}
|
lcquad2-17435
|
Who was the film produ er of Rekvijem za teškaša?
|
[
"David Susskind"
] |
{
"entities": [
"Q31184853",
"Q4408937",
"Q3427593"
],
"relations": [
"P162",
"P144"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Rekvijem za teškaša",
"David Susskind",
"Requiem for a Heavyweight"
],
"relation_labels": [
"producer",
"based on"
]
}
|
SELECT ?answer WHERE { wd:Q31184853 wdt:P144 ?X . ?X wdt:P162 ?answer}
|
lcquad2-22434
|
who state of Australia for capital of Melbourne?
|
[
"Victoria"
] |
{
"entities": [
"Q36687",
"Q3141",
"Q5852411"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Victoria",
"Melbourne",
"state of Australia"
],
"relation_labels": [
"instance of",
"capital"
]
}
|
select distinct ?sbj where { ?sbj wdt:P36 wd:Q3141 . ?sbj wdt:P31 wd:Q5852411 }
|
lcquad2-12953
|
What will be the effect of bacteria which has prescribed drug of cefizoxime?
|
[
"bacterial pneumonia"
] |
{
"entities": [
"Q1082945",
"Q10876",
"Q3776920"
],
"relations": [
"P1542",
"P2176"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"ceftizoxime",
"bacteria",
"bacterial pneumonia"
],
"relation_labels": [
"has effect",
"drug or therapy used for treatment"
]
}
|
SELECT ?answer WHERE { wd:Q10876 wdt:P1542 ?answer . ?answer wdt:P2176 wd:Q1082945}
|
lcquad2-12228
|
"Where is the {seat} of {Nihon Keizai Shimbun}, that {has villages} in {Minato-ku} ?"
|
[
"Tokyo"
] |
{
"entities": [
"Q1077694",
"Q190088",
"Q1490"
],
"relations": [
"P150",
"P159"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Nihon Keizai Shimbun",
"Minato-ku",
"Tokyo"
],
"relation_labels": [
"contains the administrative territorial entity",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q1077694 wdt:P159 ?answer . ?answer wdt:P150 wd:Q190088}
|
lcquad2-12288
|
In a eminent occurrence amid the World Debut, what is the put of Wear Giovanni's to begin with performance?
|
[
"Estates Theatre"
] |
{
"entities": [
"Q192039",
"Q521155",
"Q2500107"
],
"relations": [
"P793",
"P4647"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Don Giovanni",
"Estates Theatre",
"world premiere"
],
"relation_labels": [
"significant event",
"location of first performance"
]
}
|
SELECT ?answer WHERE { wd:Q192039 wdt:P4647 ?answer . ?answer wdt:P793 wd:Q2500107}
|
lcquad2-15347
|
What did spouses composed If you don't mind Do not Eat the Daisies?
|
[
"Judy Garland"
] |
{
"entities": [
"Q2698658",
"Q11637",
"Q937852"
],
"relations": [
"P86",
"P26"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Please Don't Eat the Daisies",
"Judy Garland",
"David Rose"
],
"relation_labels": [
"composer",
"spouse"
]
}
|
SELECT ?answer WHERE { wd:Q2698658 wdt:P86 ?X . ?X wdt:P26 ?answer}
|
lcquad2-9700
|
Where is the band Evanescence from?
|
[
"Arkansas",
"United States of America"
] |
{
"entities": [
"Q1777698",
"Q1612",
"Q30"
],
"relations": [
"P495",
"P740"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Evanescence",
"Arkansas",
"United States of America"
],
"relation_labels": [
"country of origin",
"location of formation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1777698 wdt:P495 ?ans_1 . wd:Q1777698 wdt:P740 ?ans_2 }
|
lcquad2-24334
|
What polychoron does the letter "u" start with?
|
[
"uniform antiprismatic prism"
] |
{
"entities": [
"Q3893484",
"Q2155148"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"uniform antiprismatic prism",
"4-polytope"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2155148 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22040
|
What taxon rank is the Dodo?
|
[
"species"
] |
{
"entities": [
"Q13578154",
"Q7432",
"Q43502"
],
"relations": [
"P105",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"rank in zoology",
"species",
"Raphus cucullatus"
],
"relation_labels": [
"taxon rank",
"instance of"
]
}
|
select distinct ?obj where { wd:Q43502 wdt:P105 ?obj . ?obj wdt:P31 wd:Q13578154 }
|
lcquad2-23536
|
Let me know chronicled prepare whose title has the word germany in it.
|
[
"Unification of Germany"
] |
{
"entities": [
"Q154705",
"Q16622264"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Unification of Germany",
"historical process"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16622264 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'germany')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23014
|
What color is Ruby?
|
[
"red"
] |
{
"entities": [
"Q1075",
"Q43088",
"Q3142"
],
"relations": [
"P31",
"P462"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"color",
"ruby",
"red"
],
"relation_labels": [
"instance of",
"color"
]
}
|
select distinct ?obj where { wd:Q43088 wdt:P462 ?obj . ?obj wdt:P31 wd:Q1075 }
|
lcquad2-20049
|
Who created the University of North Carolina at Chapel Hill's website?
|
[
"ibiblio"
] |
{
"entities": [
"Q35127",
"Q4041243",
"Q192334"
],
"relations": [
"P178",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"website",
"ibiblio",
"University of North Carolina at Chapel Hill"
],
"relation_labels": [
"developer",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P178 wd:Q192334 . ?sbj wdt:P31 wd:Q35127 }
|
lcquad2-17845
|
Let me know the comes about of the name "Cheech & Chong".
|
[
"comics"
] |
{
"entities": [
"Q1004",
"Q1066813",
"Q126399"
],
"relations": [
"P264",
"P1056"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"comics",
"Cheech & Chong",
"Warner Bros."
],
"relation_labels": [
"record label",
"product or material produced"
]
}
|
SELECT ?answer WHERE { wd:Q1066813 wdt:P264 ?X . ?X wdt:P1056 ?answer}
|
lcquad2-15004
|
What conciliatory connection is within the Jurchen campaigns against the Melody Dynasty?
|
[
"Gabon"
] |
{
"entities": [
"Q148",
"Q1000",
"Q4446152"
],
"relations": [
"P276",
"P530"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"People's Republic of China",
"Gabon",
"Jurchen campaigns against the Song Dynasty"
],
"relation_labels": [
"location",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q4446152 wdt:P276 ?X . ?X wdt:P530 ?answer}
|
lcquad2-17485
|
What is Robert Fumerton's fight arrangement?
|
[
"Operation Deliberate Force"
] |
{
"entities": [
"Q7344580",
"Q160774",
"Q25456"
],
"relations": [
"P241",
"P607"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Robert Fumerton",
"Operation Deliberate Force",
"Royal Canadian Air Force"
],
"relation_labels": [
"military branch",
"conflict"
]
}
|
SELECT ?answer WHERE { wd:Q7344580 wdt:P241 ?X . ?X wdt:P607 ?answer}
|
lcquad2-23562
|
Let me know isotope of carbon whose title has the word carbon in it.
|
[
"carbon-14"
] |
{
"entities": [
"Q840660",
"Q471790"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"carbon-14",
"isotope of carbon"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q471790 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'carbon')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16280
|
Google co-founds what subsidiary entities?
|
[
"Dwight Merriman"
] |
{
"entities": [
"Q1053674",
"Q5318215",
"Q95"
],
"relations": [
"P112",
"P355"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"DoubleClick",
"Dwight Merriman",
"Google Inc."
],
"relation_labels": [
"founded by",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q95 wdt:P355 ?X . ?X wdt:P112 ?answer}
|
lcquad2-9880
|
Who is the {part of sports group} and the {member of} of {Lance_Armstrong} ?
|
[
"Astana Qazaqstan Team",
"1995 UCI Road World Cup"
] |
{
"entities": [
"Q478309",
"Q2172",
"Q1518196"
],
"relations": [
"P54",
"P1344"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Astana Qazaqstan Team",
"Lance Armstrong",
"1995 UCI Road World Cup"
],
"relation_labels": [
"member of sports team",
"participant in"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q2172 wdt:P54 ?ans_1 . wd:Q2172 wdt:P1344 ?ans_2 }
|
lcquad2-17622
|
What is marked by the sister society of Nat Simons?
|
[
"Hansjörg Wyss"
] |
{
"entities": [
"Q1000803",
"Q30122788",
"Q203807"
],
"relations": [
"P1891",
"P1416"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Hansjörg Wyss",
"Nat Simons",
"The Giving Pledge"
],
"relation_labels": [
"signatory",
"affiliation"
]
}
|
SELECT ?answer WHERE { wd:Q30122788 wdt:P1416 ?X . ?X wdt:P1891 ?answer}
|
lcquad2-16965
|
Name the language of environment of Darkwood
|
[
"C"
] |
{
"entities": [
"Q26694917",
"Q1406",
"Q15777"
],
"relations": [
"P277",
"P400"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Darkwood",
"Microsoft Windows",
"C"
],
"relation_labels": [
"programmed in",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q26694917 wdt:P400 ?X . ?X wdt:P277 ?answer}
|
lcquad2-24900
|
Which is the language that has nominative as grammatical case and that consists of the word udmurt in it is name?
|
[
"Udmurt"
] |
{
"entities": [
"Q13238",
"Q131105",
"Q34770"
],
"relations": [
"P2989",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Udmurt",
"nominative case",
"language"
],
"relation_labels": [
"has grammatical case",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q34770 . ?sbj wdt:P2989 wd:Q131105 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'udmurt')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20945
|
What television series did David Duchovny produce?
|
[
"Californication"
] |
{
"entities": [
"Q326143",
"Q484365",
"Q5398426"
],
"relations": [
"P162",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Californication",
"David Duchovny",
"television series"
],
"relation_labels": [
"producer",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P162 wd:Q484365 . ?sbj wdt:P31 wd:Q5398426 }
|
lcquad2-23131
|
Tell me hypothesis whose title has the word traditionalism in it.
|
[
"Traditionalism"
] |
{
"entities": [
"Q28134554",
"Q17737"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Traditionalism",
"theory"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17737 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'traditionalism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13479
|
What is the cure for cough, whose drug interplay is domperidone?
|
[
"cocaine"
] |
{
"entities": [
"Q424238",
"Q41576",
"Q35805"
],
"relations": [
"P2176",
"P769"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"domperidone",
"cocaine",
"cough"
],
"relation_labels": [
"drug or therapy used for treatment",
"significant drug interaction"
]
}
|
SELECT ?answer WHERE { wd:Q35805 wdt:P2176 ?answer . ?answer wdt:P769 wd:Q424238}
|
lcquad2-24436
|
What are the leading academics starting with letter T?
|
[
"Santiago Metro"
] |
{
"entities": [
"Q5503",
"Q913314"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"rapid transit",
"Santiago Metro"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5503 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22844
|
Title a radio program facilitated by Donald Trump
|
[
"Trumped!"
] |
{
"entities": [
"Q22686",
"Q1545758",
"Q1555508"
],
"relations": [
"P371",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Donald Trump",
"Trumped!",
"radio program"
],
"relation_labels": [
"presenter",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P371 wd:Q22686 . ?sbj wdt:P31 wd:Q1555508 }
|
lcquad2-21340
|
Nagpur is the capitol of what region in India?
|
[
"Nagpur district"
] |
{
"entities": [
"Q1149652",
"Q1513",
"Q1797367"
],
"relations": [
"P31",
"P131"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"district of India",
"Nagpur",
"Nagpur district"
],
"relation_labels": [
"instance of",
"located in the administrative territorial entity"
]
}
|
select distinct ?obj where { wd:Q1513 wdt:P131 ?obj . ?obj wdt:P31 wd:Q1149652 }
|
lcquad2-24517
|
What are the melodic shape which begin with the letter v
|
[
"vilancete"
] |
{
"entities": [
"Q97659647",
"Q862597"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"vilancete",
"musical form"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q862597 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15036
|
WHERE IS THE BURGER Ruler HEAD OFFICE IN TWIN CITIES LOCATED?
|
[
"Lamentin"
] |
{
"entities": [
"Q468557",
"Q177054",
"Q1014790"
],
"relations": [
"P190",
"P159"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Miami-Dade County",
"Burger King",
"Lamentin"
],
"relation_labels": [
"twinned administrative body",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q177054 wdt:P159 ?X . ?X wdt:P190 ?answer}
|
lcquad2-23369
|
Studio of the film
|
[
"Windows Phone 8"
] |
{
"entities": [
"Q920890",
"Q34825"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"mobile operating system",
"Windows Phone 8"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q920890 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'windows')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25443
|
What is the nae of the band, who commenced in London, and title starts offevolved with Y
|
[
"Yuck"
] |
{
"entities": [
"Q215380",
"Q2683245",
"Q84"
],
"relations": [
"P31",
"P740"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"musical group",
"Yuck",
"London"
],
"relation_labels": [
"instance of",
"location of formation"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q215380 . ?sbj wdt:P740 wd:Q84 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16047
|
At Softbank, list the shareholds of the subsidiary entities.
|
[
"SoftBank Group"
] |
{
"entities": [
"Q129164",
"Q201653"
],
"relations": [
"P127",
"P355"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Fukuoka SoftBank Hawks",
"SoftBank Group"
],
"relation_labels": [
"owned by",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q201653 wdt:P355 ?X . ?X wdt:P127 ?answer}
|
lcquad2-22144
|
Which is the video amusement company that fabricated Atari 2600?
|
[
"Atari, Inc."
] |
{
"entities": [
"Q13409231",
"Q206261",
"Q210167"
],
"relations": [
"P31",
"P176"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Atari, Inc.",
"Atari 2600",
"video game developer"
],
"relation_labels": [
"instance of",
"manufacturer"
]
}
|
select distinct ?obj where { wd:Q206261 wdt:P176 ?obj . ?obj wdt:P31 wd:Q210167 }
|
lcquad2-12998
|
Title the Han line capital city with a twin town called Plovdiv.
|
[
"Luoyang"
] |
{
"entities": [
"Q187136",
"Q7209",
"Q459"
],
"relations": [
"P190",
"P36"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Luoyang",
"Han dynasty",
"Plovdiv"
],
"relation_labels": [
"twinned administrative body",
"capital"
]
}
|
SELECT ?answer WHERE { wd:Q7209 wdt:P36 ?answer . ?answer wdt:P190 wd:Q459}
|
lcquad2-24475
|
WHICH ARE THE Sound AND VIDEO Interfacing AND CONNECTORS THAT Begins WITH Y
|
[
"YPbPr"
] |
{
"entities": [
"Q1144600",
"Q1153429"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"YPbPr",
"audio and video interfaces and connectors"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1153429 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20044
|
Paul Krugman's doctoral adviser name was?
|
[
"Michael Kende"
] |
{
"entities": [
"Q5",
"Q87488018",
"Q131112"
],
"relations": [
"P184",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Michael Kende",
"Paul Krugman"
],
"relation_labels": [
"doctoral advisor",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P184 wd:Q131112 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-20669
|
Who is the dad of Mukesh Ambani
|
[
"Anant Ambani"
] |
{
"entities": [
"Q5",
"Q94524844",
"Q298547"
],
"relations": [
"P31",
"P22"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"Anant Ambani",
"Mukesh Ambani"
],
"relation_labels": [
"instance of",
"father"
]
}
|
select distinct ?sbj where { ?sbj wdt:P22 wd:Q298547 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-12317
|
What music by using Adagio in G minor, that has intersex as a male?
|
[
"Remo Giazotto"
] |
{
"entities": [
"Q529962",
"Q6581097",
"Q346741"
],
"relations": [
"P21",
"P86"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Remo Giazotto",
"male",
"Adagio in G minor"
],
"relation_labels": [
"sex or gender",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q346741 wdt:P86 ?answer . ?answer wdt:P21 wd:Q6581097}
|
lcquad2-22327
|
Which is the Common committee of the administrative body of Paris?
|
[
"Council of Paris"
] |
{
"entities": [
"Q90",
"Q1398920",
"Q775994"
],
"relations": [
"P31",
"P194"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Paris",
"General council",
"Council of Paris"
],
"relation_labels": [
"instance of",
"legislative body"
]
}
|
select distinct ?obj where { wd:Q90 wdt:P194 ?obj . ?obj wdt:P31 wd:Q1398920 }
|
lcquad2-17852
|
What is the zoo patron saint's canonization status?
|
[
"Roman Catholic saint"
] |
{
"entities": [
"Q43501",
"Q3464126",
"Q676555"
],
"relations": [
"P411",
"P417"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"zoo",
"Roman Catholic saint",
"Francis of Assisi"
],
"relation_labels": [
"canonization status",
"patron saint"
]
}
|
SELECT ?answer WHERE { wd:Q43501 wdt:P417 ?X . ?X wdt:P411 ?answer}
|
lcquad2-17163
|
Who is Robert Blake categorized with?
|
[
"Category:Royal Navy personnel"
] |
{
"entities": [
"Q172771",
"Q320959",
"Q8282118"
],
"relations": [
"P241",
"P1792"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Royal Navy",
"Robert Blake",
"Category:Royal Navy personnel"
],
"relation_labels": [
"military branch",
"category of associated people"
]
}
|
SELECT ?answer WHERE { wd:Q320959 wdt:P241 ?X . ?X wdt:P1792 ?answer}
|
lcquad2-14475
|
What is the celebrated works part demonstrate of Voltaire ?
|
[
"Lettres provinciales"
] |
{
"entities": [
"Q1279437",
"Q9068",
"Q1290"
],
"relations": [
"P737",
"P800"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Lettres provinciales",
"Voltaire",
"Blaise Pascal"
],
"relation_labels": [
"influenced by",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q9068 wdt:P737 ?X . ?X wdt:P800 ?answer}
|
lcquad2-13524
|
Who is the author of The Double Helix, who has obtained the Lomonosov Gold Medal?
|
[
"James D. Watson"
] |
{
"entities": [
"Q83333",
"Q1340199",
"Q1211984"
],
"relations": [
"P166",
"P50"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"James D. Watson",
"Lomonosov Gold Medal",
"The Double Helix"
],
"relation_labels": [
"award received",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q1211984 wdt:P50 ?answer . ?answer wdt:P166 wd:Q1340199}
|
lcquad2-15363
|
Al-Khalil ibn Ahmad al-Farahidi is in what domain?
|
[
"philosophy"
] |
{
"entities": [
"Q287501",
"Q293515",
"Q5891"
],
"relations": [
"P101",
"P802"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Ibrahim an-Nazzam",
"Al-Khalil ibn Ahmad al-Farahidi",
"philosophy"
],
"relation_labels": [
"field of work",
"student"
]
}
|
SELECT ?answer WHERE { wd:Q293515 wdt:P802 ?X . ?X wdt:P101 ?answer}
|
lcquad2-20032
|
In Rugby what position does Dan Carter play?
|
[
"fly-half"
] |
{
"entities": [
"Q31209",
"Q726199",
"Q6583019"
],
"relations": [
"P413",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"fly-half",
"Dan Carter",
"rugby union position"
],
"relation_labels": [
"position played on team / speciality",
"instance of"
]
}
|
select distinct ?obj where { wd:Q726199 wdt:P413 ?obj . ?obj wdt:P31 wd:Q6583019 }
|
lcquad2-16405
|
What was the style of music written for Shadows and Light?
|
[
"bebop"
] |
{
"entities": [
"Q107432",
"Q11307710",
"Q105513"
],
"relations": [
"P86",
"P136"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Charles Mingus",
"Shadows and Light",
"bebop"
],
"relation_labels": [
"composer",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q11307710 wdt:P86 ?X . ?X wdt:P136 ?answer}
|
lcquad2-17058
|
Who preceeded the Maurya Empire?
|
[
"Maurya Empire"
] |
{
"entities": [
"Q846025",
"Q62943"
],
"relations": [
"P1366",
"P1365"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Mahajanapada",
"Maurya Empire"
],
"relation_labels": [
"replaced by",
"replaces"
]
}
|
SELECT ?answer WHERE { wd:Q62943 wdt:P1365 ?X . ?X wdt:P1366 ?answer}
|
lcquad2-20397
|
Who is Julia Gillard's accomplice?
|
[
"Tim Mathieson"
] |
{
"entities": [
"Q41563",
"Q5",
"Q7803909"
],
"relations": [
"P31",
"P451"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Julia Gillard",
"human",
"Tim Mathieson"
],
"relation_labels": [
"instance of",
"unmarried partner"
]
}
|
select distinct ?sbj where { ?sbj wdt:P451 wd:Q41563 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-20013
|
The American Revolutionary War took place in which sovereign state?
|
[
"United States of America"
] |
{
"entities": [
"Q3624078",
"Q40949",
"Q30"
],
"relations": [
"P31",
"P276"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"sovereign state",
"American Revolutionary War",
"United States of America"
],
"relation_labels": [
"instance of",
"location"
]
}
|
select distinct ?obj where { wd:Q40949 wdt:P276 ?obj . ?obj wdt:P31 wd:Q3624078 }
|
lcquad2-15013
|
Who is the contender to be the successor of "Caution by the Devil's Fire"?
|
[
"The Roots"
] |
{
"entities": [
"Q3025433",
"Q3109742",
"Q1052139"
],
"relations": [
"P156",
"P161"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Warming by the Devil's Fire",
"Godfathers and Sons",
"The Roots"
],
"relation_labels": [
"followed by",
"cast member"
]
}
|
SELECT ?answer WHERE { wd:Q3025433 wdt:P156 ?X . ?X wdt:P161 ?answer}
|
lcquad2-9588
|
Who is the spouse of Tim Burton and where does he work?
|
[
"Lisa Marie",
"Walt Disney Studios"
] |
{
"entities": [
"Q242015",
"Q56008",
"Q2216535"
],
"relations": [
"P108",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Lisa Marie",
"Tim Burton",
"Walt Disney Studios"
],
"relation_labels": [
"employer",
"spouse"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q56008 wdt:P108 ?ans_1 . wd:Q56008 wdt:P26 ?ans_2 }
|
lcquad2-16461
|
Of the teams playing for Hamze Gesmis, what is the HQ location?
|
[
"Istanbul"
] |
{
"entities": [
"Q1574055",
"Q1170018",
"Q406"
],
"relations": [
"P54",
"P159"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Hamza Gezmiş",
"Kartal S.K.",
"Istanbul"
],
"relation_labels": [
"member of sports team",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q1574055 wdt:P54 ?X . ?X wdt:P159 ?answer}
|
lcquad2-20123
|
Who founded the Indian National Congress?
|
[
"Dadabhai Naoroji"
] |
{
"entities": [
"Q10240",
"Q10225",
"Q5"
],
"relations": [
"P112",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Dadabhai Naoroji",
"Indian National Congress",
"human"
],
"relation_labels": [
"founded by",
"instance of"
]
}
|
select distinct ?obj where { wd:Q10225 wdt:P112 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-24652
|
What are the athletic conference which begin with the letter n
|
[
"North Hills League"
] |
{
"entities": [
"Q96396337",
"Q2992826"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"North Hills League",
"athletic conference"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2992826 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'n')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24660
|
What are the spiritual practice which begin with the letter M
|
[
"Madonna Pellegrina"
] |
{
"entities": [
"Q25400519",
"Q2270606"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Madonna Pellegrina",
"spiritual practice"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2270606 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.