id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-14969
|
Who has written part of the Julio's Balada de un dia?
|
[
"Federico García Lorca"
] |
{
"entities": [
"Q50217830",
"Q41408",
"Q19455586"
],
"relations": [
"P50",
"P1433"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Balada de un día de Julio",
"Federico García Lorca",
"Libro de poemas"
],
"relation_labels": [
"author",
"published in"
]
}
|
SELECT ?answer WHERE { wd:Q50217830 wdt:P1433 ?X . ?X wdt:P50 ?answer}
|
lcquad2-20550
|
What was the {national song of devotion} of {Hassock Empire}?
|
[
"Imperial anthems of the Ottoman Empire"
] |
{
"entities": [
"Q1192863",
"Q23691",
"Q12560"
],
"relations": [
"P31",
"P85"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Imperial anthems of the Ottoman Empire",
"national anthem",
"Ottoman Empire"
],
"relation_labels": [
"instance of",
"anthem"
]
}
|
select distinct ?obj where { wd:Q12560 wdt:P85 ?obj . ?obj wdt:P31 wd:Q23691 }
|
lcquad2-14511
|
What is the twin cities of the birth area of Betty Sun?
|
[
"Hamburg"
] |
{
"entities": [
"Q2547121",
"Q1055",
"Q8686"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Susan Sun",
"Hamburg",
"Shanghai"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q2547121 wdt:P19 ?X . ?X wdt:P190 ?answer}
|
lcquad2-22157
|
What is the total number of stars in the galaxy that contains the planet Jupiter?
|
[
"Sun"
] |
{
"entities": [
"Q319",
"Q525",
"Q3592493"
],
"relations": [
"P31",
"P398"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Jupiter",
"Sun",
"Population I star"
],
"relation_labels": [
"instance of",
"child astronomical body"
]
}
|
select distinct ?sbj where { ?sbj wdt:P398 wd:Q319 . ?sbj wdt:P31 wd:Q3592493 }
|
lcquad2-20715
|
WHo was Julia Roberts mother ?
|
[
"Hazel Patricia Moder"
] |
{
"entities": [
"Q23001105",
"Q5",
"Q40523"
],
"relations": [
"P25",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Hazel Patricia Moder",
"human",
"Julia Roberts"
],
"relation_labels": [
"mother",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P25 wd:Q40523 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-12829
|
Name the institution whose alumni in Austin is Samuel Taliaferro Rayburn?
|
[
"University of Texas at Austin"
] |
{
"entities": [
"Q49213",
"Q16559",
"Q1378052"
],
"relations": [
"P159",
"P69"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"University of Texas at Austin",
"Austin",
"Samuel Taliaferro Rayburn"
],
"relation_labels": [
"headquarters location",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q1378052 wdt:P69 ?answer . ?answer wdt:P159 wd:Q16559}
|
lcquad2-22850
|
who is the railroad bridge for another crossing upstream of London Bridge?
|
[
"Cannon Street Railway Bridge"
] |
{
"entities": [
"Q130206",
"Q1210334",
"Q278314"
],
"relations": [
"P31",
"P2673"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"London Bridge",
"railway bridge",
"Cannon Street Railway Bridge"
],
"relation_labels": [
"instance of",
"next crossing upstream"
]
}
|
select distinct ?obj where { wd:Q130206 wdt:P2673 ?obj . ?obj wdt:P31 wd:Q1210334 }
|
lcquad2-19911
|
does not apply
|
[
"mayor of Bilbao"
] |
{
"entities": [
"Q26700916",
"Q8692",
"Q4164871"
],
"relations": [
"P31",
"P1313"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"mayor of Bilbao",
"Bilbao",
"position"
],
"relation_labels": [
"instance of",
"office held by head of government"
]
}
|
select distinct ?obj where { wd:Q8692 wdt:P1313 ?obj . ?obj wdt:P31 wd:Q4164871 }
|
lcquad2-15548
|
which is the birth area of Harold C.Schonberg?
|
[
"Eric Adams"
] |
{
"entities": [
"Q5385992",
"Q2656164",
"Q60"
],
"relations": [
"P6",
"P19"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Eric Adams",
"Harold C. Schonberg",
"New York City"
],
"relation_labels": [
"head of government",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q2656164 wdt:P19 ?X . ?X wdt:P6 ?answer}
|
lcquad2-24793
|
let me know expressive dance title begins with the letter t
|
[
"The Times Are Racing"
] |
{
"entities": [
"Q15079786",
"Q98592858"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"ballet",
"The Times Are Racing"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15079786 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21491
|
What is the name of Scott Moir's sports partner?
|
[
"Tessa Virtue"
] |
{
"entities": [
"Q440940",
"Q5",
"Q233492"
],
"relations": [
"P31",
"P1327"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Scott Moir",
"human",
"Tessa Virtue"
],
"relation_labels": [
"instance of",
"partner in business or sport"
]
}
|
select distinct ?obj where { wd:Q440940 wdt:P1327 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-13997
|
What college, which incorporates the College of Michigan College of Drug store, did Edward Higgins White attend?
|
[
"University of Michigan"
] |
{
"entities": [
"Q7895755",
"Q216726",
"Q230492"
],
"relations": [
"P355",
"P69"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"University of Michigan College of Pharmacy",
"Ed White",
"University of Michigan"
],
"relation_labels": [
"has subsidiary",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q216726 wdt:P69 ?answer . ?answer wdt:P355 wd:Q7895755}
|
lcquad2-12591
|
What is the diplomatic relation of Cambodia whose countrywide anthem is Hatikvah?
|
[
"Israel"
] |
{
"entities": [
"Q424",
"Q130865",
"Q801"
],
"relations": [
"P85",
"P530"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Cambodia",
"Hatikvah",
"Israel"
],
"relation_labels": [
"anthem",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q424 wdt:P530 ?answer . ?answer wdt:P85 wd:Q130865}
|
lcquad2-17332
|
How is the yield of an vitality transformer measured?
|
[
"energy efficiency"
] |
{
"entities": [
"Q11271324",
"Q40643813",
"Q192704"
],
"relations": [
"P1542",
"P1880"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"energy transformation",
"energy transformer",
"energy efficiency"
],
"relation_labels": [
"has effect",
"measurement scale"
]
}
|
SELECT ?answer WHERE { wd:Q40643813 wdt:P1542 ?X . ?X wdt:P1880 ?answer}
|
lcquad2-22538
|
Who is the individual for the supporter holy person of Rome?
|
[
"Peter"
] |
{
"entities": [
"Q33923",
"Q220",
"Q5"
],
"relations": [
"P31",
"P417"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Peter",
"Rome",
"human"
],
"relation_labels": [
"instance of",
"patron saint"
]
}
|
select distinct ?obj where { wd:Q220 wdt:P417 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-13523
|
What is lady about Jan Karol Chodkiewicz, which is not the identical as a man?
|
[
"male"
] |
{
"entities": [
"Q540840",
"Q6581097",
"Q8441"
],
"relations": [
"P21",
"P1889"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Jan Karol Chodkiewicz",
"male",
"man"
],
"relation_labels": [
"sex or gender",
"different from"
]
}
|
SELECT ?answer WHERE { wd:Q540840 wdt:P21 ?answer . ?answer wdt:P1889 wd:Q8441}
|
lcquad2-9682
|
whos are the members of Nikita Khrushchev's political party?
|
[
"Central Committee of the Communist Party of the Soviet Union",
"Communist Party of the Soviet Union"
] |
{
"entities": [
"Q35314",
"Q79854",
"Q1971373"
],
"relations": [
"P102",
"P463"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Nikita Khrushchev",
"Communist Party of the Soviet Union",
"Central Committee of the Communist Party of the Soviet Union"
],
"relation_labels": [
"member of political party",
"member of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q35314 wdt:P102 ?ans_1 . wd:Q35314 wdt:P463 ?ans_2 }
|
lcquad2-14423
|
What momentous canvases did Michel de Montaigne create?
|
[
"Cain's Sons"
] |
{
"entities": [
"Q18180821",
"Q18147657",
"Q710530"
],
"relations": [
"P170",
"P800"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Michel de Montaigne",
"Cain's Sons",
"Paul Landowski"
],
"relation_labels": [
"creator",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q18180821 wdt:P170 ?X . ?X wdt:P800 ?answer}
|
lcquad2-25158
|
Which is the regression evaluation that is used with the aid of the logistic regression analysis and carries the word logistic in it's name?
|
[
"logistic regression model"
] |
{
"entities": [
"Q208042",
"Q1132755",
"Q30555529"
],
"relations": [
"P1535",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"regression analysis",
"logistic regression model",
"logistic regression analysis"
],
"relation_labels": [
"used by",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q208042 . ?sbj wdt:P1535 wd:Q30555529 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'logistic')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16947
|
Describe phosphine.
|
[
"restlessness"
] |
{
"entities": [
"Q10649843",
"Q207877",
"Q21175052"
],
"relations": [
"P1542",
"P780"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"restlessness",
"phosphine",
"phosphine exposure"
],
"relation_labels": [
"has effect",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q207877 wdt:P1542 ?X . ?X wdt:P780 ?answer}
|
lcquad2-16030
|
Name the architecture firm that is based in Saint Longinushe
|
[
"Carlo Maderno"
] |
{
"entities": [
"Q7401650",
"Q122328",
"Q12512"
],
"relations": [
"P84",
"P276"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Saint Longinus",
"Carlo Maderno",
"St. Peter's Basilica"
],
"relation_labels": [
"architect",
"location"
]
}
|
SELECT ?answer WHERE { wd:Q7401650 wdt:P276 ?X . ?X wdt:P84 ?answer}
|
lcquad2-23526
|
Disclose me mythical place whose name has the word youdu in it.
|
[
"Youdu"
] |
{
"entities": [
"Q24334893",
"Q23920"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"mythical place",
"Youdu"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q24334893 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'youdu')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21589
|
Ryan Giggs is a team captain for whom?
|
[
"United Kingdom national association football team"
] |
{
"entities": [
"Q918214",
"Q10524",
"Q6979593"
],
"relations": [
"P634",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"United Kingdom national association football team",
"Ryan Giggs",
"national association football team"
],
"relation_labels": [
"team captain",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P634 wd:Q10524 . ?sbj wdt:P31 wd:Q6979593 }
|
lcquad2-23092
|
What is the title of a fight that has the word attack in it.
|
[
"Siege of Fort Pitt"
] |
{
"entities": [
"Q977428",
"Q178561"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Siege of Fort Pitt",
"battle"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q178561 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'siege')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23093
|
What is an craftsmanship class that contains the word ōkubi in its name.
|
[
"Ōkubi-e"
] |
{
"entities": [
"Q3594027",
"Q1792379"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Ōkubi-e",
"art genre"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1792379 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ōkubi')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21548
|
In which nation can you discover the history of India?
|
[
"India"
] |
{
"entities": [
"Q6256",
"Q668",
"Q133136"
],
"relations": [
"P31",
"P2184"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"country",
"India",
"history of India"
],
"relation_labels": [
"instance of",
"history of topic"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2184 wd:Q133136 . ?sbj wdt:P31 wd:Q6256 }
|
lcquad2-13102
|
What is the work of Joseph Campbell and is separated from translator ?
|
[
"translator"
] |
{
"entities": [
"Q333634",
"Q11085831",
"Q295516"
],
"relations": [
"P106",
"P1889"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"translator",
"interpreter",
"Joseph Campbell"
],
"relation_labels": [
"occupation",
"different from"
]
}
|
SELECT ?answer WHERE { wd:Q295516 wdt:P106 ?answer . ?answer wdt:P1889 wd:Q11085831}
|
lcquad2-24458
|
What physical hypothesis begins with the letter "t"?
|
[
"Tensor–vector–scalar gravity"
] |
{
"entities": [
"Q673834",
"Q9357058"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Tensor–vector–scalar gravity",
"physical theory"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9357058 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16905
|
Who built the computing stage MS-DOS?
|
[
"Intel"
] |
{
"entities": [
"Q248",
"Q207539",
"Q47604"
],
"relations": [
"P176",
"P400"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Intel",
"Intel 8086",
"MS-DOS"
],
"relation_labels": [
"manufacturer",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q47604 wdt:P400 ?X . ?X wdt:P176 ?answer}
|
lcquad2-14721
|
Which is {course of action} of {prequel} {Interior a Budding Woods} ?
|
[
"Ethiopia"
] |
{
"entities": [
"Q17",
"Q115",
"Q172736"
],
"relations": [
"P495",
"P530"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Japan",
"Ethiopia",
"katana"
],
"relation_labels": [
"country of origin",
"diplomatic relation"
]
}
|
SELECT ?answer WHERE { wd:Q172736 wdt:P495 ?X . ?X wdt:P530 ?answer}
|
lcquad2-14899
|
Which is the genetic association for illness of Adnan Khashoggi?
|
[
"NSF"
] |
{
"entities": [
"Q14860336",
"Q359381",
"Q11085"
],
"relations": [
"P1050",
"P2293"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"NSF",
"Adnan Khashoggi",
"Parkinson's disease"
],
"relation_labels": [
"medical condition",
"genetic association"
]
}
|
SELECT ?answer WHERE { wd:Q359381 wdt:P1050 ?X . ?X wdt:P2293 ?answer}
|
lcquad2-15800
|
Which employment type does Cynisca's son have?
|
[
"ruler"
] |
{
"entities": [
"Q267195",
"Q313731",
"Q1097498"
],
"relations": [
"P106",
"P22"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Cynisca",
"Archidamus II",
"ruler"
],
"relation_labels": [
"occupation",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q267195 wdt:P22 ?X . ?X wdt:P106 ?answer}
|
lcquad2-24078
|
What championship does the letter "w" start with?
|
[
"World University Baseball Championship"
] |
{
"entities": [
"Q961527",
"Q1079023"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"World University Baseball Championship",
"championship"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1079023 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-9768
|
Who is Bill Russell married to and what position does he play?
|
[
"center",
"Dorothy Anstett"
] |
{
"entities": [
"Q222052",
"Q3714373",
"Q242185"
],
"relations": [
"P413",
"P26"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"center",
"Dorothy Anstett",
"Bill Russell"
],
"relation_labels": [
"position played on team / speciality",
"spouse"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q242185 wdt:P26 ?ans_1 . wd:Q242185 wdt:P413 ?ans_2 }
|
lcquad2-23412
|
Which demonstrative test contains the word zweigläserprobe in their title
|
[
"Zweigläserprobe"
] |
{
"entities": [
"Q232839",
"Q1762591"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zweigläserprobe",
"diagnostic test"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1762591 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zweigläserprobe')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20611
|
What is the mkhare for the twinning administrative body of Bilbao?
|
[
"Tbilisi"
] |
{
"entities": [
"Q1210300",
"Q8692",
"Q994"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"mkhare",
"Bilbao",
"Tbilisi"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
}
|
select distinct ?sbj where { ?sbj wdt:P190 wd:Q8692 . ?sbj wdt:P31 wd:Q1210300 }
|
lcquad2-24003
|
What air optical marvel begins with s?
|
[
"Subparhelic circle"
] |
{
"entities": [
"Q29564129",
"Q7631806"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"atmospheric optical phenomenon",
"Subparhelic circle"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q29564129 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22563
|
What is the title of the canal that runs through Munich?
|
[
"Isar-Werkkanal"
] |
{
"entities": [
"Q1673718",
"Q12284",
"Q1726"
],
"relations": [
"P31",
"P206"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Isar-Werkkanal",
"canal",
"Munich"
],
"relation_labels": [
"instance of",
"located in or next to body of water"
]
}
|
select distinct ?obj where { wd:Q1726 wdt:P206 ?obj . ?obj wdt:P31 wd:Q12284 }
|
lcquad2-10020
|
Provide the history and location of the origin of The Velvet Underground?
|
[
"The Velvet Underground",
"New York City"
] |
{
"entities": [
"Q7772148",
"Q103550",
"Q60"
],
"relations": [
"P138",
"P740"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"The Velvet Underground",
"The Velvet Underground",
"New York City"
],
"relation_labels": [
"named after",
"location of formation"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q103550 wdt:P740 ?ans_1 . wd:Q103550 wdt:P138 ?ans_2 }
|
lcquad2-22151
|
What record name does the shake band Korn record beneath?
|
[
"Orgy"
] |
{
"entities": [
"Q1451159",
"Q80304",
"Q5741069"
],
"relations": [
"P31",
"P264"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Orgy",
"Korn",
"rock group"
],
"relation_labels": [
"instance of",
"record label"
]
}
|
select distinct ?sbj where { ?sbj wdt:P264 wd:Q80304 . ?sbj wdt:P31 wd:Q5741069 }
|
lcquad2-17959
|
Which is {harrows} {result} of {lindane} ?
|
[
"skin"
] |
{
"entities": [
"Q1074",
"Q282003",
"Q21174819"
],
"relations": [
"P1542",
"P689"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"skin",
"lindane",
"Lindane exposure"
],
"relation_labels": [
"has effect",
"afflicts"
]
}
|
SELECT ?answer WHERE { wd:Q282003 wdt:P1542 ?X . ?X wdt:P689 ?answer}
|
lcquad2-24357
|
which sports laegue begins with the letter s
|
[
"Segona Catalana"
] |
{
"entities": [
"Q623109",
"Q9075583"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"sports league",
"Segona Catalana"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q623109 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24332
|
Which political party begins with R?
|
[
"right-wing"
] |
{
"entities": [
"Q76074",
"Q28819924"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"right-wing",
"political alignment"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28819924 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'r')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15378
|
Who impacted Roald Dahl's career?
|
[
"prosaist"
] |
{
"entities": [
"Q167768",
"Q25161",
"Q12144794"
],
"relations": [
"P106",
"P737"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"William Makepeace Thackeray",
"Roald Dahl",
"prosaist"
],
"relation_labels": [
"occupation",
"influenced by"
]
}
|
SELECT ?answer WHERE { wd:Q25161 wdt:P737 ?X . ?X wdt:P106 ?answer}
|
lcquad2-23395
|
Disclose me television station whose name has the word åland24 in it.
|
[
"Åland24"
] |
{
"entities": [
"Q1616075",
"Q270965"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"television station",
"Åland24"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1616075 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'åland24')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23430
|
Let me know legitimate status whose title has the word status in it.
|
[
"observer status"
] |
{
"entities": [
"Q2628882",
"Q818553"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"legal status",
"observer status"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2628882 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'status')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25215
|
Name a space observatory wose starting point is ELA-3, containing in its name the word "space"
|
[
"Voyager 1"
] |
{
"entities": [
"Q26529",
"Q1034348",
"Q48469"
],
"relations": [
"P1427",
"P31"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"space probe",
"Cape Canaveral Space Launch Complex 41",
"Voyager 1"
],
"relation_labels": [
"start point",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q26529 . ?sbj wdt:P1427 wd:Q1034348 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'voyager')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25219
|
Tell me the ensemble that has architectural style as Islamic art of the Emirate and the Caliphate and that incorporates the word alhambra in it's name?
|
[
"Alhambra"
] |
{
"entities": [
"Q47476",
"Q1497375",
"Q2864672"
],
"relations": [
"P31",
"P149"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Alhambra",
"architectural ensemble",
"Art of Al-Andalus"
],
"relation_labels": [
"instance of",
"architectural style"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1497375 . ?sbj wdt:P149 wd:Q2864672 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'alhambra')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21632
|
Which is the quality for the hereditary affiliation with lung cancer?
|
[
"EGFR"
] |
{
"entities": [
"Q47912",
"Q14865565",
"Q7187"
],
"relations": [
"P31",
"P2293"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"lung cancer",
"EGFR",
"gene"
],
"relation_labels": [
"instance of",
"genetic association"
]
}
|
select distinct ?obj where { wd:Q47912 wdt:P2293 ?obj . ?obj wdt:P31 wd:Q7187 }
|
lcquad2-24952
|
What is the character previously performed by Basil Rathbone that contains the word " holmes" in its name ?
|
[
"Sherlock Holmes"
] |
{
"entities": [
"Q15773317",
"Q336865",
"Q4653"
],
"relations": [
"P31",
"P175"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"television character",
"Basil Rathbone",
"Sherlock Holmes"
],
"relation_labels": [
"instance of",
"performer"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15773317 . ?sbj wdt:P175 wd:Q336865 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'holmes')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17042
|
Which player participated in the player event of Juan Gris?
|
[
"Gérard Ernest Schneider"
] |
{
"entities": [
"Q118431",
"Q151152",
"Q265378"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Gérard Ernest Schneider",
"Juan Gris",
"Documenta 1"
],
"relation_labels": [
"participant in",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q151152 wdt:P1344 ?X . ?X wdt:P710 ?answer}
|
lcquad2-20989
|
What is the title of the cat claimed by Jacinda Ardern?
|
[
"Paddles"
] |
{
"entities": [
"Q43260736",
"Q146",
"Q3606816"
],
"relations": [
"P1429",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Paddles",
"house cat",
"Jacinda Ardern"
],
"relation_labels": [
"has pet",
"instance of"
]
}
|
select distinct ?obj where { wd:Q3606816 wdt:P1429 ?obj . ?obj wdt:P31 wd:Q146 }
|
lcquad2-14872
|
Where was Rudolf Koegel born?
|
[
"Brno"
] |
{
"entities": [
"Q1505788",
"Q2079",
"Q14960"
],
"relations": [
"P190",
"P19"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Rudolf Koegel",
"Leipzig",
"Brno"
],
"relation_labels": [
"twinned administrative body",
"place of birth"
]
}
|
SELECT ?answer WHERE { wd:Q1505788 wdt:P19 ?X . ?X wdt:P190 ?answer}
|
lcquad2-11801
|
Where was the Revolution of 1905, which is seen as a vacation called Russia Day?
|
[
"Russia"
] |
{
"entities": [
"Q1432329",
"Q184928",
"Q159"
],
"relations": [
"P276",
"P832"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Russia Day",
"Russian Revolution of 1905",
"Russia"
],
"relation_labels": [
"location",
"public holiday"
]
}
|
SELECT ?answer WHERE { wd:Q184928 wdt:P276 ?answer . ?answer wdt:P832 wd:Q1432329}
|
lcquad2-24252
|
Let me know the performing expressions class that starts with the letter v
|
[
"Vishnumoorthy Theyyam"
] |
{
"entities": [
"Q45971958",
"Q13114745"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"performing arts genre",
"Vishnumoorthy Theyyam"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q45971958 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24990
|
Let me know the territorial organization that offers borders with South Sudan and contains the word middle easterner in it's name?
|
[
"Arab League"
] |
{
"entities": [
"Q958",
"Q4120211",
"Q7172"
],
"relations": [
"P31",
"P47"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"South Sudan",
"regional organization",
"Arab League"
],
"relation_labels": [
"instance of",
"shares border with"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4120211 . ?sbj wdt:P47 wd:Q958 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'arab')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20745
|
Which city is a twin administrative to Lahore ?
|
[
"Mashhad"
] |
{
"entities": [
"Q11739",
"Q1549591",
"Q121157"
],
"relations": [
"P31",
"P190"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Lahore",
"big city",
"Mashhad"
],
"relation_labels": [
"instance of",
"twinned administrative body"
]
}
|
select distinct ?obj where { wd:Q11739 wdt:P190 ?obj . ?obj wdt:P31 wd:Q1549591 }
|
lcquad2-24145
|
let me know mountain title begins with z
|
[
"Zuckerhut"
] |
{
"entities": [
"Q96064446",
"Q8502"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zuckerhut",
"mountain"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8502 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-11921
|
What is the namesake of Maxwell relations, whose place of work is Cambridge?
|
[
"James Clerk Maxwell"
] |
{
"entities": [
"Q187465",
"Q9095",
"Q350"
],
"relations": [
"P138",
"P937"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Maxwell relations",
"James Clerk Maxwell",
"Cambridge"
],
"relation_labels": [
"named after",
"work location"
]
}
|
SELECT ?answer WHERE { wd:Q187465 wdt:P138 ?answer . ?answer wdt:P937 wd:Q350}
|
lcquad2-14856
|
who characters of based upon of vesele zene vindzorske ?
|
[
"Falstaff"
] |
{
"entities": [
"Q844836",
"Q31184773",
"Q1233109"
],
"relations": [
"P674",
"P144"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"The Merry Wives of Windsor",
"Vesele žene vindzorske",
"Falstaff"
],
"relation_labels": [
"characters",
"based on"
]
}
|
SELECT ?answer WHERE { wd:Q31184773 wdt:P144 ?X . ?X wdt:P674 ?answer}
|
lcquad2-22283
|
What company does Steve Bannon work for?
|
[
"Goldman Sachs"
] |
{
"entities": [
"Q193326",
"Q16146870",
"Q161726"
],
"relations": [
"P108",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Goldman Sachs",
"Steve Bannon",
"multinational corporation"
],
"relation_labels": [
"employer",
"instance of"
]
}
|
select distinct ?obj where { wd:Q16146870 wdt:P108 ?obj . ?obj wdt:P31 wd:Q161726 }
|
lcquad2-21061
|
Which is the Wikimedia category for the category of movies shot at the area of Kuala Lumpur?
|
[
"Category:Films shot in Kuala Lumpur"
] |
{
"entities": [
"Q4167836",
"Q8458139",
"Q1865"
],
"relations": [
"P31",
"P1740"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Wikimedia category",
"Category:Films shot in Kuala Lumpur",
"Kuala Lumpur"
],
"relation_labels": [
"instance of",
"category for films shot at this location"
]
}
|
select distinct ?obj where { wd:Q1865 wdt:P1740 ?obj . ?obj wdt:P31 wd:Q4167836 }
|
lcquad2-24472
|
Which is the devout conduct which begins with the letter z?
|
[
"zakāt"
] |
{
"entities": [
"Q124058",
"Q2110808"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"zakāt",
"religious behaviour"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2110808 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17339
|
What is the subsidiary of pollen?
|
[
"megaspore"
] |
{
"entities": [
"Q2330966",
"Q2452297",
"Q79932"
],
"relations": [
"P3094",
"P461"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"megaspore",
"microspore",
"pollen"
],
"relation_labels": [
"develops from",
"opposite of"
]
}
|
SELECT ?answer WHERE { wd:Q79932 wdt:P3094 ?X . ?X wdt:P461 ?answer}
|
lcquad2-10149
|
Of {Old_English}, what is the {culture} of {writing system}?
|
[
"England",
"futhark"
] |
{
"entities": [
"Q21",
"Q42365",
"Q1937113"
],
"relations": [
"P282",
"P2596"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"England",
"Old English",
"futhark"
],
"relation_labels": [
"writing system",
"culture"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q42365 wdt:P2596 ?ans_1 . wd:Q42365 wdt:P282 ?ans_2 }
|
lcquad2-20968
|
What presence the voice actor Jerry Seinfeld has on the internet.
|
[
"Bee Movie"
] |
{
"entities": [
"Q215506",
"Q275167",
"Q2927074"
],
"relations": [
"P31",
"P725"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Jerry Seinfeld",
"Bee Movie",
"Internet meme"
],
"relation_labels": [
"instance of",
"voice actor"
]
}
|
select distinct ?sbj where { ?sbj wdt:P725 wd:Q215506 . ?sbj wdt:P31 wd:Q2927074 }
|
lcquad2-25381
|
Name an English spoken radio network that starts with letter N
|
[
"NBC"
] |
{
"entities": [
"Q1860",
"Q13974",
"Q1061197"
],
"relations": [
"P31",
"P2936"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"English",
"NBC",
"radio network"
],
"relation_labels": [
"instance of",
"language used"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1061197 . ?sbj wdt:P2936 wd:Q1860 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'n')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22075
|
What city is named for St. Paul?
|
[
"Manta"
] |
{
"entities": [
"Q990738",
"Q9200",
"Q515"
],
"relations": [
"P31",
"P417"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Manta",
"Paul the Apostle",
"city"
],
"relation_labels": [
"instance of",
"patron saint"
]
}
|
select distinct ?sbj where { ?sbj wdt:P417 wd:Q9200 . ?sbj wdt:P31 wd:Q515 }
|
lcquad2-20488
|
Who is the accomplice of Michel Foucault
|
[
"Daniel Defert"
] |
{
"entities": [
"Q5",
"Q632875",
"Q44272"
],
"relations": [
"P31",
"P451"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"Daniel Defert",
"Michel Foucault"
],
"relation_labels": [
"instance of",
"unmarried partner"
]
}
|
select distinct ?sbj where { ?sbj wdt:P451 wd:Q44272 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-23591
|
Tell me a relationship whose name contains the word zustandszahl
|
[
"Zustandszahl"
] |
{
"entities": [
"Q230949",
"Q930933"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zustandszahl",
"relation"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q930933 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zustandszahl')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14009
|
Who is the mum or dad of John ll Komnenos having death area at Constantinople?
|
[
"Irene Doukaina"
] |
{
"entities": [
"Q232714",
"Q41628",
"Q16869"
],
"relations": [
"P25",
"P20"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Irene Doukaina",
"John II Komnenos",
"Constantinople"
],
"relation_labels": [
"mother",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q41628 wdt:P25 ?answer . ?answer wdt:P20 wd:Q16869}
|
lcquad2-13815
|
What is the center name of Francis Frith that has the equal of Frans?
|
[
"Francis"
] |
{
"entities": [
"Q1441346",
"Q978878",
"Q3480175"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Francis",
"Francis Frith",
"Frans"
],
"relation_labels": [
"given name",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q978878 wdt:P735 ?answer . ?answer wdt:P460 wd:Q3480175}
|
lcquad2-24297
|
What are theprogramming dialect which begin with the letter x
|
[
"XSB"
] |
{
"entities": [
"Q9143",
"Q8042469"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"programming language",
"XSB"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9143 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'x')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22009
|
By whom is the originator of the Burj Khalifa employed?
|
[
"Skidmore Owings Merrill"
] |
{
"entities": [
"Q12495",
"Q4387609",
"Q459464"
],
"relations": [
"P84",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Burj Khalifa",
"architectural firm",
"Skidmore Owings Merrill"
],
"relation_labels": [
"architect",
"instance of"
]
}
|
select distinct ?obj where { wd:Q12495 wdt:P84 ?obj . ?obj wdt:P31 wd:Q4387609 }
|
lcquad2-11895
|
What is the first described of Twelve-tone approach whose pupil is Eduard Steuermann?
|
[
"Arnold Schoenberg"
] |
{
"entities": [
"Q221686",
"Q214108",
"Q154770"
],
"relations": [
"P802",
"P61"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"twelve-tone technique",
"Eduard Steuermann",
"Arnold Schoenberg"
],
"relation_labels": [
"student",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q221686 wdt:P61 ?answer . ?answer wdt:P802 wd:Q214108}
|
lcquad2-15047
|
What are the achievements of Benjamin Thorpe's teacher?
|
[
"Grimm's law"
] |
{
"entities": [
"Q193329",
"Q310958",
"Q4382004"
],
"relations": [
"P800",
"P1066"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Grimm's law",
"Rasmus Rask",
"Benjamin Thorpe"
],
"relation_labels": [
"notable work",
"student of"
]
}
|
SELECT ?answer WHERE { wd:Q4382004 wdt:P1066 ?X . ?X wdt:P800 ?answer}
|
lcquad2-23375
|
WHICH IS THE NAVAL BATTLE THAT HAS THE WORD BEARD IN IT
|
[
"Singeing the King of Spain's Beard"
] |
{
"entities": [
"Q1261499",
"Q957491"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"naval battle",
"Singeing the King of Spain's Beard"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1261499 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'beard')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-9896
|
Who is the publisher and illustrator of The Jungle Book?
|
[
"Macmillan Publishers",
"John Lockwood Kipling"
] |
{
"entities": [
"Q2108217",
"Q538533",
"Q189509"
],
"relations": [
"P110",
"P123"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Macmillan Publishers",
"John Lockwood Kipling",
"The Jungle Book"
],
"relation_labels": [
"illustrator",
"publisher"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q189509 wdt:P123 ?ans_1 . wd:Q189509 wdt:P110 ?ans_2 }
|
lcquad2-16065
|
Get me the bibliography and case number for Planned Parenthood vs. Casey
|
[
"decision"
] |
{
"entities": [
"Q16513426",
"Q2107009",
"Q17013940"
],
"relations": [
"P2860",
"P793"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"decision",
"Planned Parenthood v. Casey",
"Thornburgh v. American College of Obstetricians and Gynecologists"
],
"relation_labels": [
"cites work",
"significant event"
]
}
|
SELECT ?answer WHERE { wd:Q2107009 wdt:P2860 ?X . ?X wdt:P793 ?answer}
|
lcquad2-12844
|
Who is the senior brother of William who is known politician?
|
[
"John Pitt, 2nd Earl of Chatham"
] |
{
"entities": [
"Q335642",
"Q82955",
"Q128902"
],
"relations": [
"P3373",
"P106"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"John Pitt, 2nd Earl of Chatham",
"politician",
"William Pitt the Younger"
],
"relation_labels": [
"sibling",
"occupation"
]
}
|
SELECT ?answer WHERE { wd:Q128902 wdt:P3373 ?answer . ?answer wdt:P106 wd:Q82955}
|
lcquad2-9539
|
Who is the sibling and child of Will Ferrell?
|
[
"Patrick Ferrell",
"Magnus Ferrell"
] |
{
"entities": [
"Q28059698",
"Q218503",
"Q28059677"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Patrick Ferrell",
"Will Ferrell",
"Magnus Ferrell"
],
"relation_labels": [
"sibling",
"child"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q218503 wdt:P3373 ?ans_1 . wd:Q218503 wdt:P40 ?ans_2 }
|
lcquad2-21635
|
Sigmund Freud'f field of work is utilized in what sort of therapy?
|
[
"psychoanalysis"
] |
{
"entities": [
"Q41630",
"Q9215",
"Q179661"
],
"relations": [
"P101",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"psychoanalysis",
"Sigmund Freud",
"treatment"
],
"relation_labels": [
"field of work",
"instance of"
]
}
|
select distinct ?obj where { wd:Q9215 wdt:P101 ?obj . ?obj wdt:P31 wd:Q179661 }
|
lcquad2-15741
|
Which performer preceeds Parisian Solos?
|
[
"Earl Hines"
] |
{
"entities": [
"Q354883",
"Q7137466",
"Q5312236"
],
"relations": [
"P156",
"P175"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Earl Hines",
"Parisian Solos",
"Duet!"
],
"relation_labels": [
"followed by",
"performer"
]
}
|
SELECT ?answer WHERE { wd:Q7137466 wdt:P156 ?X . ?X wdt:P175 ?answer}
|
lcquad2-15952
|
Who were the people that joined the Gao Ling?
|
[
"Nicole Grether"
] |
{
"entities": [
"Q105577",
"Q1377439",
"Q236336"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Nicole Grether",
"badminton at the 2004 Summer Olympics – women's doubles",
"Gao Ling"
],
"relation_labels": [
"participant in",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q236336 wdt:P1344 ?X . ?X wdt:P710 ?answer}
|
lcquad2-15629
|
Can sulfur dioxide be harmful to humans
|
[
"skin"
] |
{
"entities": [
"Q21175322",
"Q1074",
"Q5282"
],
"relations": [
"P1542",
"P689"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"sulfur dioxide exposure",
"skin",
"sulfur dioxide"
],
"relation_labels": [
"has effect",
"afflicts"
]
}
|
SELECT ?answer WHERE { wd:Q5282 wdt:P1542 ?X . ?X wdt:P689 ?answer}
|
lcquad2-21545
|
Which is the mythology for the culture of Hittites?
|
[
"Hittite mythology"
] |
{
"entities": [
"Q5406",
"Q1142277",
"Q9134"
],
"relations": [
"P2596",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Hittites",
"Hittite mythology",
"mythology"
],
"relation_labels": [
"culture",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2596 wd:Q5406 . ?sbj wdt:P31 wd:Q9134 }
|
lcquad2-17034
|
Name the nominee of the favorite player of Ray Bradbury.
|
[
"Nobel Prize in Literature"
] |
{
"entities": [
"Q40640",
"Q37922",
"Q155855"
],
"relations": [
"P1411",
"P737"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Ray Bradbury",
"Nobel Prize in Literature",
"Karel Čapek"
],
"relation_labels": [
"nominated for",
"influenced by"
]
}
|
SELECT ?answer WHERE { wd:Q40640 wdt:P737 ?X . ?X wdt:P1411 ?answer}
|
lcquad2-17955
|
who pinnacle of parent run of rockchuck crest ?
|
[
"Grand Teton"
] |
{
"entities": [
"Q7354988",
"Q2078034",
"Q586241"
],
"relations": [
"P610",
"P4552"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Rockchuck Peak",
"Grand Teton",
"Teton Range"
],
"relation_labels": [
"highest point",
"mountain range"
]
}
|
SELECT ?answer WHERE { wd:Q7354988 wdt:P4552 ?X . ?X wdt:P610 ?answer}
|
lcquad2-14560
|
Who is the National part of Aileen Wuornos?
|
[
"Multilateral Investment Guarantee Agency"
] |
{
"entities": [
"Q264849",
"Q766",
"Q1043527"
],
"relations": [
"P463",
"P27"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Aileen Wuornos",
"Jamaica",
"Multilateral Investment Guarantee Agency"
],
"relation_labels": [
"member of",
"country of citizenship"
]
}
|
SELECT ?answer WHERE { wd:Q264849 wdt:P27 ?X . ?X wdt:P463 ?answer}
|
lcquad2-24692
|
Let me know the portion of discourse that begins with the letter v.
|
[
"verb"
] |
{
"entities": [
"Q82042",
"Q24905"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"part of speech",
"verb"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q82042 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22024
|
What chronicled Chinese state replaces Yuan dynasty?
|
[
"Southern Song dynasty"
] |
{
"entities": [
"Q7313",
"Q1147043",
"Q50068795"
],
"relations": [
"P31",
"P1365"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Yuan dynasty",
"Southern Song dynasty",
"historical Chinese state"
],
"relation_labels": [
"instance of",
"replaces"
]
}
|
select distinct ?obj where { wd:Q7313 wdt:P1365 ?obj . ?obj wdt:P31 wd:Q50068795 }
|
lcquad2-17207
|
What upkeep is associated with Tochigi Prefecturual Street Course 175?
|
[
"Tochigi Prefecture"
] |
{
"entities": [
"Q11535385",
"Q44843",
"Q11535438"
],
"relations": [
"P2789",
"P126"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Tochigi Prefectural Road Route 175",
"Tochigi Prefecture",
"Tochigi Prefectural Road Route 237"
],
"relation_labels": [
"connects with",
"maintained by"
]
}
|
SELECT ?answer WHERE { wd:Q11535385 wdt:P2789 ?X . ?X wdt:P126 ?answer}
|
lcquad2-21974
|
What is Russian dialect administrative body.
|
[
"Russian Language Institute"
] |
{
"entities": [
"Q1381038",
"Q7737",
"Q2093358"
],
"relations": [
"P31",
"P1018"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Russian Language Institute",
"Russian",
"language regulator"
],
"relation_labels": [
"instance of",
"language regulatory body"
]
}
|
select distinct ?obj where { wd:Q7737 wdt:P1018 ?obj . ?obj wdt:P31 wd:Q2093358 }
|
lcquad2-13181
|
What subtopic of Moscow's history contains the division called the Khoroshyovsky District?
|
[
"Moscow"
] |
{
"entities": [
"Q649",
"Q2366712",
"Q338434"
],
"relations": [
"P1269",
"P150"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Moscow",
"Khoroshyovsky District",
"history of Moscow"
],
"relation_labels": [
"facet of",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q338434 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q2366712}
|
lcquad2-12719
|
Which subsidiary enterprise of Alstom has it is head quarters in London?
|
[
"Alstom (United Kingdom)"
] |
{
"entities": [
"Q30338405",
"Q84",
"Q309084"
],
"relations": [
"P355",
"P159"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Alstom (United Kingdom)",
"London",
"Alstom"
],
"relation_labels": [
"has subsidiary",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q309084 wdt:P355 ?answer . ?answer wdt:P159 wd:Q84}
|
lcquad2-24824
|
What are the creation myth which begin with the letter d
|
[
"Dreamtime"
] |
{
"entities": [
"Q155881",
"Q215304"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Dreamtime",
"creation myth"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q215304 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'd')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21923
|
Which 3D film of the marvel cinematic universes takes place in a fictional universe?
|
[
"Guardians of the Galaxy"
] |
{
"entities": [
"Q642878",
"Q229390",
"Q5887360"
],
"relations": [
"P1434",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Marvel Cinematic Universe",
"3D film",
"Guardians of the Galaxy"
],
"relation_labels": [
"takes place in fictional universe",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1434 wd:Q642878 . ?sbj wdt:P31 wd:Q229390 }
|
lcquad2-17023
|
Give me the name of the pupil of the tutor Miguel Ángel Estrella.
|
[
"Cláudio Santoro"
] |
{
"entities": [
"Q140619",
"Q960716",
"Q1103858"
],
"relations": [
"P802",
"P1066"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Nadia Boulanger",
"Miguel Ángel Estrella",
"Cláudio Santoro"
],
"relation_labels": [
"student",
"student of"
]
}
|
SELECT ?answer WHERE { wd:Q960716 wdt:P1066 ?X . ?X wdt:P802 ?answer}
|
lcquad2-21743
|
Which worldwide organizations central command are found in Strasbourg?
|
[
"GRETA"
] |
{
"entities": [
"Q6602",
"Q484652",
"Q96378987"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Strasbourg",
"international organization",
"GRETA"
],
"relation_labels": [
"instance of",
"headquarters location"
]
}
|
select distinct ?sbj where { ?sbj wdt:P159 wd:Q6602 . ?sbj wdt:P31 wd:Q484652 }
|
lcquad2-20003
|
Which of the Russian Academy of Sciences institutes uses Russian as its regulatory language?
|
[
"Russian Language Institute"
] |
{
"entities": [
"Q1381038",
"Q7737",
"Q4201890"
],
"relations": [
"P31",
"P1018"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Russian Language Institute",
"Russian",
"institute of the Russian Academy of Sciences"
],
"relation_labels": [
"instance of",
"language regulatory body"
]
}
|
select distinct ?obj where { wd:Q7737 wdt:P1018 ?obj . ?obj wdt:P31 wd:Q4201890 }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.