id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-22197
|
Which is the information robbery as a noteworthy occasion of Nicolas Sarkozy?
|
[
"Panama Papers"
] |
{
"entities": [
"Q5227362",
"Q329",
"Q23702848"
],
"relations": [
"P793",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"data theft",
"Nicolas Sarkozy",
"Panama Papers"
],
"relation_labels": [
"significant event",
"instance of"
]
}
|
select distinct ?obj where { wd:Q329 wdt:P793 ?obj . ?obj wdt:P31 wd:Q5227362 }
|
lcquad2-21528
|
Who is the {position} for {association coordinated from the office} of {NATO}
|
[
"Secretary General of NATO"
] |
{
"entities": [
"Q167662",
"Q7184",
"Q4164871"
],
"relations": [
"P31",
"P2389"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Secretary General of NATO",
"North Atlantic Treaty Organization",
"position"
],
"relation_labels": [
"instance of",
"organization directed by the office or position"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2389 wd:Q7184 . ?sbj wdt:P31 wd:Q4164871 }
|
lcquad2-25593
|
Which therapy is written by Sigmund Freud that starts with letter "p"?
|
[
"psychoanalysis"
] |
{
"entities": [
"Q41630",
"Q9215",
"Q179661"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"psychoanalysis",
"Sigmund Freud",
"treatment"
],
"relation_labels": [
"instance of",
"author"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q179661 . ?sbj wdt:P50 wd:Q9215 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24107
|
WHAT ARE THE BASEBALL LAGUE OF THE LETTER P
|
[
"Pioneer League"
] |
{
"entities": [
"Q870585",
"Q6631808"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Pioneer League",
"baseball league"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6631808 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-9516
|
Who birthed Achilles and who is Achilles married to?
|
[
"Deidamia",
"Thetis"
] |
{
"entities": [
"Q431387",
"Q41746",
"Q184437"
],
"relations": [
"P25",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Deidamia",
"Achilles",
"Thetis"
],
"relation_labels": [
"mother",
"spouse"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q41746 wdt:P25 ?ans_1 . wd:Q41746 wdt:P26 ?ans_2 }
|
lcquad2-22291
|
What economic union is for ASEAN?
|
[
"European Union"
] |
{
"entities": [
"Q3623811",
"Q458",
"Q7768"
],
"relations": [
"P31",
"P530"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"economic union",
"European Union",
"ASEAN"
],
"relation_labels": [
"instance of",
"diplomatic relation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P530 wd:Q7768 . ?sbj wdt:P31 wd:Q3623811 }
|
lcquad2-12132
|
What are the borders of the Ehime Prefecture, which can be subdivided into the Kita District?
|
[
"Kagawa Prefecture"
] |
{
"entities": [
"Q1155929",
"Q123376",
"Q161454"
],
"relations": [
"P150",
"P47"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Kita district",
"Ehime Prefecture",
"Kagawa Prefecture"
],
"relation_labels": [
"contains the administrative territorial entity",
"shares border with"
]
}
|
SELECT ?answer WHERE { wd:Q123376 wdt:P47 ?answer . ?answer wdt:P150 wd:Q1155929}
|
lcquad2-24827
|
Name the film studios that begin with alphabet Z.
|
[
"Zoo Licensing Act 1981"
] |
{
"entities": [
"Q820655",
"Q8074055"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"statute",
"Zoo Licensing Act 1981"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q820655 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12417
|
Give me the name of the confucianism founder kid Kong Li.
|
[
"Confucius"
] |
{
"entities": [
"Q4604",
"Q7240164",
"Q9581"
],
"relations": [
"P112",
"P40"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Confucius",
"Kong Li",
"Confucianism"
],
"relation_labels": [
"founded by",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q9581 wdt:P112 ?answer . ?answer wdt:P40 wd:Q7240164}
|
lcquad2-23989
|
What are the hypostasis which contains the word blessed in their name
|
[
"God the Holy Spirit"
] |
{
"entities": [
"Q651118",
"Q58646537"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"hypostasis",
"God the Holy Spirit"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q651118 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'holy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15409
|
What is John A. Hartford's place of death?
|
[
"Chrysler Building"
] |
{
"entities": [
"Q6219727",
"Q11274",
"Q16997793"
],
"relations": [
"P112",
"P20"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"John Augustine Hartford",
"Chrysler Building",
"John A. Hartford Foundation"
],
"relation_labels": [
"founded by",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q16997793 wdt:P112 ?X . ?X wdt:P20 ?answer}
|
lcquad2-16939
|
What is studied by the science that studies ocean chemistry?
|
[
"chemical oceanographer"
] |
{
"entities": [
"Q7076133",
"Q101541816",
"Q528130"
],
"relations": [
"P2579",
"P3095"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"ocean chemistry",
"chemical oceanographer",
"chemical oceanography"
],
"relation_labels": [
"studied by",
"practiced by"
]
}
|
SELECT ?answer WHERE { wd:Q7076133 wdt:P2579 ?X . ?X wdt:P3095 ?answer}
|
lcquad2-19814
|
What is Latin's conjugation class?
|
[
"Latin first conjugation"
] |
{
"entities": [
"Q53768605",
"Q53996674",
"Q397"
],
"relations": [
"P31",
"P5206"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Latin first conjugation",
"conjugation class",
"Latin"
],
"relation_labels": [
"instance of",
"has conjugation class"
]
}
|
select distinct ?obj where { wd:Q397 wdt:P5206 ?obj . ?obj wdt:P31 wd:Q53996674 }
|
lcquad2-9575
|
What on terrain feature is located on the HQ of Commonwealth_of_Independent_States?
|
[
"Eurasia",
"Minsk"
] |
{
"entities": [
"Q2280",
"Q5401",
"Q7779"
],
"relations": [
"P706",
"P159"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Minsk",
"Eurasia",
"Commonwealth of Independent States"
],
"relation_labels": [
"located in/on physical feature",
"headquarters location"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q7779 wdt:P159 ?ans_1 . wd:Q7779 wdt:P706 ?ans_2 }
|
lcquad2-24619
|
What may be a Hindu category that begins with the letter s.
|
[
"Shaktism"
] |
{
"entities": [
"Q849345",
"Q1318257"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Shaktism",
"Hindu denomination"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1318257 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12442
|
Is {discombobulation} a {indication} of {DDT} exposure?
|
[
"DDT exposure"
] |
{
"entities": [
"Q163648",
"Q10916362",
"Q21174131"
],
"relations": [
"P1542",
"P780"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"DDT",
"dizziness",
"DDT exposure"
],
"relation_labels": [
"has effect",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q163648 wdt:P1542 ?answer . ?answer wdt:P780 wd:Q10916362}
|
lcquad2-22120
|
What is the title for the office held by the Domain of Japan?
|
[
"Emperor of Japan"
] |
{
"entities": [
"Q208233",
"Q5737899",
"Q188712"
],
"relations": [
"P1906",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Emperor of Japan",
"hereditary title",
"Empire of Japan"
],
"relation_labels": [
"office held by head of state",
"instance of"
]
}
|
select distinct ?obj where { wd:Q188712 wdt:P1906 ?obj . ?obj wdt:P31 wd:Q5737899 }
|
lcquad2-13019
|
In what city, that is twinned with Ibadan, is Case Western Reserve University located?
|
[
"Cleveland"
] |
{
"entities": [
"Q183298",
"Q1047060",
"Q37320"
],
"relations": [
"P190",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Ibadan",
"Case Western Reserve University",
"Cleveland"
],
"relation_labels": [
"twinned administrative body",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q1047060 wdt:P159 ?answer . ?answer wdt:P190 wd:Q183298}
|
lcquad2-9498
|
When Ravi Shankar died, how and where did he die?
|
[
"San Diego",
"natural causes"
] |
{
"entities": [
"Q16552",
"Q103774",
"Q3739104"
],
"relations": [
"P1196",
"P20"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"San Diego",
"Ravi Shankar",
"natural causes"
],
"relation_labels": [
"manner of death",
"place of death"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q103774 wdt:P20 ?ans_1 . wd:Q103774 wdt:P1196 ?ans_2 }
|
lcquad2-25066
|
Name an archaeological artifact that contain the word "rosetta " in its name
|
[
"Rosetta Stone"
] |
{
"entities": [
"Q44170531",
"Q220659",
"Q48584"
],
"relations": [
"P31",
"P747"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Text from the Rosetta Stone",
"archaeological artifact",
"Rosetta Stone"
],
"relation_labels": [
"instance of",
"has edition or translation"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q220659 . ?sbj wdt:P747 wd:Q44170531 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'rosetta')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21868
|
Is the Sikkim coextensive with the voting demographic of the Raja Sabha?
|
[
"Sikkim"
] |
{
"entities": [
"Q1505",
"Q57156205",
"Q57156510"
],
"relations": [
"P31",
"P3403"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Sikkim",
"constituency of the Rajya Sabha",
"Sikkim"
],
"relation_labels": [
"instance of",
"coextensive with"
]
}
|
select distinct ?sbj where { ?sbj wdt:P3403 wd:Q1505 . ?sbj wdt:P31 wd:Q57156205 }
|
lcquad2-20134
|
What protein can interact with amphetamine?
|
[
"Trace amine associated receptor 1"
] |
{
"entities": [
"Q11071075",
"Q8054",
"Q179452"
],
"relations": [
"P31",
"P129"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Trace amine associated receptor 1",
"protein",
"DL-amphetamine"
],
"relation_labels": [
"instance of",
"physically interacts with"
]
}
|
select distinct ?obj where { wd:Q179452 wdt:P129 ?obj . ?obj wdt:P31 wd:Q8054 }
|
lcquad2-22260
|
Marc Zuckerberg is the CEO of what company?
|
[
"Meta Platforms"
] |
{
"entities": [
"Q4830453",
"Q380",
"Q36215"
],
"relations": [
"P31",
"P169"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"business",
"Meta Platforms",
"Mark Zuckerberg"
],
"relation_labels": [
"instance of",
"chief executive officer"
]
}
|
select distinct ?sbj where { ?sbj wdt:P169 wd:Q36215 . ?sbj wdt:P31 wd:Q4830453 }
|
lcquad2-23913
|
Let me know Open arrangement whose title has the words racial in it.
|
[
"racial segregation in the United States"
] |
{
"entities": [
"Q2652357",
"Q546113"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"racial segregation in the United States",
"public policy"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q546113 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'racial')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24570
|
What are the chronicled cruiser producer which begin with the letter W
|
[
"Wilkinson Sword"
] |
{
"entities": [
"Q15081032",
"Q653630"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"historical motorcycle manufacturer",
"Wilkinson Sword"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15081032 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21610
|
Quentin Tarantino is designated for which Brilliant Globe Grant ?
|
[
"Golden Globe Award for Best Screenplay"
] |
{
"entities": [
"Q1011547",
"Q849124",
"Q3772"
],
"relations": [
"P1411",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Golden Globe Award",
"Golden Globe Award for Best Screenplay",
"Quentin Tarantino"
],
"relation_labels": [
"nominated for",
"instance of"
]
}
|
select distinct ?obj where { wd:Q3772 wdt:P1411 ?obj . ?obj wdt:P31 wd:Q1011547 }
|
lcquad2-12817
|
What may be a conciliatory connection of El Salvador that's a part of NAFTA?
|
[
"Mexico"
] |
{
"entities": [
"Q792",
"Q96",
"Q181574"
],
"relations": [
"P463",
"P530"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"El Salvador",
"Mexico",
"North American Free Trade Agreement"
],
"relation_labels": [
"member of",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q792 wdt:P530 ?answer . ?answer wdt:P463 wd:Q181574}
|
lcquad2-13388
|
What is the {passing area} of {John Hancock}, which has the {sister city} of {Johannesburg}?
|
[
"London"
] |
{
"entities": [
"Q84",
"Q34647",
"Q6237556"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"London",
"Johannesburg",
"John Hancock"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q6237556 wdt:P20 ?answer . ?answer wdt:P190 wd:Q34647}
|
lcquad2-21378
|
What is the Italian region for Cardiff's sister administration?
|
[
"Bari"
] |
{
"entities": [
"Q3519",
"Q10690",
"Q747074"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Bari",
"Cardiff",
"comune of Italy"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
}
|
select distinct ?obj where { wd:Q10690 wdt:P190 ?obj . ?obj wdt:P31 wd:Q747074 }
|
lcquad2-24157
|
What mixture starts with "t"?
|
[
"trimix"
] |
{
"entities": [
"Q169336",
"Q901979"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"mixture",
"trimix"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q169336 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21727
|
Who was Paul von Hindenburg's spouse ?
|
[
"Gertrud Wilhelmine von Hindenburg"
] |
{
"entities": [
"Q87344",
"Q2667",
"Q5"
],
"relations": [
"P31",
"P26"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Gertrud Wilhelmine von Hindenburg",
"Paul von Hindenburg",
"human"
],
"relation_labels": [
"instance of",
"spouse"
]
}
|
select distinct ?obj where { wd:Q2667 wdt:P26 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-14119
|
Which sister town of Da Nang encompasses a district situate for Allegheny County?
|
[
"Pittsburgh"
] |
{
"entities": [
"Q25282",
"Q156291",
"Q1342"
],
"relations": [
"P1376",
"P190"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Da Nang",
"Allegheny County",
"Pittsburgh"
],
"relation_labels": [
"capital of",
"twinned administrative body"
]
}
|
SELECT ?answer WHERE { wd:Q25282 wdt:P190 ?answer . ?answer wdt:P1376 wd:Q156291}
|
lcquad2-22513
|
Which film was composed by screenwriter Sergei Eisenstein?
|
[
"Thunder over Mexico"
] |
{
"entities": [
"Q11424",
"Q3531637",
"Q8003"
],
"relations": [
"P58",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"film",
"Thunder over Mexico",
"Sergei Eisenstein"
],
"relation_labels": [
"screenwriter",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P58 wd:Q8003 . ?sbj wdt:P31 wd:Q11424 }
|
lcquad2-24932
|
Tell me the educational main which has economy research and incorporates the phrase economics in it is name?
|
[
"economics"
] |
{
"entities": [
"Q8134",
"Q4671286",
"Q159810"
],
"relations": [
"P31",
"P2578"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"economics",
"academic major",
"economy"
],
"relation_labels": [
"instance of",
"is the study of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4671286 . ?sbj wdt:P2578 wd:Q159810 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'economics')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17867
|
What is the timeline topic of the main topic of the fictional media list of military robots?
|
[
"history of robots"
] |
{
"entities": [
"Q4177396",
"Q6628550",
"Q11012"
],
"relations": [
"P2184",
"P360"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"history of robots",
"list of military robots in fictional media",
"robot"
],
"relation_labels": [
"history of topic",
"is a list of"
]
}
|
SELECT ?answer WHERE { wd:Q6628550 wdt:P360 ?X . ?X wdt:P2184 ?answer}
|
lcquad2-23147
|
Which rule that contains the word ätialprinzip in their name
|
[
"Ätialprinzip"
] |
{
"entities": [
"Q211364",
"Q257917"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"principle",
"Ätialprinzip"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q211364 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ätialprinzip')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13338
|
Who is the inventor of the Triangulum Galaxy who labored in the vicinity of astronomy?
|
[
"Charles Messier"
] |
{
"entities": [
"Q13724",
"Q333",
"Q14524"
],
"relations": [
"P101",
"P61"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Triangulum Galaxy",
"astronomy",
"Charles Messier"
],
"relation_labels": [
"field of work",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q13724 wdt:P61 ?answer . ?answer wdt:P101 wd:Q333}
|
lcquad2-24031
|
Give me a structure of cellular components that begins with an ' v ' alphabet.
|
[
"viral envelope"
] |
{
"entities": [
"Q5058355",
"Q994215"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"cellular component",
"viral envelope"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5058355 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23919
|
What liquid contains the word 'vinegar' in its name?
|
[
"vinegar"
] |
{
"entities": [
"Q906356",
"Q41354"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"aqueous solution",
"vinegar"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q906356 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'vinegar')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23136
|
Disclose me economic branch whose name has the word transport in it.
|
[
"pipeline transport"
] |
{
"entities": [
"Q268592",
"Q725864"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"industry",
"pipeline transport"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q268592 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'transport')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23884
|
Which legal order starts with the Sharia letter?
|
[
"sharia"
] |
{
"entities": [
"Q858700",
"Q482752"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"legal order",
"sharia"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q858700 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sharia')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23275
|
Let me know fallen blessed messenger whose title has the word zaqiel in it.
|
[
"Zaqiel"
] |
{
"entities": [
"Q581450",
"Q8066517"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"fallen angel",
"Zaqiel"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q581450 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zaqiel')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23292
|
REVEAL ME KETONE WHOSE NAME HAS THE WORD PENTANONE IN IT.
|
[
"2-[2-(4-Methyl-3-cyclohexen-1-yl)propyl]cyclopentanone"
] |
{
"entities": [
"Q62736035",
"Q170744"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"2-[2-(4-Methyl-3-cyclohexen-1-yl)propyl]cyclopentanone",
"ketone"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q170744 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'pentanone')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17066
|
The crew members of Phillipe Perrin's cosmonaut mission is what?
|
[
"Philippe Perrin"
] |
{
"entities": [
"Q1090911",
"Q1266359"
],
"relations": [
"P1029",
"P450"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"STS-111",
"Philippe Perrin"
],
"relation_labels": [
"crew member(s)",
"astronaut mission"
]
}
|
SELECT ?answer WHERE { wd:Q1266359 wdt:P450 ?X . ?X wdt:P1029 ?answer}
|
lcquad2-23585
|
Which item has the word zrzez in its name?
|
[
"Zrzez"
] |
{
"entities": [
"Q223557",
"Q9392077"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"physical object",
"Zrzez"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q223557 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zrzez')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16841
|
Who is Alkenes ' track publisher on Nickel - Catalyzed Coupling Reactions?
|
[
"International Union of Pure and Applied Chemistry"
] |
{
"entities": [
"Q2425378",
"Q35141061",
"Q33438"
],
"relations": [
"P1433",
"P123"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Pure and Applied Chemistry",
"Nickel-Catalyzed Coupling Reactions of Alkenes",
"International Union of Pure and Applied Chemistry"
],
"relation_labels": [
"published in",
"publisher"
]
}
|
SELECT ?answer WHERE { wd:Q35141061 wdt:P1433 ?X . ?X wdt:P123 ?answer}
|
lcquad2-17180
|
What could be a tributary of the Madeira River:
|
[
"Arabela River"
] |
{
"entities": [
"Q11202006",
"Q118251",
"Q3783"
],
"relations": [
"P403",
"P974"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Arabela River",
"Madeira River",
"Amazon"
],
"relation_labels": [
"mouth of the watercourse",
"tributary"
]
}
|
SELECT ?answer WHERE { wd:Q118251 wdt:P403 ?X . ?X wdt:P974 ?answer}
|
lcquad2-17045
|
In the Discourses of Politics, can you provide the name of the music series?
|
[
"Theodore Parker"
] |
{
"entities": [
"Q709002",
"Q24577368",
"Q24577534"
],
"relations": [
"P179",
"P136"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Theodore Parker",
"Discourses of Politics",
"The Collected Works of Theodore Parker"
],
"relation_labels": [
"part of the series",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q24577368 wdt:P179 ?X . ?X wdt:P136 ?answer}
|
lcquad2-21010
|
What undertaking is Hans Zimmer the chief of
|
[
"Remote Control Productions"
] |
{
"entities": [
"Q6881511",
"Q76364",
"Q1852854"
],
"relations": [
"P31",
"P1037"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"enterprise",
"Hans Zimmer",
"Remote Control Productions"
],
"relation_labels": [
"instance of",
"director / manager"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1037 wd:Q76364 . ?sbj wdt:P31 wd:Q6881511 }
|
lcquad2-12835
|
What is the audio language of A Dictionary of the English Language, which has grammatical gender of feminine?
|
[
"English"
] |
{
"entities": [
"Q1775415",
"Q1860",
"Q1210346"
],
"relations": [
"P5109",
"P407"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"feminine",
"English",
"A Dictionary of the English Language"
],
"relation_labels": [
"has grammatical gender",
"language of work or name"
]
}
|
SELECT ?answer WHERE { wd:Q1210346 wdt:P407 ?answer . ?answer wdt:P5109 wd:Q1775415}
|
lcquad2-20587
|
Which professional sport is involved in by Kristi Yamaguchi?
|
[
"Rudy Galindo"
] |
{
"entities": [
"Q237651",
"Q2001375",
"Q5"
],
"relations": [
"P31",
"P1327"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Kristi Yamaguchi",
"Rudy Galindo",
"human"
],
"relation_labels": [
"instance of",
"partner in business or sport"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1327 wd:Q237651 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-16863
|
What is the developer of the collateral descendant of winter?
|
[
"William Cowper"
] |
{
"entities": [
"Q315537",
"Q18546605",
"Q23693561"
],
"relations": [
"P1038",
"P88"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"William Cowper",
"John Johnson",
"Winter"
],
"relation_labels": [
"relative",
"commissioned by"
]
}
|
SELECT ?answer WHERE { wd:Q23693561 wdt:P88 ?X . ?X wdt:P1038 ?answer}
|
lcquad2-15332
|
What is Yukon's national flower?
|
[
"North American beaver"
] |
{
"entities": [
"Q81056",
"Q16",
"Q2009"
],
"relations": [
"P2238",
"P131"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"North American beaver",
"Canada",
"Yukon"
],
"relation_labels": [
"official symbol",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q2009 wdt:P131 ?X . ?X wdt:P2238 ?answer}
|
lcquad2-17776
|
Which is the { target } of the { COMINFIL } item?
|
[
"Bunchy Carter"
] |
{
"entities": [
"Q644439",
"Q1023998",
"Q1004932"
],
"relations": [
"P805",
"P533"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"COINTELPRO",
"COMINFIL",
"Bunchy Carter"
],
"relation_labels": [
"statement is subject of",
"target"
]
}
|
SELECT ?answer WHERE { wd:Q1023998 wdt:P805 ?X . ?X wdt:P533 ?answer}
|
lcquad2-9939
|
Name the place that's name is after the battle of Verdun.
|
[
"Verdun"
] |
{
"entities": [
"Q154748",
"Q130847"
],
"relations": [
"P276",
"P138"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
0
]
],
"entity_labels": [
"Verdun",
"Battle of Verdun"
],
"relation_labels": [
"location",
"named after"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q130847 wdt:P276 ?ans_1 . wd:Q130847 wdt:P138 ?ans_2 }
|
lcquad2-12364
|
Grande River
|
[
"El Paso"
] |
{
"entities": [
"Q26590",
"Q16562",
"Q108494"
],
"relations": [
"P1376",
"P190"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Ciudad Juárez",
"El Paso",
"El Paso County"
],
"relation_labels": [
"capital of",
"twinned administrative body"
]
}
|
SELECT ?answer WHERE { wd:Q26590 wdt:P190 ?answer . ?answer wdt:P1376 wd:Q108494}
|
lcquad2-14878
|
WHERE IS THE PAPAERS OF THE DAUGHTERS OF FREDERICK MARRYAT
|
[
"Beinecke Rare Book & Manuscript Library"
] |
{
"entities": [
"Q814779",
"Q467770",
"Q538620"
],
"relations": [
"P40",
"P485"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Beinecke Rare Book & Manuscript Library",
"Frederick Marryat",
"Florence Marryat"
],
"relation_labels": [
"child",
"archives at"
]
}
|
SELECT ?answer WHERE { wd:Q467770 wdt:P40 ?X . ?X wdt:P485 ?answer}
|
lcquad2-23595
|
Tell me cave whose name is contained in the word sesselfelsgrotte.
|
[
"Sesselfelsgrotte"
] |
{
"entities": [
"Q35509",
"Q1448908"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"cave",
"Sesselfelsgrotte"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q35509 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sesselfelsgrotte')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21764
|
Did Ulysses S. Grant's horse have a name?
|
[
"Cincinnati"
] |
{
"entities": [
"Q726",
"Q34836",
"Q5120208"
],
"relations": [
"P3091",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"horse",
"Ulysses S Grant",
"Cincinnati"
],
"relation_labels": [
"mount",
"instance of"
]
}
|
select distinct ?obj where { wd:Q34836 wdt:P3091 ?obj . ?obj wdt:P31 wd:Q726 }
|
lcquad2-17489
|
What is {attendee} in {struggle} of {Terse Badinski} ?
|
[
"Polish Armed Forces in the West"
] |
{
"entities": [
"Q151340",
"Q2574334",
"Q119879"
],
"relations": [
"P607",
"P710"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Battle of France",
"Curt Badinski",
"Polish Armed Forces in the West"
],
"relation_labels": [
"conflict",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q2574334 wdt:P607 ?X . ?X wdt:P710 ?answer}
|
lcquad2-13695
|
What's Joel Quenneville's first name?
|
[
"Joel"
] |
{
"entities": [
"Q1387131",
"Q588700",
"Q8229"
],
"relations": [
"P282",
"P735"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Joel Quenneville",
"Joel",
"Latin script"
],
"relation_labels": [
"writing system",
"given name"
]
}
|
SELECT ?answer WHERE { wd:Q1387131 wdt:P735 ?answer . ?answer wdt:P282 wd:Q8229}
|
lcquad2-10113
|
Where exactly does Hollywood end and what is the civic governing body?
|
[
"Los Feliz",
"Los Angeles"
] |
{
"entities": [
"Q65",
"Q34006",
"Q6682727"
],
"relations": [
"P131",
"P47"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Los Angeles",
"Hollywood",
"Los Feliz"
],
"relation_labels": [
"located in the administrative territorial entity",
"shares border with"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q34006 wdt:P47 ?ans_1 . wd:Q34006 wdt:P131 ?ans_2 }
|
lcquad2-10151
|
What's Julie Andrew's voice and blood type?
|
[
"B",
"soprano"
] |
{
"entities": [
"Q161819",
"Q19831454",
"Q30903"
],
"relations": [
"P412",
"P1853"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Julie Andrews",
"B",
"soprano"
],
"relation_labels": [
"voice type",
"blood type"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q161819 wdt:P1853 ?ans_1 . wd:Q161819 wdt:P412 ?ans_2 }
|
lcquad2-15300
|
What is the title of the city another to where Yue Fei died?
|
[
"Boston"
] |
{
"entities": [
"Q334398",
"Q4970",
"Q100"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Yue Fei",
"Hangzhou",
"Boston"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q334398 wdt:P20 ?X . ?X wdt:P190 ?answer}
|
lcquad2-25549
|
What is the safety classification and labelling of the occupational carcinogen that starts with "b"?
|
[
"benzene"
] |
{
"entities": [
"Q2005334",
"Q21074597",
"Q2270"
],
"relations": [
"P31",
"P4952"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Regulation (EC) No. 1272/2008",
"occupational carcinogen",
"benzene"
],
"relation_labels": [
"instance of",
"safety classification and labelling"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q21074597 . ?sbj wdt:P4952 wd:Q2005334 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23277
|
WHICH IS CLADE THAT CONTAINS THE WORD TETRAPHYTINA IN THEIR NAME
|
[
"Tetraphytina"
] |
{
"entities": [
"Q713623",
"Q48780770"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"clade",
"Tetraphytina"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q713623 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tetraphytina')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17592
|
Who is responsible for the T-3000 adaptation?
|
[
"shoplifting"
] |
{
"entities": [
"Q383906",
"Q376577",
"Q20648364"
],
"relations": [
"P1399",
"P144"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"shoplifting",
"John Connor",
"T-3000"
],
"relation_labels": [
"convicted of",
"based on"
]
}
|
SELECT ?answer WHERE { wd:Q20648364 wdt:P144 ?X . ?X wdt:P1399 ?answer}
|
lcquad2-17347
|
Who are the makers of the arrangement portion 818-jklpuzo?
|
[
"Lee Aronsohn"
] |
{
"entities": [
"Q189267",
"Q1811703",
"Q50191649"
],
"relations": [
"P179",
"P170"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Two and a Half Men",
"Lee Aronsohn",
"818-jklpuzo"
],
"relation_labels": [
"part of the series",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q50191649 wdt:P179 ?X . ?X wdt:P170 ?answer}
|
lcquad2-14427
|
What are the recorded work done amid Ramadan?
|
[
"2 Shawwal"
] |
{
"entities": [
"Q41662",
"Q4121948",
"Q464458"
],
"relations": [
"P156",
"P837"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Ramadan",
"2 Shawwal",
"Eid al-Fitr"
],
"relation_labels": [
"followed by",
"day in year for periodic occurrence"
]
}
|
SELECT ?answer WHERE { wd:Q41662 wdt:P156 ?X . ?X wdt:P837 ?answer}
|
lcquad2-12177
|
What is the antonym of richness - the therapeutic forte that centers on regenerative endocrinology and fruitlessness?
|
[
"infertility"
] |
{
"entities": [
"Q964401",
"Q179399",
"Q17145564"
],
"relations": [
"P461",
"P1995"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"fertility",
"infertility",
"reproductive endocrinology and infertility"
],
"relation_labels": [
"opposite of",
"health specialty"
]
}
|
SELECT ?answer WHERE { wd:Q964401 wdt:P461 ?answer . ?answer wdt:P1995 wd:Q17145564}
|
lcquad2-14490
|
Cape Cod has a place to which state, and tends towards which discretionary relation?
|
[
"Gabon"
] |
{
"entities": [
"Q1000",
"Q49152",
"Q30"
],
"relations": [
"P17",
"P530"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Gabon",
"Cape Cod",
"United States of America"
],
"relation_labels": [
"country",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q49152 wdt:P17 ?X . ?X wdt:P530 ?answer}
|
lcquad2-23701
|
Tell me heavy metallic band whose title has the phrase witchmaste in it.
|
[
"Witchmaster"
] |
{
"entities": [
"Q1449733",
"Q56816954"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Witchmaster",
"heavy metal band"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q56816954 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'witchmaster')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25331
|
Reveal me computer network protocol that edition or translation of Internet Protocol which starts with i
|
[
"IPv6"
] |
{
"entities": [
"Q15836568",
"Q8795",
"Q2551624"
],
"relations": [
"P629",
"P31"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"computer network protocol",
"Internet Protocol",
"IPv6"
],
"relation_labels": [
"edition or translation of",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15836568 . ?sbj wdt:P629 wd:Q8795 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'i')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16487
|
What is the time zone where the Fight of Defaces Los Angeles Visit is found?
|
[
"UTC+01:00"
] |
{
"entities": [
"Q6655",
"Q699262",
"Q228791"
],
"relations": [
"P421",
"P276"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"UTC+01:00",
"Battle of Mars-la-Tour",
"Mars-la-Tour"
],
"relation_labels": [
"located in time zone",
"location"
]
}
|
SELECT ?answer WHERE { wd:Q699262 wdt:P276 ?X . ?X wdt:P421 ?answer}
|
lcquad2-23868
|
Let me know paramedical forte whose title has the word treatment in it.
|
[
"enterostomal therapy"
] |
{
"entities": [
"Q952852",
"Q30109942"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"enterostomal therapy",
"paramedical speciality"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q30109942 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'therapy')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16181
|
At the Houston Downtown Aquarium, what do the zoo animals play with?
|
[
"Siegfried & Roy"
] |
{
"entities": [
"Q60806",
"Q5303351",
"Q643213"
],
"relations": [
"P1535",
"P1990"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Siegfried & Roy",
"Downtown Aquarium, Houston",
"white tiger"
],
"relation_labels": [
"used by",
"species kept"
]
}
|
SELECT ?answer WHERE { wd:Q5303351 wdt:P1990 ?X . ?X wdt:P1535 ?answer}
|
lcquad2-14167
|
Title the moment dialect of Toots Thielemans that has the typology of subject-verb-object.
|
[
"French"
] |
{
"entities": [
"Q651641",
"Q365567",
"Q150"
],
"relations": [
"P1412",
"P4132"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"subject–verb–object",
"Toots Thielemans",
"French"
],
"relation_labels": [
"languages spoken, written or signed",
"linguistic typology"
]
}
|
SELECT ?answer WHERE { wd:Q365567 wdt:P1412 ?answer . ?answer wdt:P4132 wd:Q651641}
|
lcquad2-16953
|
Which medicinal specialty is maintained by positive regulation of hypersensitivity?
|
[
"immunology"
] |
{
"entities": [
"Q21102285",
"Q5958765",
"Q101929"
],
"relations": [
"P128",
"P1995"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"positive regulation of hypersensitivity",
"hypersensitivity",
"immunology"
],
"relation_labels": [
"regulates (molecular biology)",
"health specialty"
]
}
|
SELECT ?answer WHERE { wd:Q21102285 wdt:P128 ?X . ?X wdt:P1995 ?answer}
|
lcquad2-24208
|
Reveal me the history of a country or state that starts with the letter h
|
[
"history of Poland (1945–1989)"
] |
{
"entities": [
"Q17544377",
"Q974251"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"history of a country or state",
"history of Poland (1945–1989)"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17544377 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24957
|
Let me know the security office of chairperson Yuri Andropov that contains the word kgb in it's title?
|
[
"KGB"
] |
{
"entities": [
"Q44071",
"Q3238445",
"Q80919"
],
"relations": [
"P31",
"P488"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Yuri Andropov",
"security agency",
"KGB"
],
"relation_labels": [
"instance of",
"chairperson"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3238445 . ?sbj wdt:P488 wd:Q44071 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'kgb')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16715
|
Who gave { rest } of { Arkadi Suvorov } to the { established by }?
|
[
"Patriarch Nikon of Moscow"
] |
{
"entities": [
"Q773979",
"Q4445142",
"Q379587"
],
"relations": [
"P112",
"P119"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"New Jerusalem Monastery",
"Arkadi Suvorov",
"Patriarch Nikon of Moscow"
],
"relation_labels": [
"founded by",
"place of burial"
]
}
|
SELECT ?answer WHERE { wd:Q4445142 wdt:P119 ?X . ?X wdt:P112 ?answer}
|
lcquad2-12482
|
What is the title of Alexander Blok's origin, that has Manchester as a sister city?
|
[
"Saint Petersburg"
] |
{
"entities": [
"Q18125",
"Q164765",
"Q656"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Manchester",
"Alexander Blok",
"Saint Petersburg"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q164765 wdt:P19 ?answer . ?answer wdt:P190 wd:Q18125}
|
lcquad2-12198
|
What is the twin city of Aichi Prefecture, which has boroughs within the Shire of Belfast?
|
[
"Victoria"
] |
{
"entities": [
"Q36687",
"Q80434",
"Q7498381"
],
"relations": [
"P190",
"P150"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Victoria",
"Aichi Prefecture",
"Shire of Belfast"
],
"relation_labels": [
"twinned administrative body",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q80434 wdt:P190 ?answer . ?answer wdt:P150 wd:Q7498381}
|
lcquad2-24525
|
Name a cat breed which starts with the letter t
|
[
"Traditional Persian"
] |
{
"entities": [
"Q43577",
"Q7832303"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"cat breed",
"Traditional Persian"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q43577 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24792
|
what is cherish divinity begins with the letter i
|
[
"Inanna"
] |
{
"entities": [
"Q1670614",
"Q272523"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"love deity",
"Inanna"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1670614 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'i')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21201
|
What is the title of the building complex that's the central command of the European Parliament?
|
[
"Seat of the European Parliament in Strasbourg"
] |
{
"entities": [
"Q1497364",
"Q8889",
"Q2423937"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"building complex",
"European Parliament",
"Seat of the European Parliament in Strasbourg"
],
"relation_labels": [
"instance of",
"headquarters location"
]
}
|
select distinct ?obj where { wd:Q8889 wdt:P159 ?obj . ?obj wdt:P31 wd:Q1497364 }
|
lcquad2-19954
|
Who manufactures SpaceX?
|
[
"Falcon 1 Flight 2"
] |
{
"entities": [
"Q5916",
"Q25451612",
"Q193701"
],
"relations": [
"P31",
"P176"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"spaceflight",
"Falcon 1 Flight 2",
"SpaceX"
],
"relation_labels": [
"instance of",
"manufacturer"
]
}
|
select distinct ?sbj where { ?sbj wdt:P176 wd:Q193701 . ?sbj wdt:P31 wd:Q5916 }
|
lcquad2-24420
|
What republic begins with the letter "z"?
|
[
"Zimbabwe"
] |
{
"entities": [
"Q954",
"Q7270"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zimbabwe",
"republic"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7270 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-19685
|
Historically, what country replaced the German Empire?
|
[
"Weimar Republic"
] |
{
"entities": [
"Q41304",
"Q43287",
"Q3024240"
],
"relations": [
"P31",
"P1365"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Weimar Republic",
"German Empire",
"historical country"
],
"relation_labels": [
"instance of",
"replaces"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1365 wd:Q43287 . ?sbj wdt:P31 wd:Q3024240 }
|
lcquad2-19983
|
What is the fictional setting for the Harry Potter series?
|
[
"Harry Potter universe"
] |
{
"entities": [
"Q5410773",
"Q559618",
"Q8337"
],
"relations": [
"P1445",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Harry Potter universe",
"fictional universe",
"Harry Potter"
],
"relation_labels": [
"fictional universe described in",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1445 wd:Q8337 . ?sbj wdt:P31 wd:Q559618 }
|
lcquad2-20113
|
What country is NASA a apart of?
|
[
"Administrator of NASA"
] |
{
"entities": [
"Q23548",
"Q358841",
"Q4164871"
],
"relations": [
"P31",
"P2389"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"Administrator of NASA",
"position"
],
"relation_labels": [
"instance of",
"organization directed by the office or position"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2389 wd:Q23548 . ?sbj wdt:P31 wd:Q4164871 }
|
lcquad2-23704
|
What are the ice hockey group which begin with the letter straubing
|
[
"Straubing Tigers"
] |
{
"entities": [
"Q4498974",
"Q707028"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"ice hockey team",
"Straubing Tigers"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4498974 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'straubing')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24669
|
What are the connection which begin with the letter u
|
[
"uncle"
] |
{
"entities": [
"Q171318",
"Q76557"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"kinship",
"uncle"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q171318 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14819
|
What is the graduating course of the performing artist Richy Guitar
|
[
"Georg Herwegh Gymnasium"
] |
{
"entities": [
"Q704593",
"Q1503398",
"Q2151518"
],
"relations": [
"P161",
"P69"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Farin Urlaub",
"Georg Herwegh Gymnasium",
"Richy Guitar"
],
"relation_labels": [
"cast member",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q2151518 wdt:P161 ?X . ?X wdt:P69 ?answer}
|
lcquad2-17289
|
What is the antonym of the sort of film of Freud, Scientist of the Mind?
|
[
"fiction"
] |
{
"entities": [
"Q213051",
"Q15070049",
"Q8253"
],
"relations": [
"P136",
"P461"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"nonfiction",
"Freud, Biologist of the Mind",
"fiction"
],
"relation_labels": [
"genre",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q15070049 wdt:P136 ?X . ?X wdt:P461 ?answer}
|
lcquad2-25052
|
Name a city that contains "milwaukee " in its name
|
[
"Milwaukee"
] |
{
"entities": [
"Q15221304",
"Q7440568",
"Q37836"
],
"relations": [
"P31",
"P237"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"first-class city",
"Seal of Milwaukee",
"Milwaukee"
],
"relation_labels": [
"instance of",
"coat of arms"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15221304 . ?sbj wdt:P237 wd:Q7440568 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'milwaukee')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14424
|
What position in office did W. Marvin Watson hold?
|
[
"Louis DeJoy"
] |
{
"entities": [
"Q1753094",
"Q93458941",
"Q366201"
],
"relations": [
"P1308",
"P39"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"United States Postmaster General",
"Louis DeJoy",
"W. Marvin Watson"
],
"relation_labels": [
"officeholder",
"position held"
]
}
|
SELECT ?answer WHERE { wd:Q366201 wdt:P39 ?X . ?X wdt:P1308 ?answer}
|
lcquad2-17446
|
What are the comes about of the item Whopper?
|
[
"Crispy Chicken (Burger King)"
] |
{
"entities": [
"Q177054",
"Q112654213",
"Q1135327"
],
"relations": [
"P1056",
"P176"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Burger King",
"Crispy Chicken (Burger King)",
"Whaoer"
],
"relation_labels": [
"product or material produced",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q1135327 wdt:P176 ?X . ?X wdt:P1056 ?answer}
|
lcquad2-21648
|
Who etched the Statue of Zeus at Olympia ?
|
[
"Phidias"
] |
{
"entities": [
"Q46239",
"Q5",
"Q177302"
],
"relations": [
"P31",
"P170"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Statue of Zeus at Olympia",
"human",
"Phidias"
],
"relation_labels": [
"instance of",
"creator"
]
}
|
select distinct ?obj where { wd:Q46239 wdt:P170 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-14601
|
What is The Check of Monte Cristo isolated Of Monte Cristo?
|
[
"Municipio III"
] |
{
"entities": [
"Q191838",
"Q220",
"Q16003470"
],
"relations": [
"P840",
"P150"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"The Count of Monte Cristo",
"Rome",
"Municipio III"
],
"relation_labels": [
"narrative location",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q191838 wdt:P840 ?X . ?X wdt:P150 ?answer}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.