id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-24229
|
which calling begins with s
|
[
"scholar of British studies"
] |
{
"entities": [
"Q96185705",
"Q28640"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"scholar of British studies",
"profession"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28640 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23284
|
Disclose me constellation whose name has the word volans in it.
|
[
"Volans"
] |
{
"entities": [
"Q10437",
"Q8928"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Volans",
"constellation"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8928 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'volans')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16397
|
What sudden impact does the weight gain cause?
|
[
"overweight"
] |
{
"entities": [
"Q332428",
"Q718113",
"Q3403879"
],
"relations": [
"P1536",
"P461"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"overweight",
"weight loss",
"weight gain"
],
"relation_labels": [
"immediate cause of",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q718113 wdt:P461 ?X . ?X wdt:P1536 ?answer}
|
lcquad2-20949
|
Which portray portrays the Scriptural Magi?
|
[
"Bladelin Triptych"
] |
{
"entities": [
"Q3305213",
"Q51671",
"Q881025"
],
"relations": [
"P31",
"P180"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"painting",
"biblical Magi",
"Bladelin Triptych"
],
"relation_labels": [
"instance of",
"depicts"
]
}
|
select distinct ?sbj where { ?sbj wdt:P180 wd:Q51671 . ?sbj wdt:P31 wd:Q3305213 }
|
lcquad2-12942
|
"What is the title after of Doppler impact whose surname is Doppler?
|
[
"Christian Doppler"
] |
{
"entities": [
"Q76436",
"Q84284",
"Q16869634"
],
"relations": [
"P138",
"P734"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Doppler effect",
"Christian Doppler",
"Doppler"
],
"relation_labels": [
"named after",
"family name"
]
}
|
SELECT ?answer WHERE { wd:Q76436 wdt:P138 ?answer . ?answer wdt:P734 wd:Q16869634}
|
lcquad2-15003
|
Who are the girls of Straight to the point Crean?
|
[
"Melbourne High School"
] |
{
"entities": [
"Q6811796",
"Q444481",
"Q1400580"
],
"relations": [
"P40",
"P69"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Melbourne High School",
"Frank Crean",
"Simon Crean"
],
"relation_labels": [
"child",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q444481 wdt:P40 ?X . ?X wdt:P69 ?answer}
|
lcquad2-19705
|
What is the capital in the place where Francisco Pizarro died?
|
[
"Lima"
] |
{
"entities": [
"Q2868",
"Q5119",
"Q44741"
],
"relations": [
"P31",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Lima",
"capital city",
"Francisco Pizarro"
],
"relation_labels": [
"instance of",
"place of death"
]
}
|
select distinct ?obj where { wd:Q44741 wdt:P20 ?obj . ?obj wdt:P31 wd:Q5119 }
|
lcquad2-21254
|
Who was the individual that was the father of Zaha Hadid?
|
[
"Mohammed Ali Haded"
] |
{
"entities": [
"Q5",
"Q47780",
"Q6893108"
],
"relations": [
"P31",
"P22"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"human",
"Zaha Hadid",
"Mohammed Ali Haded"
],
"relation_labels": [
"instance of",
"father"
]
}
|
select distinct ?obj where { wd:Q47780 wdt:P22 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-9975
|
What political party is Tim Allen and what's his country of citizenship?
|
[
"Republican Party",
"United States of America"
] |
{
"entities": [
"Q29468",
"Q208408",
"Q30"
],
"relations": [
"P102",
"P27"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Republican Party",
"Tim Allen",
"United States of America"
],
"relation_labels": [
"member of political party",
"country of citizenship"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q208408 wdt:P102 ?ans_1 . wd:Q208408 wdt:P27 ?ans_2 }
|
lcquad2-14933
|
What body of water is home to the Indian reserve of Thalang?
|
[
"Andaman Sea"
] |
{
"entities": [
"Q182565",
"Q47632",
"Q476875"
],
"relations": [
"P206",
"P131"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Phuket",
"Andaman Sea",
"Thalang"
],
"relation_labels": [
"located in or next to body of water",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q476875 wdt:P131 ?X . ?X wdt:P206 ?answer}
|
lcquad2-12776
|
What is the antonym of creationism that has triggered genetic drift?
|
[
"evolution"
] |
{
"entities": [
"Q486420",
"Q130352",
"Q1063"
],
"relations": [
"P461",
"P828"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"genetic drift",
"creationism",
"evolution"
],
"relation_labels": [
"opposite of",
"has cause"
]
}
|
SELECT ?answer WHERE { wd:Q130352 wdt:P461 ?answer . ?answer wdt:P828 wd:Q486420}
|
lcquad2-9836
|
What is Ricky Martin's sexual preference?
|
[
"homosexuality",
"male"
] |
{
"entities": [
"Q128799",
"Q6581097",
"Q6636"
],
"relations": [
"P21",
"P91"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Ricky Martin",
"male",
"homosexuality"
],
"relation_labels": [
"sex or gender",
"sexual orientation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q128799 wdt:P91 ?ans_1 . wd:Q128799 wdt:P21 ?ans_2 }
|
lcquad2-20672
|
Who is the pioneer of the Muslim Brotherhood?
|
[
"Radi al-Salaymeh"
] |
{
"entities": [
"Q99428380",
"Q5",
"Q133207"
],
"relations": [
"P102",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Radi al-Salaymeh",
"human",
"Society of the Muslim Brothers"
],
"relation_labels": [
"member of political party",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P102 wd:Q133207 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-16352
|
Who gave the {sister or brother} of {teleplay by} of {Alice's Eatery} ?
|
[
"Irving Penn"
] |
{
"entities": [
"Q41136",
"Q318604",
"Q1779938"
],
"relations": [
"P3373",
"P58"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Arthur Penn",
"Irving Penn",
"Alice's Restaurant"
],
"relation_labels": [
"sibling",
"screenwriter"
]
}
|
SELECT ?answer WHERE { wd:Q1779938 wdt:P58 ?X . ?X wdt:P3373 ?answer}
|
lcquad2-15617
|
How is the sigil of Weesperkarspel painted?
|
[
"field"
] |
{
"entities": [
"Q634194",
"Q29787438",
"Q372254"
],
"relations": [
"P180",
"P237"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Weesperkarspel",
"first coat of arms of Weesperkarspel",
"field"
],
"relation_labels": [
"depicts",
"coat of arms"
]
}
|
SELECT ?answer WHERE { wd:Q634194 wdt:P237 ?X . ?X wdt:P180 ?answer}
|
lcquad2-22655
|
Which is the chronicled nation for the political connection of the Footrest Empire?
|
[
"Ukrainian People's Republic"
] |
{
"entities": [
"Q3024240",
"Q12560",
"Q243610"
],
"relations": [
"P31",
"P530"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"historical country",
"Ottoman Empire",
"Ukrainian People's Republic"
],
"relation_labels": [
"instance of",
"diplomatic relation"
]
}
|
select distinct ?obj where { wd:Q12560 wdt:P530 ?obj . ?obj wdt:P31 wd:Q3024240 }
|
lcquad2-14516
|
What is the sister of the Johanna of Castile's child?
|
[
"Joanna of Aragon, Queen of Naples"
] |
{
"entities": [
"Q1077646",
"Q171136",
"Q12860"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Joanna of Aragon, Queen of Naples",
"Juana I of Castile",
"Ferdinand II of Aragon"
],
"relation_labels": [
"sibling",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q171136 wdt:P22 ?X . ?X wdt:P3373 ?answer}
|
lcquad2-16575
|
Who is the office working shareholder at Mongstad Control Station?
|
[
"SEAS-NVE"
] |
{
"entities": [
"Q6899813",
"Q1241260",
"Q12334259"
],
"relations": [
"P127",
"P137"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Mongstad Power Station",
"Ørsted",
"SEAS-NVE"
],
"relation_labels": [
"owned by",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q6899813 wdt:P137 ?X . ?X wdt:P127 ?answer}
|
lcquad2-16622
|
What is group of college gone to the Daniela Georgieva ?
|
[
"United Methodist Church"
] |
{
"entities": [
"Q329646",
"Q438928",
"Q5061424"
],
"relations": [
"P140",
"P69"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"United Methodist Church",
"Daniela Georgieva",
"Central Methodist University"
],
"relation_labels": [
"religion or worldview",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q438928 wdt:P69 ?X . ?X wdt:P140 ?answer}
|
lcquad2-24826
|
Name the fictionals that begin with W.
|
[
"Whitewater Duck"
] |
{
"entities": [
"Q4131294",
"Q3247351"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Whitewater Duck",
"fictional duck"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3247351 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23768
|
Tell me a psychoactive medicine whose name contains the word opium.
|
[
"opium"
] |
{
"entities": [
"Q3706669",
"Q46452"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"psychoactive drug",
"opium"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3706669 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'opium')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16537
|
WHICH IS THE Pro OF THE Portion OF WORK OF COMPARISON OF QUANTUM Speck BIODISTRIBUTION WITH A BLOOD Stream Restricted PHYSIOLOGICALLY BASED PHARMACEOKINETIC MODEL?
|
[
"nanotechnology"
] |
{
"entities": [
"Q44875957",
"Q787913",
"Q11468"
],
"relations": [
"P101",
"P1433"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Comparison of quantum dot biodistribution with a blood-flow-limited physiologically based pharmacokinetic model.",
"Nano Letters",
"nanotechnology"
],
"relation_labels": [
"field of work",
"published in"
]
}
|
SELECT ?answer WHERE { wd:Q44875957 wdt:P1433 ?X . ?X wdt:P101 ?answer}
|
lcquad2-21226
|
What kind of current has the Ottoman Empire been using?
|
[
"sultani"
] |
{
"entities": [
"Q188416",
"Q8142",
"Q12560"
],
"relations": [
"P31",
"P38"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"sultani",
"currency",
"Ottoman Empire"
],
"relation_labels": [
"instance of",
"currency"
]
}
|
select distinct ?obj where { wd:Q12560 wdt:P38 ?obj . ?obj wdt:P31 wd:Q8142 }
|
lcquad2-15450
|
Ryan Rossiter's put of birth is another to what?
|
[
"Linden"
] |
{
"entities": [
"Q18432",
"Q7384474",
"Q1004712"
],
"relations": [
"P19",
"P47"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Staten Island",
"Ryan Rossiter",
"Linden"
],
"relation_labels": [
"place of birth",
"shares border with"
]
}
|
SELECT ?answer WHERE { wd:Q7384474 wdt:P19 ?X . ?X wdt:P47 ?answer}
|
lcquad2-16287
|
Where does Signe Krarup's companion work?
|
[
"FHM"
] |
{
"entities": [
"Q32998719",
"Q33083234",
"Q157015"
],
"relations": [
"P26",
"P937"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Søren Baastrup",
"Signe Krarup",
"FHM"
],
"relation_labels": [
"spouse",
"work location"
]
}
|
SELECT ?answer WHERE { wd:Q33083234 wdt:P26 ?X . ?X wdt:P937 ?answer}
|
lcquad2-15883
|
Which is adjacent to sports country of Haile Grebrselassie?
|
[
"Somalia"
] |
{
"entities": [
"Q171500",
"Q1045",
"Q115"
],
"relations": [
"P47",
"P1532"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Haile Gebrselassie",
"Somalia",
"Ethiopia"
],
"relation_labels": [
"shares border with",
"country for sport"
]
}
|
SELECT ?answer WHERE { wd:Q171500 wdt:P1532 ?X . ?X wdt:P47 ?answer}
|
lcquad2-14470
|
What is the records behind the location the place A Chorus Line was said to originate?
|
[
"history of the United States"
] |
{
"entities": [
"Q131110",
"Q189427",
"Q30"
],
"relations": [
"P495",
"P2184"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"history of the United States",
"A Chorus Line",
"United States of America"
],
"relation_labels": [
"country of origin",
"history of topic"
]
}
|
SELECT ?answer WHERE { wd:Q189427 wdt:P495 ?X . ?X wdt:P2184 ?answer}
|
lcquad2-16705
|
What is signs kill strategy of Vittorio De Sica?
|
[
"dyspnea"
] |
{
"entities": [
"Q53004",
"Q188008",
"Q47912"
],
"relations": [
"P509",
"P780"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Vittorio De Sica",
"dyspnea",
"lung cancer"
],
"relation_labels": [
"cause of death",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q53004 wdt:P509 ?X . ?X wdt:P780 ?answer}
|
lcquad2-25449
|
what is computer demonstrate collection by gallery of cutting edge craftsmanship conjointly which begins with letter m
|
[
"Macintosh Color Classic"
] |
{
"entities": [
"Q965936",
"Q55990535",
"Q188740"
],
"relations": [
"P31",
"P195"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Macintosh Color Classic",
"computer model",
"Museum of Modern Art"
],
"relation_labels": [
"instance of",
"collection"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q55990535 . ?sbj wdt:P195 wd:Q188740 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-11818
|
Which head quarters of Miss International is subsequent to Chiba Prefecture?
|
[
"Tokyo"
] |
{
"entities": [
"Q1490",
"Q80011",
"Q475660"
],
"relations": [
"P47",
"P159"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Tokyo",
"Chiba Prefecture",
"Miss International"
],
"relation_labels": [
"shares border with",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q475660 wdt:P159 ?answer . ?answer wdt:P47 wd:Q80011}
|
lcquad2-16049
|
Let me know the history of Texas which towns are separated of this nation.
|
[
"Bailey County"
] |
{
"entities": [
"Q1439",
"Q107973",
"Q1149383"
],
"relations": [
"P1269",
"P150"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Texas",
"Bailey County",
"history of Texas"
],
"relation_labels": [
"facet of",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q1149383 wdt:P1269 ?X . ?X wdt:P150 ?answer}
|
lcquad2-17584
|
What is the timeline of point of the space of Meton of Athens ?
|
[
"history of astronomy"
] |
{
"entities": [
"Q50056",
"Q333",
"Q261909"
],
"relations": [
"P101",
"P2184"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"history of astronomy",
"astronomy",
"Meton of Athens"
],
"relation_labels": [
"field of work",
"history of topic"
]
}
|
SELECT ?answer WHERE { wd:Q261909 wdt:P101 ?X . ?X wdt:P2184 ?answer}
|
lcquad2-21673
|
Who could be a relative of Ellen DeGeneres?
|
[
"Thomas Fairfax"
] |
{
"entities": [
"Q5",
"Q7789497",
"Q483325"
],
"relations": [
"P1038",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Thomas Fairfax",
"Ellen DeGeneres"
],
"relation_labels": [
"relative",
"instance of"
]
}
|
select distinct ?obj where { wd:Q483325 wdt:P1038 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-15878
|
Which continent was accused of being behind the Siege of Constantinople (717-718)?
|
[
"Africa"
] |
{
"entities": [
"Q15",
"Q27900",
"Q12544"
],
"relations": [
"P30",
"P710"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Africa",
"Siege of Constantinople (717-718)",
"Byzantine Empire"
],
"relation_labels": [
"continent",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q27900 wdt:P710 ?X . ?X wdt:P30 ?answer}
|
lcquad2-16507
|
Which is NATO code for grade of the public office for Jebe?
|
[
"OF-9"
] |
{
"entities": [
"Q18536832",
"Q83460",
"Q1346632"
],
"relations": [
"P1611",
"P39"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"OF-9",
"general",
"Jebe"
],
"relation_labels": [
"NATO code for grade",
"position held"
]
}
|
SELECT ?answer WHERE { wd:Q1346632 wdt:P39 ?X . ?X wdt:P1611 ?answer}
|
lcquad2-17459
|
WHERE IS THE SCULPTURE OF SUNFLOWERS CREATED
|
[
"Antwerp"
] |
{
"entities": [
"Q157541",
"Q5582",
"Q12892"
],
"relations": [
"P170",
"P937"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Sunflowers",
"Vincent van Gogh",
"Antwerp"
],
"relation_labels": [
"creator",
"work location"
]
}
|
SELECT ?answer WHERE { wd:Q157541 wdt:P170 ?X . ?X wdt:P937 ?answer}
|
lcquad2-13306
|
Who are the authors of WWE and they are the precursors of Stephanie McMahon?
|
[
"Jess McMahon"
] |
{
"entities": [
"Q2030356",
"Q842633",
"Q35339"
],
"relations": [
"P112",
"P1038"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Jess McMahon",
"Stephanie McMahon",
"WWE"
],
"relation_labels": [
"founded by",
"relative"
]
}
|
SELECT ?answer WHERE { wd:Q35339 wdt:P112 ?answer . ?answer wdt:P1038 wd:Q842633}
|
lcquad2-12477
|
"Who isn't same as Alexander III of Russia, whose tomb is Archbasilica of St. John Lateran?"
|
[
"Alexander III"
] |
{
"entities": [
"Q84090",
"Q120180",
"Q160116"
],
"relations": [
"P119",
"P1889"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Archbasilica of St. John Lateran",
"Alexander III of Russia",
"Alexander III"
],
"relation_labels": [
"place of burial",
"different from"
]
}
|
SELECT ?answer WHERE { wd:Q120180 wdt:P1889 ?answer . ?answer wdt:P119 wd:Q84090}
|
lcquad2-16492
|
Tell me the identify of the sickness dealt with with salicylic acid?
|
[
"formaldehyde"
] |
{
"entities": [
"Q18554021",
"Q161210",
"Q193572"
],
"relations": [
"P2175",
"P2176"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"common wart",
"formaldehyde",
"salicylic acid"
],
"relation_labels": [
"medical condition treated",
"drug or therapy used for treatment"
]
}
|
SELECT ?answer WHERE { wd:Q193572 wdt:P2175 ?X . ?X wdt:P2176 ?answer}
|
lcquad2-17014
|
Which country in in the border with Lefkanda?
|
[
"Albania"
] |
{
"entities": [
"Q190138",
"Q37495",
"Q222"
],
"relations": [
"P206",
"P205"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Lefkada",
"Ionian Sea",
"Albania"
],
"relation_labels": [
"located in or next to body of water",
"basin country"
]
}
|
SELECT ?answer WHERE { wd:Q190138 wdt:P206 ?X . ?X wdt:P205 ?answer}
|
lcquad2-24262
|
What modern devout development begins with the letter "s"?
|
[
"spiritualism"
] |
{
"entities": [
"Q829348",
"Q477544"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"spiritualism",
"new religious movement"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q477544 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25591
|
Which infectious disease that afflicts liver and starts with letter H?
|
[
"hepatitis B"
] |
{
"entities": [
"Q9368",
"Q18123741",
"Q6853"
],
"relations": [
"P31",
"P689"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"liver",
"infectious disease",
"hepatitis B"
],
"relation_labels": [
"instance of",
"afflicts"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q18123741 . ?sbj wdt:P689 wd:Q9368 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12241
|
What sort of individuals live in Fresno, California's twin city?
|
[
"Fresno"
] |
{
"entities": [
"Q7118067",
"Q42807",
"Q43301"
],
"relations": [
"P190",
"P1792"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Category:People from Fresno, California",
"Nîmes",
"Fresno"
],
"relation_labels": [
"twinned administrative body",
"category of associated people"
]
}
|
SELECT ?answer WHERE { wd:Q42807 wdt:P190 ?answer . ?answer wdt:P1792 wd:Q7118067}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.