id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-14643
|
who imaginative sort of name of time recalls One time Once ?
|
[
"20th-century classical music"
] |
{
"entities": [
"Q1338153",
"Q7805084",
"Q311439"
],
"relations": [
"P264",
"P136"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"20th-century classical music",
"Time Remembers One Time Once",
"ECM Records"
],
"relation_labels": [
"record label",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q7805084 wdt:P264 ?X . ?X wdt:P136 ?answer}
|
lcquad2-21864
|
What medicine is utilized to treat cocaine habit
|
[
"halofantrine"
] |
{
"entities": [
"Q12140",
"Q41576",
"Q947595"
],
"relations": [
"P31",
"P769"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"medication",
"cocaine",
"halofantrine"
],
"relation_labels": [
"instance of",
"significant drug interaction"
]
}
|
select distinct ?sbj where { ?sbj wdt:P769 wd:Q41576 . ?sbj wdt:P31 wd:Q12140 }
|
lcquad2-9507
|
Give the gender and sexual orientation for McKellen's.
|
[
"homosexuality",
"male"
] |
{
"entities": [
"Q6636",
"Q6581097",
"Q170510"
],
"relations": [
"P21",
"P91"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"homosexuality",
"male",
"Ian McKellen"
],
"relation_labels": [
"sex or gender",
"sexual orientation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q170510 wdt:P91 ?ans_1 . wd:Q170510 wdt:P21 ?ans_2 }
|
lcquad2-22635
|
Is the London Bridge a bascule bridge?
|
[
"Tower Bridge"
] |
{
"entities": [
"Q130206",
"Q83125",
"Q911663"
],
"relations": [
"P31",
"P2673"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"London Bridge",
"Tower Bridge",
"bascule bridge"
],
"relation_labels": [
"instance of",
"next crossing upstream"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2673 wd:Q130206 . ?sbj wdt:P31 wd:Q911663 }
|
lcquad2-17946
|
What is the opposite of something that takes place during Yule?
|
[
"summer solstice"
] |
{
"entities": [
"Q211945",
"Q207932",
"Q7603898"
],
"relations": [
"P837",
"P461"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Yule",
"winter solstice",
"summer solstice"
],
"relation_labels": [
"day in year for periodic occurrence",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q211945 wdt:P837 ?X . ?X wdt:P461 ?answer}
|
lcquad2-24349
|
what are the disobedience which begin with the letter w
|
[
"White Lotus Rebellion"
] |
{
"entities": [
"Q997220",
"Q124734"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"White Lotus Rebellion",
"rebellion"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q124734 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14610
|
Who hitched a contender of Mussorgysky?
|
[
"Grigori Aleksandrov"
] |
{
"entities": [
"Q4308467",
"Q236229",
"Q561459"
],
"relations": [
"P161",
"P26"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Mussorgsky",
"Lyubov Orlova",
"Grigori Aleksandrov"
],
"relation_labels": [
"cast member",
"spouse"
]
}
|
SELECT ?answer WHERE { wd:Q4308467 wdt:P161 ?X . ?X wdt:P26 ?answer}
|
lcquad2-14241
|
Is Monopoly's publishing residence the father or mother corporation of Playskool Inc.?
|
[
"Hasbro"
] |
{
"entities": [
"Q501476",
"Q9060843",
"Q17243"
],
"relations": [
"P355",
"P123"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Hasbro",
"Playskool",
"Monopoly"
],
"relation_labels": [
"has subsidiary",
"publisher"
]
}
|
SELECT ?answer WHERE { wd:Q17243 wdt:P123 ?answer . ?answer wdt:P355 wd:Q9060843}
|
lcquad2-13056
|
Who is Mersenne Prime's nom de plume whose to begin with title is Marin?
|
[
"Marin Mersenne"
] |
{
"entities": [
"Q186875",
"Q188663",
"Q18402116"
],
"relations": [
"P138",
"P735"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Mersenne prime",
"Marin Mersenne",
"Marin"
],
"relation_labels": [
"named after",
"given name"
]
}
|
SELECT ?answer WHERE { wd:Q186875 wdt:P138 ?answer . ?answer wdt:P735 wd:Q18402116}
|
lcquad2-22691
|
In what nation and autonomous state did the Watergate Embarrassment occur?
|
[
"United States of America"
] |
{
"entities": [
"Q3624078",
"Q42761",
"Q30"
],
"relations": [
"P31",
"P17"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"sovereign state",
"Watergate scandal",
"United States of America"
],
"relation_labels": [
"instance of",
"country"
]
}
|
select distinct ?obj where { wd:Q42761 wdt:P17 ?obj . ?obj wdt:P31 wd:Q3624078 }
|
lcquad2-15732
|
Who is the mascot of Alan I. Bigel's staff?
|
[
"narwhal"
] |
{
"entities": [
"Q599316",
"Q4706930",
"Q159426"
],
"relations": [
"P822",
"P69"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"New School",
"Alan I. Bigel",
"narwhal"
],
"relation_labels": [
"mascot",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q4706930 wdt:P69 ?X . ?X wdt:P822 ?answer}
|
lcquad2-14245
|
Who was nominated for the Nobel Prize in Physics for their discovery of the Chandasekhar limit?
|
[
"Subrahmanyan Chandrasekhar"
] |
{
"entities": [
"Q38104",
"Q148109",
"Q51366"
],
"relations": [
"P1411",
"P138"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Nobel Prize in Physics",
"Subrahmanyan Chandrasekhar",
"Chandrasekhar limit"
],
"relation_labels": [
"nominated for",
"named after"
]
}
|
SELECT ?answer WHERE { wd:Q51366 wdt:P138 ?answer . ?answer wdt:P1411 wd:Q38104}
|
lcquad2-12936
|
Of these dealt with with the aid of nadolol, who has died from Bumpy Johnson?
|
[
"myocardial infarction"
] |
{
"entities": [
"Q1332591",
"Q424952",
"Q12152"
],
"relations": [
"P2176",
"P509"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Bumpy Johnson",
"nadolol",
"myocardial infarction"
],
"relation_labels": [
"drug or therapy used for treatment",
"cause of death"
]
}
|
SELECT ?answer WHERE { wd:Q1332591 wdt:P509 ?answer . ?answer wdt:P2176 wd:Q424952}
|
lcquad2-25020
|
What is a subsidiary of Lamont-Doherty Earth Observatory that is a private, non-profit academic institution with the phrase "Columbia" in its name?
|
[
"Columbia University"
] |
{
"entities": [
"Q49088",
"Q23002054",
"Q34051"
],
"relations": [
"P31",
"P355"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Columbia University",
"private not-for-profit educational institution",
"Lamont–Doherty Earth Observatory"
],
"relation_labels": [
"instance of",
"has subsidiary"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23002054 . ?sbj wdt:P355 wd:Q34051 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'columbia')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16305
|
Who is a Hundred Days Offensive competitor successful?
|
[
"First Czechoslovak Republic"
] |
{
"entities": [
"Q1130507",
"Q140359",
"Q28513"
],
"relations": [
"P1366",
"P710"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Hundred Days Offensive",
"First Czechoslovak Republic",
"Austria-Hungary"
],
"relation_labels": [
"replaced by",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q1130507 wdt:P710 ?X . ?X wdt:P1366 ?answer}
|
lcquad2-11849
|
What is gone before by the Emirate of Sicily, which is on the landmass of Europe?
|
[
"Fatimid Caliphate"
] |
{
"entities": [
"Q160307",
"Q1250763",
"Q46"
],
"relations": [
"P30",
"P1365"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Fatimid Caliphate",
"Emirate of Sicily",
"Europe"
],
"relation_labels": [
"continent",
"replaces"
]
}
|
SELECT ?answer WHERE { wd:Q1250763 wdt:P1365 ?answer . ?answer wdt:P30 wd:Q46}
|
lcquad2-12771
|
Where do Indra Nooyi works for, whose parent company is Tropicana Products?
|
[
"PepsiCo"
] |
{
"entities": [
"Q1846049",
"Q264913",
"Q334800"
],
"relations": [
"P108",
"P355"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Tropicana Products",
"Indra Nooyi",
"PepsiCo"
],
"relation_labels": [
"employer",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q264913 wdt:P108 ?answer . ?answer wdt:P355 wd:Q1846049}
|
lcquad2-12756
|
What is the sister city of Ponce that incorporates the district situate of Aragon?
|
[
"Zaragoza"
] |
{
"entities": [
"Q10305",
"Q4040",
"Q864024"
],
"relations": [
"P1376",
"P190"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Zaragoza",
"Aragon",
"Ponce"
],
"relation_labels": [
"capital of",
"twinned administrative body"
]
}
|
SELECT ?answer WHERE { wd:Q864024 wdt:P190 ?answer . ?answer wdt:P1376 wd:Q4040}
|
lcquad2-15014
|
Who is the back up parent of Best Minute ESPY grant winner?
|
[
"Willie Mays"
] |
{
"entities": [
"Q561852",
"Q314712",
"Q4896742"
],
"relations": [
"P1346",
"P1290"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Willie Mays",
"Barry Bonds",
"Best Moment ESPY Award"
],
"relation_labels": [
"winner",
"godparent"
]
}
|
SELECT ?answer WHERE { wd:Q4896742 wdt:P1346 ?X . ?X wdt:P1290 ?answer}
|
lcquad2-10016
|
The communist party of India was founded and headed by who?
|
[
"Chen Duxiu",
"General Secretary of the Chinese Communist Party"
] |
{
"entities": [
"Q17427",
"Q369681",
"Q849418"
],
"relations": [
"P112",
"P2388"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Chinese Communist Party",
"Chen Duxiu",
"General Secretary of the Chinese Communist Party"
],
"relation_labels": [
"founded by",
"office held by head of the organization"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q17427 wdt:P112 ?ans_1 . wd:Q17427 wdt:P2388 ?ans_2 }
|
lcquad2-16179
|
What are the significant works of Henry Raeburn?
|
[
"white people"
] |
{
"entities": [
"Q235155",
"Q18511769",
"Q561916"
],
"relations": [
"P180",
"P800"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"white people",
"E. Finley, Esquire",
"Henry Raeburn"
],
"relation_labels": [
"depicts",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q561916 wdt:P800 ?X . ?X wdt:P180 ?answer}
|
lcquad2-19724
|
What is the IPv6 standard?
|
[
"Internet Protocol"
] |
{
"entities": [
"Q8795",
"Q2551624",
"Q290378"
],
"relations": [
"P31",
"P747"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Internet Protocol",
"IPv6",
"internet standard"
],
"relation_labels": [
"instance of",
"has edition or translation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P747 wd:Q2551624 . ?sbj wdt:P31 wd:Q290378 }
|
lcquad2-12813
|
Where did they live in Neuilly - sur - Seine?
|
[
"Paris"
] |
{
"entities": [
"Q90",
"Q48958",
"Q106443"
],
"relations": [
"P47",
"P551"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Paris",
"Neuilly-sur-Seine",
"Annie Girardot"
],
"relation_labels": [
"shares border with",
"residence"
]
}
|
SELECT ?answer WHERE { wd:Q106443 wdt:P551 ?answer . ?answer wdt:P47 wd:Q48958}
|
lcquad2-14729
|
What is Dead Prez's music's favorite player?
|
[
"Malcolm X"
] |
{
"entities": [
"Q43303",
"Q1180841",
"Q5245353"
],
"relations": [
"P737",
"P175"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Malcolm X",
"dead prez",
"Dead Prez discography"
],
"relation_labels": [
"influenced by",
"performer"
]
}
|
SELECT ?answer WHERE { wd:Q5245353 wdt:P175 ?X . ?X wdt:P737 ?answer}
|
lcquad2-16163
|
What item is made with the Twitter API?
|
[
"Periscope"
] |
{
"entities": [
"Q54935352",
"Q1390577",
"Q19687076"
],
"relations": [
"P178",
"P1056"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Twitter API",
"Twitter, Inc.",
"Periscope"
],
"relation_labels": [
"developer",
"product or material produced"
]
}
|
SELECT ?answer WHERE { wd:Q54935352 wdt:P178 ?X . ?X wdt:P1056 ?answer}
|
lcquad2-15245
|
Who is the chairman of Winston Field?
|
[
"Ian Douglas Smith"
] |
{
"entities": [
"Q313424",
"Q1543039",
"Q1185174"
],
"relations": [
"P102",
"P488"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Ian Douglas Smith",
"Winston Field",
"Rhodesian Front"
],
"relation_labels": [
"member of political party",
"chairperson"
]
}
|
SELECT ?answer WHERE { wd:Q1543039 wdt:P102 ?X . ?X wdt:P488 ?answer}
|
lcquad2-13005
|
What is the proportionate of Bad habit Chief naval officer that has the NATO code for review OF-8?
|
[
"vizeadmiral"
] |
{
"entities": [
"Q18536831",
"Q19254761",
"Q214443"
],
"relations": [
"P1611",
"P460"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"OF-8",
"vizeadmiral",
"vice admiral"
],
"relation_labels": [
"NATO code for grade",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q214443 wdt:P460 ?answer . ?answer wdt:P1611 wd:Q18536831}
|
lcquad2-13359
|
Title the commune of Iguacu Falls, which contains Janiopolis?
|
[
"Paraná"
] |
{
"entities": [
"Q15499",
"Q36332",
"Q1803564"
],
"relations": [
"P150",
"P131"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Paraná",
"Iguaçu Falls",
"Janiópolis"
],
"relation_labels": [
"contains the administrative territorial entity",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q36332 wdt:P131 ?answer . ?answer wdt:P150 wd:Q1803564}
|
lcquad2-23694
|
Let me know barometrical optical marvel whose title has the word subsun in it.
|
[
"subsun"
] |
{
"entities": [
"Q3075732",
"Q29564129"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"subsun",
"atmospheric optical phenomenon"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q29564129 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'subsun')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22037
|
A member of which political party is Mariano Rajoy in Spain?
|
[
"People's Party"
] |
{
"entities": [
"Q185088",
"Q10819",
"Q6065085"
],
"relations": [
"P102",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"People's Party",
"Mariano Rajoy",
"political party in Spain"
],
"relation_labels": [
"member of political party",
"instance of"
]
}
|
select distinct ?obj where { wd:Q10819 wdt:P102 ?obj . ?obj wdt:P31 wd:Q6065085 }
|
lcquad2-20973
|
Is Kuala Lumpur Malaysia's state
|
[
"Selangor"
] |
{
"entities": [
"Q189710",
"Q15063586",
"Q1865"
],
"relations": [
"P31",
"P501"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Selangor",
"states of Malaysia",
"Kuala Lumpur"
],
"relation_labels": [
"instance of",
"enclave within"
]
}
|
select distinct ?obj where { wd:Q1865 wdt:P501 ?obj . ?obj wdt:P31 wd:Q15063586 }
|
lcquad2-20255
|
Phil Hartman has what improvisational theatre for affiliation?
|
[
"The Groundlings"
] |
{
"entities": [
"Q16000351",
"Q1140700",
"Q366834"
],
"relations": [
"P31",
"P1416"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"The Groundlings",
"improvisational theatre",
"Phil Hartman"
],
"relation_labels": [
"instance of",
"affiliation"
]
}
|
select distinct ?obj where { wd:Q366834 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q1140700 }
|
lcquad2-16882
|
Richard Dawkins informed what advisor?
|
[
"John Hajnal"
] |
{
"entities": [
"Q15451",
"Q44461",
"Q1979030"
],
"relations": [
"P184",
"P737"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"W. D. Hamilton",
"Richard Dawkins",
"John Hajnal"
],
"relation_labels": [
"doctoral advisor",
"influenced by"
]
}
|
SELECT ?answer WHERE { wd:Q44461 wdt:P737 ?X . ?X wdt:P184 ?answer}
|
lcquad2-21933
|
Which alphabet is used by ancient Greek?
|
[
"Greek alphabet"
] |
{
"entities": [
"Q8216",
"Q9779",
"Q35497"
],
"relations": [
"P282",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Greek alphabet",
"alphabet",
"Ancient Greek"
],
"relation_labels": [
"writing system",
"instance of"
]
}
|
select distinct ?obj where { wd:Q35497 wdt:P282 ?obj . ?obj wdt:P31 wd:Q9779 }
|
lcquad2-21694
|
Which is the trade for which the chief official officer is Warren Buffett?
|
[
"Berkshire Hathaway"
] |
{
"entities": [
"Q4830453",
"Q47213",
"Q217583"
],
"relations": [
"P31",
"P169"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"business",
"Warren Buffett",
"Berkshire Hathaway"
],
"relation_labels": [
"instance of",
"chief executive officer"
]
}
|
select distinct ?sbj where { ?sbj wdt:P169 wd:Q47213 . ?sbj wdt:P31 wd:Q4830453 }
|
lcquad2-15725
|
What is {child of} of {has brother} of {Cao Hua} ?
|
[
"Cao Cao"
] |
{
"entities": [
"Q8252909",
"Q204077",
"Q10323203"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Cao Hua",
"Cao Cao",
"Cao Zishang"
],
"relation_labels": [
"sibling",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q8252909 wdt:P3373 ?X . ?X wdt:P22 ?answer}
|
lcquad2-13640
|
Who is the namesake of the Rutherford mannequin whose doctoral scholar is David Shoenberg?
|
[
"Ernest Rutherford"
] |
{
"entities": [
"Q1176634",
"Q275411",
"Q9123"
],
"relations": [
"P185",
"P138"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"David Shoenberg",
"Rutherford model",
"Ernest Rutherford"
],
"relation_labels": [
"doctoral student",
"named after"
]
}
|
SELECT ?answer WHERE { wd:Q275411 wdt:P138 ?answer . ?answer wdt:P185 wd:Q1176634}
|
lcquad2-21351
|
What is the Urdu dialect book?
|
[
"Tareekh Ummat e Muslima"
] |
{
"entities": [
"Q97324683",
"Q571",
"Q1617"
],
"relations": [
"P31",
"P407"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Tareekh Ummat e Muslima",
"book",
"Urdu"
],
"relation_labels": [
"instance of",
"language of work or name"
]
}
|
select distinct ?sbj where { ?sbj wdt:P407 wd:Q1617 . ?sbj wdt:P31 wd:Q571 }
|
lcquad2-22016
|
What is the book related with the Society of Jesus?
|
[
"Woodstock Letters"
] |
{
"entities": [
"Q61393791",
"Q36380",
"Q1002697"
],
"relations": [
"P31",
"P123"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Woodstock Letters",
"Society of Jesus",
"periodical"
],
"relation_labels": [
"instance of",
"publisher"
]
}
|
select distinct ?sbj where { ?sbj wdt:P123 wd:Q36380 . ?sbj wdt:P31 wd:Q1002697 }
|
lcquad2-15351
|
Where did the noteworthy works of Giannino Castiglioni take put?
|
[
"Borgo Villa"
] |
{
"entities": [
"Q113110602",
"Q111903051",
"Q1122412"
],
"relations": [
"P276",
"P800"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Landscape from the view of Villa Natoli",
"Borgo Villa",
"Giannino Castiglioni"
],
"relation_labels": [
"location",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q1122412 wdt:P800 ?X . ?X wdt:P276 ?answer}
|
lcquad2-10136
|
Who killed Achilles?
|
[
"Greek mythology",
"Paris"
] |
{
"entities": [
"Q34726",
"Q41746",
"Q167646"
],
"relations": [
"P157",
"P1049"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Greek mythology",
"Achilles",
"Paris"
],
"relation_labels": [
"killed by",
"worshipped by"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q41746 wdt:P157 ?ans_1 . wd:Q41746 wdt:P1049 ?ans_2 }
|
lcquad2-20625
|
Who may be a relative to Tokugawa Ieyasu ?
|
[
"Mate-hime"
] |
{
"entities": [
"Q171977",
"Q5",
"Q10345259"
],
"relations": [
"P1038",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Tokugawa Ieyasu",
"human",
"Mate-hime"
],
"relation_labels": [
"relative",
"instance of"
]
}
|
select distinct ?obj where { wd:Q171977 wdt:P1038 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-21355
|
Give me the name of Allahabad's district capital?
|
[
"Allahabad district"
] |
{
"entities": [
"Q1149652",
"Q1773426",
"Q162442"
],
"relations": [
"P1376",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"district of India",
"Allahabad district",
"Allahabad"
],
"relation_labels": [
"capital of",
"instance of"
]
}
|
select distinct ?obj where { wd:Q162442 wdt:P1376 ?obj . ?obj wdt:P31 wd:Q1149652 }
|
lcquad2-19679
|
In the association of football, what are the professions?
|
[
"association football player"
] |
{
"entities": [
"Q2736",
"Q937857",
"Q28640"
],
"relations": [
"P31",
"P425"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"association football",
"association football player",
"profession"
],
"relation_labels": [
"instance of",
"field of this occupation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P425 wd:Q2736 . ?sbj wdt:P31 wd:Q28640 }
|
lcquad2-12238
|
What could be a Christian title of Kate Hudson, that's the same as Katarzyna?
|
[
"Kate"
] |
{
"entities": [
"Q1735678",
"Q169946",
"Q17318005"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Kate",
"Kate Hudson",
"Katarzyna"
],
"relation_labels": [
"given name",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q169946 wdt:P735 ?answer . ?answer wdt:P460 wd:Q17318005}
|
lcquad2-17626
|
Which is distributed within the arrangement of Shin Megami Tensei: Demon Survivor?
|
[
"TurboGrafx-16"
] |
{
"entities": [
"Q1068300",
"Q1057377",
"Q945187"
],
"relations": [
"P179",
"P400"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Megami Tensei",
"TurboGrafx-16",
"Shin Megami Tensei: Devil Survivor"
],
"relation_labels": [
"part of the series",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q945187 wdt:P179 ?X . ?X wdt:P400 ?answer}
|
lcquad2-22390
|
What is the lingo of the Hebrew religion?
|
[
"Samaritan Hebrew"
] |
{
"entities": [
"Q9288",
"Q33384",
"Q56502"
],
"relations": [
"P31",
"P4913"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Hebrew",
"dialect",
"Samaritan Hebrew"
],
"relation_labels": [
"instance of",
"dialect of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P4913 wd:Q9288 . ?sbj wdt:P31 wd:Q33384 }
|
lcquad2-14717
|
Give me the names of those with diplomatic relation in Brazil.
|
[
"Ribeira Grande"
] |
{
"entities": [
"Q1355642",
"Q155",
"Q1011"
],
"relations": [
"P150",
"P530"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Ribeira Grande",
"Brazil",
"Cape Verde"
],
"relation_labels": [
"contains the administrative territorial entity",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q155 wdt:P530 ?X . ?X wdt:P150 ?answer}
|
lcquad2-22798
|
What is the title of the scholarly diary in the field of correspondence?
|
[
"Ghana Library Journal"
] |
{
"entities": [
"Q68086946",
"Q737498",
"Q11024"
],
"relations": [
"P101",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Ghana Library Journal",
"academic journal",
"communication"
],
"relation_labels": [
"field of work",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P101 wd:Q11024 . ?sbj wdt:P31 wd:Q737498 }
|
lcquad2-23429
|
TELL ME CONTROVERSY WHOSE NAME HAS THE WORD MISCEGENATION IN IT.
|
[
"miscegenation"
] |
{
"entities": [
"Q2090033",
"Q1255828"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"miscegenation",
"controversy"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1255828 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'miscegenation')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-19875
|
The Calif Inst of Technology uses what astronomical observatory?
|
[
"Palomar Mountain Observatory"
] |
{
"entities": [
"Q161562",
"Q1254933",
"Q191684"
],
"relations": [
"P31",
"P137"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"California Institute of Technology",
"astronomical observatory",
"Palomar Mountain Observatory"
],
"relation_labels": [
"instance of",
"operator"
]
}
|
select distinct ?sbj where { ?sbj wdt:P137 wd:Q161562 . ?sbj wdt:P31 wd:Q1254933 }
|
lcquad2-25557
|
Which is the galaxy that starts with letter 'U' in Andromedia?
|
[
"UGC 1813"
] |
{
"entities": [
"Q9256",
"Q9364004",
"Q2488"
],
"relations": [
"P31",
"P59"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Andromeda",
"UGC 1813",
"spiral galaxy"
],
"relation_labels": [
"instance of",
"constellation"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2488 . ?sbj wdt:P59 wd:Q9256 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23336
|
Title a national economy that contains the word " economy" in its name
|
[
"economy of New Zealand"
] |
{
"entities": [
"Q956630",
"Q6456916"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"economy of New Zealand",
"national economy"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6456916 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'economy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15682
|
What is successor of String Quintet in E major, Op.11, No.5? many children are out of school within the Center East?
|
[
"C-flat major"
] |
{
"entities": [
"Q1125102",
"Q7623961",
"Q1056662"
],
"relations": [
"P156",
"P826"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"E major",
"String Quintet in E major",
"C-flat major"
],
"relation_labels": [
"followed by",
"tonality"
]
}
|
SELECT ?answer WHERE { wd:Q7623961 wdt:P826 ?X . ?X wdt:P156 ?answer}
|
lcquad2-12472
|
What are the belligerents within the American Progressive War, who have isolated into Cantabria?
|
[
"Spain"
] |
{
"entities": [
"Q29",
"Q3946",
"Q40949"
],
"relations": [
"P150",
"P710"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Spain",
"Cantabria",
"American Revolutionary War"
],
"relation_labels": [
"contains the administrative territorial entity",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q40949 wdt:P710 ?answer . ?answer wdt:P150 wd:Q3946}
|
lcquad2-10040
|
Who is Werner Heisenberg's doctoral student?
|
[
"Viktor Alexander Garten",
"Arnold Sommerfeld"
] |
{
"entities": [
"Q40904",
"Q77078",
"Q102242466"
],
"relations": [
"P184",
"P185"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Werner Heisenberg",
"Arnold Sommerfeld",
"Viktor Alexander Garten"
],
"relation_labels": [
"doctoral advisor",
"doctoral student"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q40904 wdt:P185 ?ans_1 . wd:Q40904 wdt:P184 ?ans_2 }
|
lcquad2-14077
|
Able to talk Ukrainian, what is Taras Shevchenko popular for?
|
[
"Kobzar"
] |
{
"entities": [
"Q134958",
"Q2658157",
"Q8798"
],
"relations": [
"P407",
"P800"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Taras Shevchenko",
"Kobzar",
"Ukrainian"
],
"relation_labels": [
"language of work or name",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q134958 wdt:P800 ?answer . ?answer wdt:P407 wd:Q8798}
|
lcquad2-9907
|
What drugs and treatments to you take for cerebral palsy?
|
[
"botulinum toxin type A",
"tenotomy"
] |
{
"entities": [
"Q4095199",
"Q210427",
"Q7700585"
],
"relations": [
"P2176",
"P924"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"botulinum toxin type A",
"cerebral palsy",
"tenotomy"
],
"relation_labels": [
"drug or therapy used for treatment",
"possible treatment"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q210427 wdt:P924 ?ans_1 . wd:Q210427 wdt:P2176 ?ans_2 }
|
lcquad2-23824
|
Let me know occasion grouping whose title has the word wikidach in it.
|
[
"WikiDACH"
] |
{
"entities": [
"Q45291815",
"Q15900616"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"WikiDACH",
"event sequence"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15900616 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wikidach')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15049
|
What are the names of the contesting divisions in "Clash of Champions"?
|
[
"Theodore Long"
] |
{
"entities": [
"Q1051055",
"Q18754",
"Q27827075"
],
"relations": [
"P199",
"P161"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Theodore Long",
"WWE Monday Night RAW",
"WWE Clash of Champions"
],
"relation_labels": [
"business division",
"cast member"
]
}
|
SELECT ?answer WHERE { wd:Q27827075 wdt:P199 ?X . ?X wdt:P161 ?answer}
|
lcquad2-21054
|
Title the assignment being held responsible by John Jay whereas being as the Joined together states ambassador
|
[
"United States Ambassador to Spain"
] |
{
"entities": [
"Q15726790",
"Q310847",
"Q1837668"
],
"relations": [
"P31",
"P39"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"ambassador of the United States of America",
"John Jay",
"United States Ambassador to Spain"
],
"relation_labels": [
"instance of",
"position held"
]
}
|
select distinct ?obj where { wd:Q310847 wdt:P39 ?obj . ?obj wdt:P31 wd:Q15726790 }
|
lcquad2-24727
|
What is a unit of SI Base starting with the letter s.
|
[
"second"
] |
{
"entities": [
"Q11574",
"Q223662"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"second",
"SI base unit"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223662 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15323
|
What significance did the sons of Richard Wilhelm have?
|
[
"I Ching"
] |
{
"entities": [
"Q91414",
"Q62126",
"Q181937"
],
"relations": [
"P40",
"P800"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Hellmut Wilhelm",
"Richard Wilhelm",
"I Ching"
],
"relation_labels": [
"child",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q62126 wdt:P40 ?X . ?X wdt:P800 ?answer}
|
lcquad2-14300
|
In which town is Beechland Beach located?
|
[
"Mainz"
] |
{
"entities": [
"Q43668",
"Q4879659",
"Q1720"
],
"relations": [
"P190",
"P131"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Louisville",
"Beechland Beach",
"Mainz"
],
"relation_labels": [
"twinned administrative body",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q4879659 wdt:P131 ?X . ?X wdt:P190 ?answer}
|
lcquad2-12497
|
Which part of The Smiths begins from a put that includes a sister town named Córdoba?
|
[
"Manchester"
] |
{
"entities": [
"Q18125",
"Q5818",
"Q180598"
],
"relations": [
"P190",
"P740"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Manchester",
"Córdoba",
"The Smiths"
],
"relation_labels": [
"twinned administrative body",
"location of formation"
]
}
|
SELECT ?answer WHERE { wd:Q180598 wdt:P740 ?answer . ?answer wdt:P190 wd:Q5818}
|
lcquad2-22585
|
What book has accounts and is in Ancient English?
|
[
"Lindisfarne Gospels"
] |
{
"entities": [
"Q690851",
"Q42365",
"Q80935"
],
"relations": [
"P31",
"P407"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"Gospel Book",
"Old English",
"Lindisfarne Gospels"
],
"relation_labels": [
"instance of",
"language of work or name"
]
}
|
select distinct ?sbj where { ?sbj wdt:P407 wd:Q42365 . ?sbj wdt:P31 wd:Q690851 }
|
lcquad2-17415
|
Which is {terminating connection location} of {terminating connection} of {Nagano Prefectural Road Route 395} ?
|
[
"Nagano"
] |
{
"entities": [
"Q11654639",
"Q11654640",
"Q128849"
],
"relations": [
"P559",
"P609"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Nagano Prefectural Road Route 394",
"Nagano Prefectural Road Route 395",
"Nagano"
],
"relation_labels": [
"terminus",
"terminus location"
]
}
|
SELECT ?answer WHERE { wd:Q11654640 wdt:P559 ?X . ?X wdt:P609 ?answer}
|
lcquad2-22824
|
Is the electric dipole diminutive of formic destructive rise to to 1.692?
|
[
"Hasbro"
] |
{
"entities": [
"Q501476",
"Q4830453",
"Q1071312"
],
"relations": [
"P31",
"P176"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Hasbro",
"business",
"My Little Pony"
],
"relation_labels": [
"instance of",
"manufacturer"
]
}
|
select distinct ?obj where { wd:Q1071312 wdt:P176 ?obj . ?obj wdt:P31 wd:Q4830453 }
|
lcquad2-20858
|
What is the chemical structure of polypropylene?
|
[
"propylene"
] |
{
"entities": [
"Q146174",
"Q151324",
"Q11173"
],
"relations": [
"P31",
"P4600"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"polypropylene",
"propylene",
"chemical compound"
],
"relation_labels": [
"instance of",
"polymer of"
]
}
|
select distinct ?obj where { wd:Q146174 wdt:P4600 ?obj . ?obj wdt:P31 wd:Q11173 }
|
lcquad2-22748
|
What is the current issue of Rolling Stone magazine?
|
[
"Rolling Stone"
] |
{
"entities": [
"Q33511",
"Q41298",
"Q39081978"
],
"relations": [
"P31",
"P747"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Rolling Stone",
"magazine",
"Rolling Stone"
],
"relation_labels": [
"instance of",
"has edition or translation"
]
}
|
select distinct ?obj where { wd:Q33511 wdt:P747 ?obj . ?obj wdt:P31 wd:Q41298 }
|
lcquad2-13492
|
The Magic Flute is music composed by which artist, who has a mother named Anna Maria Mozart?
|
[
"Wolfgang Amadeus Mozart"
] |
{
"entities": [
"Q5064",
"Q167981",
"Q254"
],
"relations": [
"P25",
"P86"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The Magic Flute",
"Anna Maria Mozart",
"Wolfgang Amadeus Mozart"
],
"relation_labels": [
"mother",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q5064 wdt:P86 ?answer . ?answer wdt:P25 wd:Q167981}
|
lcquad2-12119
|
What is the parent company of British Aviation routes that employments AMOS?
|
[
"dba"
] |
{
"entities": [
"Q265102",
"Q8766",
"Q38911792"
],
"relations": [
"P2283",
"P355"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"dba",
"British Airways",
"AMOS"
],
"relation_labels": [
"uses",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q8766 wdt:P355 ?answer . ?answer wdt:P2283 wd:Q38911792}
|
lcquad2-24289
|
Which renowned military offensive operation begins with letter O?
|
[
"Operation Green Hunt"
] |
{
"entities": [
"Q7097093",
"Q2001676"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Operation Green Hunt",
"military offensive"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2001676 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16651
|
WHEN DID THE SPALDEEN Built up AND BUILT?
|
[
"Albert Goodwill Spalding"
] |
{
"entities": [
"Q1272299",
"Q2555271",
"Q7572957"
],
"relations": [
"P112",
"P176"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Albert Goodwill Spalding",
"Spalding",
"Spaldeen"
],
"relation_labels": [
"founded by",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q7572957 wdt:P176 ?X . ?X wdt:P112 ?answer}
|
lcquad2-17701
|
What summit is Rio Bravo filmed at?
|
[
"Humphreys Peak"
] |
{
"entities": [
"Q1008351",
"Q1239004",
"Q816"
],
"relations": [
"P915",
"P610"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Rio Bravo",
"Humphreys Peak",
"Arizona"
],
"relation_labels": [
"filming location",
"highest point"
]
}
|
SELECT ?answer WHERE { wd:Q1008351 wdt:P915 ?X . ?X wdt:P610 ?answer}
|
lcquad2-24999
|
Which railroad line that connects with Novosibirsk and which includes the phrase railway in their name
|
[
"Trans-Siberian railway"
] |
{
"entities": [
"Q58767",
"Q728937",
"Q883"
],
"relations": [
"P2789",
"P31"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Trans-Siberian railway",
"railway line",
"Novosibirsk"
],
"relation_labels": [
"connects with",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q728937 . ?sbj wdt:P2789 wd:Q883 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'railway')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24186
|
What is the title of a predominate planet that begins with the letter p.
|
[
"Pluto"
] |
{
"entities": [
"Q339",
"Q2199"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Pluto",
"dwarf planet"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2199 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15838
|
The nominee leader for the Heiress is who?
|
[
"Parasite"
] |
{
"entities": [
"Q102427",
"Q1141493",
"Q61448040"
],
"relations": [
"P1411",
"P1346"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Academy Award for Best Picture",
"The Heiress",
"Parasite"
],
"relation_labels": [
"nominated for",
"winner"
]
}
|
SELECT ?answer WHERE { wd:Q1141493 wdt:P1411 ?X . ?X wdt:P1346 ?answer}
|
lcquad2-11794
|
What is the line of action of a strip joint, who has the understanding of being a stripper?
|
[
"striptease"
] |
{
"entities": [
"Q1141526",
"Q152213",
"Q6586445"
],
"relations": [
"P452",
"P3095"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"stripper",
"striptease",
"strip club"
],
"relation_labels": [
"industry",
"practiced by"
]
}
|
SELECT ?answer WHERE { wd:Q6586445 wdt:P452 ?answer . ?answer wdt:P3095 wd:Q1141526}
|
lcquad2-17216
|
Who are the representatives of WIlliam Blackstone?
|
[
"Category:Academics of the University of Oxford"
] |
{
"entities": [
"Q34433",
"Q7996581",
"Q332449"
],
"relations": [
"P108",
"P4195"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"University of Oxford",
"Category:Academics of the University of Oxford",
"William Blackstone"
],
"relation_labels": [
"employer",
"category for employees of the organization"
]
}
|
SELECT ?answer WHERE { wd:Q332449 wdt:P108 ?X . ?X wdt:P4195 ?answer}
|
lcquad2-19690
|
Verizon uses which customer service management tool?
|
[
"GTE"
] |
{
"entities": [
"Q467752",
"Q6881511",
"Q3759492"
],
"relations": [
"P156",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Verizon",
"enterprise",
"GTE"
],
"relation_labels": [
"followed by",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P156 wd:Q467752 . ?sbj wdt:P31 wd:Q6881511 }
|
lcquad2-16084
|
what is the patron saint work of Gavan Herlihy
|
[
"Leonard of Port Maurice"
] |
{
"entities": [
"Q119289",
"Q5527992",
"Q131512"
],
"relations": [
"P106",
"P417"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Leonard of Port Maurice",
"Gavan Herlihy",
"farmer"
],
"relation_labels": [
"occupation",
"patron saint"
]
}
|
SELECT ?answer WHERE { wd:Q5527992 wdt:P106 ?X . ?X wdt:P417 ?answer}
|
lcquad2-16814
|
Say the platform license of FIFA
|
[
"proprietary license"
] |
{
"entities": [
"Q326704",
"Q1406",
"Q3238057"
],
"relations": [
"P275",
"P400"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"FIFA",
"Microsoft Windows",
"proprietary license"
],
"relation_labels": [
"copyright license",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q326704 wdt:P400 ?X . ?X wdt:P275 ?answer}
|
lcquad2-17857
|
What are the sorts of the official dialect of Turkic Khaganate ?
|
[
"agglutinative language"
] |
{
"entities": [
"Q15146034",
"Q171263",
"Q34988"
],
"relations": [
"P37",
"P4132"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Turkic Khaganate",
"agglutinative language",
"Old Turkic"
],
"relation_labels": [
"official language",
"linguistic typology"
]
}
|
SELECT ?answer WHERE { wd:Q15146034 wdt:P37 ?X . ?X wdt:P4132 ?answer}
|
lcquad2-14788
|
What is the letter set of the dialect of expression by Nicholas Biddle?
|
[
"English orthography"
] |
{
"entities": [
"Q2580098",
"Q1860",
"Q3491268"
],
"relations": [
"P282",
"P1412"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Nicholas Biddle",
"English",
"English orthography"
],
"relation_labels": [
"writing system",
"languages spoken, written or signed"
]
}
|
SELECT ?answer WHERE { wd:Q2580098 wdt:P1412 ?X . ?X wdt:P282 ?answer}
|
lcquad2-23272
|
Which cricket form includes the term "kilikit" in its name?
|
[
"kilikiti"
] |
{
"entities": [
"Q3291258",
"Q5470256"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"kilikiti",
"form of cricket"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5470256 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'kilikiti')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23547
|
What gravitational-wave locator contains the word "virgo" in its title?
|
[
"Virgo"
] |
{
"entities": [
"Q2302080",
"Q2063130"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"gravitational-wave detector",
"Virgo"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2302080 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'virgo')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21046
|
Which is the college building for the area of the base camp of College College London?
|
[
"UCL Main Building"
] |
{
"entities": [
"Q19844914",
"Q193196",
"Q7864083"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"university building",
"University College London",
"UCL Main Building"
],
"relation_labels": [
"instance of",
"headquarters location"
]
}
|
select distinct ?obj where { wd:Q193196 wdt:P159 ?obj . ?obj wdt:P31 wd:Q19844914 }
|
lcquad2-10195
|
What team does Dwayne Wade play for and what position?
|
[
"Chicago Bulls",
"point guard"
] |
{
"entities": [
"Q31683",
"Q212413",
"Q128109"
],
"relations": [
"P54",
"P413"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Dwyane Wade",
"point guard",
"Chicago Bulls"
],
"relation_labels": [
"member of sports team",
"position played on team / speciality"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q31683 wdt:P54 ?ans_1 . wd:Q31683 wdt:P413 ?ans_2 }
|
lcquad2-17690
|
Identify the shape composition of textile objects
|
[
"cylinder"
] |
{
"entities": [
"Q28823",
"Q161",
"Q34132"
],
"relations": [
"P1419",
"P186"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"textile",
"fiber",
"cylinder"
],
"relation_labels": [
"shape",
"made from material"
]
}
|
SELECT ?answer WHERE { wd:Q28823 wdt:P186 ?X . ?X wdt:P1419 ?answer}
|
lcquad2-16860
|
In men and women, what type of work studies the effects of acute total body resistance exercise on hormonal and cytokine changes?
|
[
"preventive medicine"
] |
{
"entities": [
"Q53550791",
"Q1773974",
"Q15761776"
],
"relations": [
"P101",
"P1433"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Effects of acute total body resistance exercise on hormonal and cytokines changes in men and women.",
"preventive medicine",
"Journal of Sports Medicine and Physical Fitness"
],
"relation_labels": [
"field of work",
"published in"
]
}
|
SELECT ?answer WHERE { wd:Q53550791 wdt:P1433 ?X . ?X wdt:P101 ?answer}
|
lcquad2-25497
|
Title a space observatory that begins with letter J
|
[
"James Webb Space Telescope"
] |
{
"entities": [
"Q180046",
"Q186447",
"Q148578"
],
"relations": [
"P3712",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"space exploration",
"James Webb Space Telescope",
"space observatory"
],
"relation_labels": [
"has goal",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q148578 . ?sbj wdt:P3712 wd:Q180046 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'j')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25513
|
inform me version, edition, or translation that edition or translation of Bible begins with s
|
[
"Sacred Scriptures Bethel Edition"
] |
{
"entities": [
"Q1845",
"Q7397312",
"Q3331189"
],
"relations": [
"P629",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Bible",
"Sacred Scriptures Bethel Edition",
"version, edition, or translation"
],
"relation_labels": [
"edition or translation of",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3331189 . ?sbj wdt:P629 wd:Q1845 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-10033
|
Who studied under Pope Francis, and what degree do they have?
|
[
"Doctor of Theology",
"Carlos Aldunate Lyon"
] |
{
"entities": [
"Q450675",
"Q1233889",
"Q30331476"
],
"relations": [
"P512",
"P1066"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Pope Francis",
"Doctor of Theology",
"Carlos Aldunate Lyon"
],
"relation_labels": [
"academic degree",
"student of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q450675 wdt:P512 ?ans_1 . wd:Q450675 wdt:P1066 ?ans_2 }
|
lcquad2-21401
|
Which line for family of Joseon
|
[
"House of Yi"
] |
{
"entities": [
"Q28179",
"Q626937",
"Q164950"
],
"relations": [
"P31",
"P53"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Joseon",
"House of Yi",
"dynasty"
],
"relation_labels": [
"instance of",
"family"
]
}
|
select distinct ?obj where { wd:Q28179 wdt:P53 ?obj . ?obj wdt:P31 wd:Q164950 }
|
lcquad2-23090
|
What could be a combine of enantiomers that contains the word trimethylpentane contained in its name.
|
[
"2,2,3-trimethylpentane"
] |
{
"entities": [
"Q55662747",
"Q2813762"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"pair of enantiomers",
"2,2,3-trimethylpentane"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q55662747 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trimethylpentane')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13575
|
Text After:
"Who is the musical score in Symphony No. 9, that graduated from the University of Music and Performing Arts in Vienna?"
|
[
"Franz Schubert"
] |
{
"entities": [
"Q686522",
"Q7312",
"Q511538"
],
"relations": [
"P86",
"P69"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"University of Music and Performing Arts Vienna",
"Franz Schubert",
"Symphony No. 9"
],
"relation_labels": [
"composer",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q511538 wdt:P86 ?answer . ?answer wdt:P69 wd:Q686522}
|
lcquad2-13814
|
"Who is {craftsman} of {Astounding Elegance}, whose {Christian title} is {Whitney} ?"
|
[
"Whitney Houston"
] |
{
"entities": [
"Q210211",
"Q34389",
"Q13583399"
],
"relations": [
"P175",
"P735"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Amazing Grace",
"Whitney Houston",
"Whitney"
],
"relation_labels": [
"performer",
"given name"
]
}
|
SELECT ?answer WHERE { wd:Q210211 wdt:P175 ?answer . ?answer wdt:P735 wd:Q13583399}
|
lcquad2-23922
|
What monotypical taxon contains in its name the word "trogloraptoridae"
|
[
"Trogloraptoridae"
] |
{
"entities": [
"Q12051",
"Q310890"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Trogloraptoridae",
"monotypic taxon"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q310890 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trogloraptoridae')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17015
|
Anthony Giddens and Barron Giddens look at who as a role model?
|
[
"structuralism"
] |
{
"entities": [
"Q220008",
"Q128126",
"Q179168"
],
"relations": [
"P101",
"P737"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Anthony Giddens, Baron Giddens",
"Claude Lévi-Strauss",
"structuralism"
],
"relation_labels": [
"field of work",
"influenced by"
]
}
|
SELECT ?answer WHERE { wd:Q220008 wdt:P737 ?X . ?X wdt:P101 ?answer}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.