id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-23909
|
Which are the mineral acids that contains the word acid in their name?
|
[
"nitric acid"
] |
{
"entities": [
"Q408683",
"Q83320"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"mineral acid",
"nitric acid"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q408683 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'acid')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20980
|
Salt is used as part of the medical treatment of which disease?
|
[
"hemorrhagic shock"
] |
{
"entities": [
"Q2964243",
"Q12136",
"Q2314"
],
"relations": [
"P31",
"P2176"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"hemorrhagic shock",
"disease",
"sodium chloride"
],
"relation_labels": [
"instance of",
"drug or therapy used for treatment"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2176 wd:Q2314 . ?sbj wdt:P31 wd:Q12136 }
|
lcquad2-17413
|
What is operating device for recreation engine of Agatha Christie: The ABC Murders ?
|
[
"Microsoft Windows"
] |
{
"entities": [
"Q22683400",
"Q63966",
"Q1406"
],
"relations": [
"P408",
"P306"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Agatha Christie: The ABC Murders",
"Unity",
"Microsoft Windows"
],
"relation_labels": [
"software engine",
"operating system"
]
}
|
SELECT ?answer WHERE { wd:Q22683400 wdt:P408 ?X . ?X wdt:P306 ?answer}
|
lcquad2-15534
|
What is {utilized dialect} of {theme} of {Pietà} ?
|
[
"Koine Greek"
] |
{
"entities": [
"Q302",
"Q107358",
"Q3904411"
],
"relations": [
"P1412",
"P180"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Jesus",
"Koine Greek",
"Pietà"
],
"relation_labels": [
"languages spoken, written or signed",
"depicts"
]
}
|
SELECT ?answer WHERE { wd:Q3904411 wdt:P180 ?X . ?X wdt:P1412 ?answer}
|
lcquad2-24051
|
what is w3c suggestion begins with x
|
[
"XHTML+MathML+SVG"
] |
{
"entities": [
"Q8042136",
"Q2661442"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"XHTML+MathML+SVG",
"W3C Recommendation"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2661442 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'x')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22000
|
What is the title of the polymer for the monomer of ethylene?
|
[
"polyethylene"
] |
{
"entities": [
"Q81163",
"Q143429",
"Q151313"
],
"relations": [
"P31",
"P4599"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"polymer",
"polyethylene",
"ethylene"
],
"relation_labels": [
"instance of",
"monomer of"
]
}
|
select distinct ?obj where { wd:Q151313 wdt:P4599 ?obj . ?obj wdt:P31 wd:Q81163 }
|
lcquad2-13257
|
What District Kerry prefecture has District Tipperary districts?
|
[
"Munster"
] |
{
"entities": [
"Q131438",
"Q184469",
"Q184618"
],
"relations": [
"P150",
"P131"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Munster",
"County Kerry",
"County Tipperary"
],
"relation_labels": [
"contains the administrative territorial entity",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q184469 wdt:P131 ?answer . ?answer wdt:P150 wd:Q184618}
|
lcquad2-20774
|
What is Sindh's head of government's open office for office?
|
[
"Chief Minister of Sindh"
] |
{
"entities": [
"Q37211",
"Q3694864",
"Q294414"
],
"relations": [
"P31",
"P1313"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Sindh",
"Chief Minister of Sindh",
"public office"
],
"relation_labels": [
"instance of",
"office held by head of government"
]
}
|
select distinct ?obj where { wd:Q37211 wdt:P1313 ?obj . ?obj wdt:P31 wd:Q294414 }
|
lcquad2-9882
|
Give me the "has" conjugation class and "has" grammatical case of the Dutch language.
|
[
"nominative case",
"Germanic strong conjugation"
] |
{
"entities": [
"Q131105",
"Q56651337",
"Q7411"
],
"relations": [
"P2989",
"P5206"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"nominative case",
"Germanic strong conjugation",
"Dutch"
],
"relation_labels": [
"has grammatical case",
"has conjugation class"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q7411 wdt:P5206 ?ans_1 . wd:Q7411 wdt:P2989 ?ans_2 }
|
lcquad2-16574
|
Who is the nephew of Ali al - Haidi?
|
[
"Muhammad al-Jawad"
] |
{
"entities": [
"Q315377",
"Q25088",
"Q6579403"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Ali al-Hadi",
"Muhammad al-Jawad",
"Musa al-Mubarraqa"
],
"relation_labels": [
"sibling",
"father"
]
}
|
SELECT ?answer WHERE { wd:Q315377 wdt:P3373 ?X . ?X wdt:P22 ?answer}
|
lcquad2-9971
|
What is the taxon rank of Fennel and what award did Fennel receive?
|
[
"species",
"Medicinal plant of the year"
] |
{
"entities": [
"Q7432",
"Q718769",
"Q43511"
],
"relations": [
"P105",
"P166"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"species",
"Medicinal plant of the year",
"fennel"
],
"relation_labels": [
"taxon rank",
"award received"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q43511 wdt:P105 ?ans_1 . wd:Q43511 wdt:P166 ?ans_2 }
|
lcquad2-19884
|
The religion of Islam was founded by what country?
|
[
"Afghanistan"
] |
{
"entities": [
"Q6256",
"Q889",
"Q432"
],
"relations": [
"P140",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"country",
"Afghanistan",
"Islam"
],
"relation_labels": [
"religion or worldview",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P140 wd:Q432 . ?sbj wdt:P31 wd:Q6256 }
|
lcquad2-9980
|
In Tasmania, who is the leader of the government, and is considered the head of state?
|
[
"Premier of Tasmania",
"Governor of Tasmania"
] |
{
"entities": [
"Q1779581",
"Q13527933",
"Q34366"
],
"relations": [
"P1906",
"P1313"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Governor of Tasmania",
"Premier of Tasmania",
"Tasmania"
],
"relation_labels": [
"office held by head of state",
"office held by head of government"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q34366 wdt:P1906 ?ans_1 . wd:Q34366 wdt:P1313 ?ans_2 }
|
lcquad2-14422
|
Let me know the companion who coordinated Sundown of Honor?
|
[
"Marge Champion"
] |
{
"entities": [
"Q2617543",
"Q1581077",
"Q893766"
],
"relations": [
"P26",
"P57"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Marge Champion",
"Twilight of Honor",
"Boris Sagal"
],
"relation_labels": [
"spouse",
"director"
]
}
|
SELECT ?answer WHERE { wd:Q1581077 wdt:P57 ?X . ?X wdt:P26 ?answer}
|
lcquad2-12001
|
What is the historical underpinnings of non-Euclidean geometry whose space is geometry?
|
[
"Euclid"
] |
{
"entities": [
"Q233858",
"Q8087",
"Q8747"
],
"relations": [
"P101",
"P138"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"non-Euclidean geometry",
"geometry",
"Euclid"
],
"relation_labels": [
"field of work",
"named after"
]
}
|
SELECT ?answer WHERE { wd:Q233858 wdt:P138 ?answer . ?answer wdt:P101 wd:Q8087}
|
lcquad2-9606
|
What interacts physically and has role with Citric acid?
|
[
"anticoagulant",
"Transient receptor potential cation channel, subfamily V, member 4"
] |
{
"entities": [
"Q159683",
"Q215118",
"Q15324125"
],
"relations": [
"P129",
"P2868"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"citric acid",
"anticoagulant",
"Transient receptor potential cation channel, subfamily V, member 4"
],
"relation_labels": [
"physically interacts with",
"subject has role"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q159683 wdt:P2868 ?ans_1 . wd:Q159683 wdt:P129 ?ans_2 }
|
lcquad2-12691
|
"Where is {Christian name} of {Henry Vaughan}, which has {said to be extraordinary from} is {Heinrich} ?"
|
[
"Henry"
] |
{
"entities": [
"Q2018484",
"Q1158477",
"Q545363"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Heinrich",
"Henry",
"Henry Vaughan"
],
"relation_labels": [
"given name",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q545363 wdt:P735 ?answer . ?answer wdt:P460 wd:Q2018484}
|
lcquad2-22249
|
What is the sun for Pluto?
|
[
"Sun"
] |
{
"entities": [
"Q339",
"Q525",
"Q3592493"
],
"relations": [
"P397",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Pluto",
"Sun",
"Population I star"
],
"relation_labels": [
"parent astronomical body",
"instance of"
]
}
|
select distinct ?obj where { wd:Q339 wdt:P397 ?obj . ?obj wdt:P31 wd:Q3592493 }
|
lcquad2-17777
|
When was the { 6th Bomber Corps } battle { formed }?
|
[
"Spanish Civil War"
] |
{
"entities": [
"Q921432",
"Q18234919",
"Q10859"
],
"relations": [
"P241",
"P607"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Soviet Air Forces",
"6th Bomber Corps",
"Spanish Civil War"
],
"relation_labels": [
"military branch",
"conflict"
]
}
|
SELECT ?answer WHERE { wd:Q18234919 wdt:P241 ?X . ?X wdt:P607 ?answer}
|
lcquad2-12857
|
Who is the prizewinner of Alain Renais, is it Otar Losseliani?
|
[
"Louis Delluc Prize"
] |
{
"entities": [
"Q321365",
"Q734335",
"Q218022"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Otar Iosseliani",
"Louis Delluc Prize",
"Alain Resnais"
],
"relation_labels": [
"winner",
"award received"
]
}
|
SELECT ?answer WHERE { wd:Q218022 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q321365}
|
lcquad2-16421
|
List the parent companies of Margaret Mead ?
|
[
"Barnard College"
] |
{
"entities": [
"Q49088",
"Q167733",
"Q180099"
],
"relations": [
"P355",
"P69"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Columbia University",
"Barnard College",
"Margaret Mead"
],
"relation_labels": [
"has subsidiary",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q180099 wdt:P69 ?X . ?X wdt:P355 ?answer}
|
lcquad2-22425
|
What is the importance of the Rembrandt House Museum?
|
[
"Sun"
] |
{
"entities": [
"Q22133699",
"Q525",
"Q5864"
],
"relations": [
"P397",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Planet Nine",
"Sun",
"G-type main-sequence star"
],
"relation_labels": [
"parent astronomical body",
"instance of"
]
}
|
select distinct ?obj where { wd:Q22133699 wdt:P397 ?obj . ?obj wdt:P31 wd:Q5864 }
|
lcquad2-13508
|
Where is the grave of Ian Clunies Ross in the rural areas of the City of Stawell?
|
[
"Victoria"
] |
{
"entities": [
"Q36687",
"Q5981214",
"Q5123933"
],
"relations": [
"P150",
"P20"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Victoria",
"Ian Clunies Ross",
"City of Stawell"
],
"relation_labels": [
"contains the administrative territorial entity",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q5981214 wdt:P20 ?answer . ?answer wdt:P150 wd:Q5123933}
|
lcquad2-17132
|
Where is the bone connected with the metacarpal's exact location?
|
[
"digit"
] |
{
"entities": [
"Q237229",
"Q3323810",
"Q34583"
],
"relations": [
"P2789",
"P927"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"metacarpal bones",
"proximal phalanx",
"digit"
],
"relation_labels": [
"connects with",
"anatomical location"
]
}
|
SELECT ?answer WHERE { wd:Q237229 wdt:P2789 ?X . ?X wdt:P927 ?answer}
|
lcquad2-15623
|
Who are the craftsmen of the tunes of Gatekeepers of the Galaxy?
|
[
"Blue Swede"
] |
{
"entities": [
"Q111691973",
"Q885906",
"Q18014977"
],
"relations": [
"P175",
"P658"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Hooked on a Feeling",
"Blue Swede",
"Guardians of the Galaxy: Awesome Mix Vol. 1 – Original Motion Picture Soundtrack"
],
"relation_labels": [
"performer",
"tracklist"
]
}
|
SELECT ?answer WHERE { wd:Q18014977 wdt:P658 ?X . ?X wdt:P175 ?answer}
|
lcquad2-9538
|
Did Robert Louis Stevenson die of natural causes or was there foul play?
|
[
"cerebral hemorrhage",
"natural causes"
] |
{
"entities": [
"Q3739104",
"Q1368943",
"Q1512"
],
"relations": [
"P1196",
"P509"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"natural causes",
"cerebral hemorrhage",
"Robert Louis Stevenson"
],
"relation_labels": [
"manner of death",
"cause of death"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1512 wdt:P1196 ?ans_1 . wd:Q1512 wdt:P509 ?ans_2 }
|
lcquad2-20289
|
Is there a particular genre of music that coincides with classical music?
|
[
"art music"
] |
{
"entities": [
"Q188451",
"Q1583807",
"Q9730"
],
"relations": [
"P1382",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"music genre",
"art music",
"western classical music"
],
"relation_labels": [
"partially coincident with",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1382 wd:Q9730 . ?sbj wdt:P31 wd:Q188451 }
|
lcquad2-9871
|
Tell me what the Gregorian_calendar replaced and the person it was named after.
|
[
"Gregory XIII",
"Tenpō calendar"
] |
{
"entities": [
"Q12138",
"Q1066717",
"Q83029"
],
"relations": [
"P138",
"P1365"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Gregorian calendar",
"Tenpō calendar",
"Gregory XIII"
],
"relation_labels": [
"named after",
"replaces"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q12138 wdt:P1365 ?ans_1 . wd:Q12138 wdt:P138 ?ans_2 }
|
lcquad2-24322
|
What are the Initial Open Ivy which begin with the letter U
|
[
"University of Texas at Austin"
] |
{
"entities": [
"Q20971972",
"Q49213"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"Original Public Ivy",
"University of Texas at Austin"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20971972 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20087
|
What reservoir is the Oroville Dam a part of?
|
[
"Lake Oroville"
] |
{
"entities": [
"Q1425594",
"Q131681",
"Q6477226"
],
"relations": [
"P31",
"P4792"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Oroville Dam",
"reservoir",
"Lake Oroville"
],
"relation_labels": [
"instance of",
"dam"
]
}
|
select distinct ?sbj where { ?sbj wdt:P4792 wd:Q1425594 . ?sbj wdt:P31 wd:Q131681 }
|
lcquad2-9892
|
Who was the doctoral student and advisor of Louis Pasteur?
|
[
"Antoine Jérôme Balard",
"Nikolay Gamaleya"
] |
{
"entities": [
"Q314306",
"Q529",
"Q2040268"
],
"relations": [
"P184",
"P185"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Antoine Jérôme Balard",
"Louis Pasteur",
"Nikolay Gamaleya"
],
"relation_labels": [
"doctoral advisor",
"doctoral student"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q529 wdt:P185 ?ans_1 . wd:Q529 wdt:P184 ?ans_2 }
|
lcquad2-24251
|
WHAT TYPE OF THE MATERIAL BUILDING NAME STARTS WITH THE LETTER Z
|
[
"Zellkautschuk"
] |
{
"entities": [
"Q206615",
"Q189051"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"building material",
"Zellkautschuk"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q206615 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22722
|
Which is the single Janet Jackson's lyrics had?
|
[
"Nasty"
] |
{
"entities": [
"Q928109",
"Q134556",
"Q131324"
],
"relations": [
"P31",
"P676"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Nasty",
"single",
"Janet Jackson"
],
"relation_labels": [
"instance of",
"lyrics by"
]
}
|
select distinct ?sbj where { ?sbj wdt:P676 wd:Q131324 . ?sbj wdt:P31 wd:Q134556 }
|
lcquad2-20068
|
What protein causes hypersensitivity?
|
[
"ricin"
] |
{
"entities": [
"Q42982",
"Q8054",
"Q408668"
],
"relations": [
"P31",
"P1542"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"allergy",
"protein",
"ricin"
],
"relation_labels": [
"instance of",
"has effect"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1542 wd:Q42982 . ?sbj wdt:P31 wd:Q8054 }
|
lcquad2-17307
|
What is the teach of the made by of #ICanHazPDF?
|
[
"cognitive neuroscience"
] |
{
"entities": [
"Q1138951",
"Q22035617",
"Q21175442"
],
"relations": [
"P101",
"P170"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"cognitive neuroscience",
"Andrea Kuszewski",
"#ICanHazPDF"
],
"relation_labels": [
"field of work",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q21175442 wdt:P170 ?X . ?X wdt:P101 ?answer}
|
lcquad2-23459
|
what are the borough of unused york city which contains the word rulers in their name
|
[
"Queens"
] |
{
"entities": [
"Q408804",
"Q18424"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"borough of New York City",
"Queens"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q408804 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'queens')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22533
|
who is the estimation for considered by of epidemiology?
|
[
"pandemic potential"
] |
{
"entities": [
"Q133805",
"Q965330",
"Q45881698"
],
"relations": [
"P31",
"P2579"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"epidemiology",
"project management estimation",
"pandemic potential"
],
"relation_labels": [
"instance of",
"studied by"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2579 wd:Q133805 . ?sbj wdt:P31 wd:Q965330 }
|
lcquad2-14858
|
The original topic of The Essential Dykes to Watch Out For was created by whom?
|
[
"Alison Bechdel"
] |
{
"entities": [
"Q435032",
"Q689591",
"Q50377307"
],
"relations": [
"P1269",
"P170"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Alison Bechdel",
"Dykes to Watch Out For",
"The Essential Dykes to Watch Out For"
],
"relation_labels": [
"facet of",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q50377307 wdt:P1269 ?X . ?X wdt:P170 ?answer}
|
lcquad2-16820
|
Who is the instructor of the melodic score by Violin Concerto?
|
[
"Dorothea von Ertmann"
] |
{
"entities": [
"Q255",
"Q787378",
"Q1246313"
],
"relations": [
"P86",
"P802"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Ludwig van Beethoven",
"Violin Concerto",
"Dorothea von Ertmann"
],
"relation_labels": [
"composer",
"student"
]
}
|
SELECT ?answer WHERE { wd:Q787378 wdt:P86 ?X . ?X wdt:P802 ?answer}
|
lcquad2-23427
|
what is the name of the positive emotion that has the word trust in it?
|
[
"trust"
] |
{
"entities": [
"Q659974",
"Q60539479"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"trust",
"positive emotion"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q60539479 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'trust')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12165
|
What is the writen dialect of John Wesley Hardin whose hand-signed shape is physically coded English?
|
[
"English"
] |
{
"entities": [
"Q1860",
"Q10302194",
"Q2460778"
],
"relations": [
"P3969",
"P1412"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"English",
"manually coded English",
"John Wesley Hardin"
],
"relation_labels": [
"signed form",
"languages spoken, written or signed"
]
}
|
SELECT ?answer WHERE { wd:Q2460778 wdt:P1412 ?answer . ?answer wdt:P3969 wd:Q10302194}
|
lcquad2-21749
|
Who is the { Official Language } of { Urdu }
|
[
"Thatta"
] |
{
"entities": [
"Q27212",
"Q1617",
"Q515"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Thatta",
"Urdu",
"city"
],
"relation_labels": [
"official language",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P37 wd:Q1617 . ?sbj wdt:P31 wd:Q515 }
|
lcquad2-25030
|
Tell me the civic building that is located in the avenue of Pennsylvania Avenue and whose title incorporates the phrase house.
|
[
"White House"
] |
{
"entities": [
"Q35525",
"Q1455053",
"Q52177058"
],
"relations": [
"P669",
"P31"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"White House",
"Pennsylvania Avenue",
"civic building"
],
"relation_labels": [
"located on street",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q52177058 . ?sbj wdt:P669 wd:Q1455053 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'house')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15731
|
Who is the on-screen character of "Once Upon a Time within the West"?
|
[
"traffic engineering"
] |
{
"entities": [
"Q5445295",
"Q7965773",
"Q1640676"
],
"relations": [
"P631",
"P452"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Ferrell Center",
"Walter P Moore Engineers and Consultants",
"traffic engineering"
],
"relation_labels": [
"structural engineer",
"industry"
]
}
|
SELECT ?answer WHERE { wd:Q5445295 wdt:P631 ?X . ?X wdt:P452 ?answer}
|
lcquad2-24811
|
What may be a national affiliation football group whose title begins with the letter t.
|
[
"Tamil Eelam national football team"
] |
{
"entities": [
"Q973044",
"Q6979593"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Tamil Eelam national football team",
"national association football team"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6979593 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14562
|
Who is the life accomplice within the melodic score by Pieces Boreales?
|
[
"Merce Cunningham"
] |
{
"entities": [
"Q318364",
"Q5405084",
"Q180727"
],
"relations": [
"P451",
"P86"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Merce Cunningham",
"Etudes Boreales",
"John Cage"
],
"relation_labels": [
"unmarried partner",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q5405084 wdt:P86 ?X . ?X wdt:P451 ?answer}
|
lcquad2-20944
|
What is needed when painting a leaf?
|
[
"Finnmark, Winter"
] |
{
"entities": [
"Q33971",
"Q22945340",
"Q3305213"
],
"relations": [
"P31",
"P186"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"leaf",
"Finnmark, Winter",
"painting"
],
"relation_labels": [
"instance of",
"made from material"
]
}
|
select distinct ?sbj where { ?sbj wdt:P186 wd:Q33971 . ?sbj wdt:P31 wd:Q3305213 }
|
lcquad2-24029
|
what are the chemical property that begins with t
|
[
"tautomerism"
] |
{
"entities": [
"Q764285",
"Q89792201"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"chemical property",
"tautomerism"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q764285 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25397
|
Tell me the province of Pakistan that govt physique of Provincial Cabinet of Sindh and that begins with the letter s?
|
[
"Sindh"
] |
{
"entities": [
"Q15058985",
"Q37211",
"Q59137047"
],
"relations": [
"P208",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"province of Pakistan",
"Sindh",
"Provincial Cabinet of Sindh"
],
"relation_labels": [
"executive body",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15058985 . ?sbj wdt:P208 wd:Q59137047 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25686
|
What is the metropolis in Ukraine hat has replaced Khadjibey and that starts offevolved with letter O ?
|
[
"Odesa"
] |
{
"entities": [
"Q2511180",
"Q12131624",
"Q1874"
],
"relations": [
"P31",
"P1365"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Khadjibey",
"city in Ukraine",
"Odesa"
],
"relation_labels": [
"instance of",
"replaces"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12131624 . ?sbj wdt:P1365 wd:Q2511180 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'o')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20954
|
Australia's Senate constituency is coextensive with what is Tasmania?
|
[
"Tasmania"
] |
{
"entities": [
"Q56649108",
"Q34366",
"Q56648990"
],
"relations": [
"P31",
"P3403"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Tasmania",
"Tasmania",
"constituency of the Senate of Australia"
],
"relation_labels": [
"instance of",
"coextensive with"
]
}
|
select distinct ?sbj where { ?sbj wdt:P3403 wd:Q34366 . ?sbj wdt:P31 wd:Q56648990 }
|
lcquad2-20263
|
What state was involved in the French invasion of Russia?
|
[
"Serbia"
] |
{
"entities": [
"Q3624078",
"Q403",
"Q179250"
],
"relations": [
"P31",
"P276"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"sovereign state",
"Serbia",
"French invasion of Russia"
],
"relation_labels": [
"instance of",
"location"
]
}
|
select distinct ?obj where { wd:Q179250 wdt:P276 ?obj . ?obj wdt:P31 wd:Q3624078 }
|
lcquad2-25471
|
What what is kind of number disjoint union of} list values as qualifiers starts offevolved with and additionally which starts with letter n
|
[
"non-positive integer"
] |
{
"entities": [
"Q47371099",
"Q47460393",
"Q23766486"
],
"relations": [
"P2738",
"P31"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"non-positive integer",
"type of number",
"list of values as qualifiers"
],
"relation_labels": [
"disjoint union of",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47460393 . ?sbj wdt:P2738 wd:Q23766486 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'n')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17392
|
Which is the landmass of the provenance of L'Origine du Monde?
|
[
"Europe"
] |
{
"entities": [
"Q46",
"Q142",
"Q334138"
],
"relations": [
"P30",
"P127"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Europe",
"France",
"L'Origine du monde"
],
"relation_labels": [
"continent",
"owned by"
]
}
|
SELECT ?answer WHERE { wd:Q334138 wdt:P127 ?X . ?X wdt:P30 ?answer}
|
lcquad2-21403
|
What chateau is claimed by Brad Pitt?
|
[
"Château Miraval, Correns-Var"
] |
{
"entities": [
"Q2969900",
"Q751876",
"Q35332"
],
"relations": [
"P31",
"P1830"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Château Miraval, Correns-Var",
"château",
"Brad Pitt"
],
"relation_labels": [
"instance of",
"owner of"
]
}
|
select distinct ?obj where { wd:Q35332 wdt:P1830 ?obj . ?obj wdt:P31 wd:Q751876 }
|
lcquad2-13436
|
What is the Latin script surname of Scott McCloud?
|
[
"McLeod"
] |
{
"entities": [
"Q454833",
"Q12796248",
"Q8229"
],
"relations": [
"P282",
"P734"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Scott McCloud",
"McLeod",
"Latin script"
],
"relation_labels": [
"writing system",
"family name"
]
}
|
SELECT ?answer WHERE { wd:Q454833 wdt:P734 ?answer . ?answer wdt:P282 wd:Q8229}
|
lcquad2-24616
|
WHAT IS SUPEREON GEOLOGICAL SUPEREON WITH P
|
[
"Precambrian"
] |
{
"entities": [
"Q15398983",
"Q103910"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"supereon",
"Precambrian"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15398983 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15252
|
Which is {popular works} of {musician} of {Nocturne No. 12 in G major, Op. 37, No. 2} ?
|
[
"Études"
] |
{
"entities": [
"Q146917",
"Q16739817",
"Q1268"
],
"relations": [
"P86",
"P800"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Études",
"Nocturne No. 12 in G major, Op. 37, No. 2",
"Frédéric Chopin"
],
"relation_labels": [
"composer",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q16739817 wdt:P86 ?X . ?X wdt:P800 ?answer}
|
lcquad2-23614
|
Let me know straight combination whose title has the word guideline in it.
|
[
"superposition principle"
] |
{
"entities": [
"Q27628",
"Q284885"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"linear combination",
"superposition principle"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q27628 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'principle')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12164
|
What Paul Lukas prize was once awarded to the winner James Cagney?
|
[
"Academy Award for Best Actor"
] |
{
"entities": [
"Q94041",
"Q103916",
"Q182057"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"James Cagney",
"Academy Award for Best Actor",
"Paul Lukas"
],
"relation_labels": [
"winner",
"award received"
]
}
|
SELECT ?answer WHERE { wd:Q182057 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q94041}
|
lcquad2-24617
|
WHAT IS WITH S TOWN STARTS
|
[
"Švėkšna"
] |
{
"entities": [
"Q606181",
"Q3957"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Švėkšna",
"town"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3957 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'š')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21345
|
What's the big shock?
|
[
"universe"
] |
{
"entities": [
"Q1",
"Q36906466",
"Q323"
],
"relations": [
"P793",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"universe",
"universe",
"Big Bang"
],
"relation_labels": [
"significant event",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P793 wd:Q323 . ?sbj wdt:P31 wd:Q36906466 }
|
lcquad2-17860
|
Which is the result made by Monterey Jack?
|
[
"lactose intolerance"
] |
{
"entities": [
"Q1056415",
"Q10988133",
"Q219223"
],
"relations": [
"P1542",
"P186"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Monterey Jack",
"cow's milk",
"lactose intolerance"
],
"relation_labels": [
"has effect",
"made from material"
]
}
|
SELECT ?answer WHERE { wd:Q1056415 wdt:P186 ?X . ?X wdt:P1542 ?answer}
|
lcquad2-16601
|
Who told Mary Priestly's husband?
|
[
"John Amos Comenius"
] |
{
"entities": [
"Q12735",
"Q12735109",
"Q159636"
],
"relations": [
"P737",
"P26"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"John Amos Comenius",
"Mary Priestley",
"Joseph Priestley"
],
"relation_labels": [
"influenced by",
"spouse"
]
}
|
SELECT ?answer WHERE { wd:Q12735109 wdt:P26 ?X . ?X wdt:P737 ?answer}
|
lcquad2-24644
|
What are the gather of greek legendary character which begin with the letter t
|
[
"Tritopatores"
] |
{
"entities": [
"Q4463223",
"Q28061975"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Tritopatores",
"group of Greek mythical characters"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q28061975 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14585
|
Where did David Hume kick the bucket?
|
[
"Kyoto Prefecture"
] |
{
"entities": [
"Q37160",
"Q120730",
"Q23436"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"David Hume",
"Kyoto Prefecture",
"Edinburgh"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q37160 wdt:P20 ?X . ?X wdt:P190 ?answer}
|
lcquad2-21904
|
What is the name of the quantum particle of neutrino?
|
[
"antineutrino"
] |
{
"entities": [
"Q22675015",
"Q2126",
"Q1066748"
],
"relations": [
"P2152",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"type of quantum particle",
"neutrino",
"antineutrino"
],
"relation_labels": [
"antiparticle",
"instance of"
]
}
|
select distinct ?obj where { wd:Q2126 wdt:P2152 ?obj . ?obj wdt:P31 wd:Q22675015 }
|
lcquad2-16834
|
Who possesses the iMac properties?
|
[
"Government Pension Fund Global"
] |
{
"entities": [
"Q312",
"Q1196231",
"Q14091"
],
"relations": [
"P127",
"P176"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Apple",
"Government Pension Fund Global",
"iMac"
],
"relation_labels": [
"owned by",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q14091 wdt:P176 ?X . ?X wdt:P127 ?answer}
|
lcquad2-22243
|
What team was Bradley Wiggins on?
|
[
"Linda McCartney Racing Team"
] |
{
"entities": [
"Q193876",
"Q20639847",
"Q1825885"
],
"relations": [
"P54",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Bradley Wiggins",
"professional cycling team",
"Linda McCartney Racing Team"
],
"relation_labels": [
"member of sports team",
"instance of"
]
}
|
select distinct ?obj where { wd:Q193876 wdt:P54 ?obj . ?obj wdt:P31 wd:Q20639847 }
|
lcquad2-20873
|
Who advised Benedict XVI on his doctorate?
|
[
"Hub Schnackers"
] |
{
"entities": [
"Q5",
"Q2494",
"Q46378450"
],
"relations": [
"P184",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Benedict XVI",
"Hub Schnackers"
],
"relation_labels": [
"doctoral advisor",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P184 wd:Q2494 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-17238
|
WHOSE VOICE Within The WORK OF VENEZUELA
|
[
"John Lydon"
] |
{
"entities": [
"Q16538",
"Q106662",
"Q39395927"
],
"relations": [
"P1441",
"P725"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"South Park",
"John Lydon",
"Jose Venezuela"
],
"relation_labels": [
"present in work",
"voice actor"
]
}
|
SELECT ?answer WHERE { wd:Q39395927 wdt:P1441 ?X . ?X wdt:P725 ?answer}
|
lcquad2-17806
|
What is the respectable language of the carrier operator of INTEGRAL ?
|
[
"French"
] |
{
"entities": [
"Q50021",
"Q42262",
"Q150"
],
"relations": [
"P37",
"P137"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"INTEGRAL",
"European Space Agency",
"French"
],
"relation_labels": [
"official language",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q50021 wdt:P137 ?X . ?X wdt:P37 ?answer}
|
lcquad2-23553
|
Which film studio starts with letter engineering?
|
[
"Amagat's law"
] |
{
"entities": [
"Q379231",
"Q903999"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"gas law",
"Amagat's law"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q379231 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'law')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17728
|
What is the seven - sided die's base shape?
|
[
"pentagon"
] |
{
"entities": [
"Q1067731",
"Q17639515",
"Q127840"
],
"relations": [
"P1419",
"P3263"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"pentagonal prism",
"seven-sided die",
"pentagon"
],
"relation_labels": [
"shape",
"base"
]
}
|
SELECT ?answer WHERE { wd:Q17639515 wdt:P1419 ?X . ?X wdt:P3263 ?answer}
|
lcquad2-17855
|
Who is the tune maker of season two of Wilful Behaviour?
|
[
"André Rieu"
] |
{
"entities": [
"Q317766",
"Q18517171",
"Q159832"
],
"relations": [
"P179",
"P86"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Donna Leon",
"Wilful Behaviour",
"André Rieu"
],
"relation_labels": [
"part of the series",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q18517171 wdt:P179 ?X . ?X wdt:P86 ?answer}
|
lcquad2-13389
|
What is to begin with depict of Deimos that incorporates accomplices that highlights Angeline Stickney?
|
[
"Asaph Hall"
] |
{
"entities": [
"Q7548",
"Q106559",
"Q4762761"
],
"relations": [
"P26",
"P61"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Deimos",
"Asaph Hall",
"Angeline Stickney"
],
"relation_labels": [
"spouse",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q7548 wdt:P61 ?answer . ?answer wdt:P26 wd:Q4762761}
|
lcquad2-21535
|
What is the current interpreted version of Bhagavad Gita
|
[
"The Bhagavad-Gita"
] |
{
"entities": [
"Q46802",
"Q63196913",
"Q3331189"
],
"relations": [
"P629",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Bhagavad Gita",
"The Bhagavad-Gita",
"version, edition, or translation"
],
"relation_labels": [
"edition or translation of",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P629 wd:Q46802 . ?sbj wdt:P31 wd:Q3331189 }
|
lcquad2-13074
|
What other side effects does organized wrongdoing have that's not contravention?
|
[
"crime"
] |
{
"entities": [
"Q83267",
"Q46952",
"Q2995853"
],
"relations": [
"P1542",
"P1889"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"crime",
"organized crime",
"contravention"
],
"relation_labels": [
"has effect",
"different from"
]
}
|
SELECT ?answer WHERE { wd:Q46952 wdt:P1542 ?answer . ?answer wdt:P1889 wd:Q2995853}
|
lcquad2-22521
|
What craftsmanship show did David Hockney take part in?
|
[
"4. documenta"
] |
{
"entities": [
"Q231289",
"Q159907",
"Q667276"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"4. documenta",
"David Hockney",
"art exhibition"
],
"relation_labels": [
"instance of",
"participant"
]
}
|
select distinct ?sbj where { ?sbj wdt:P710 wd:Q159907 . ?sbj wdt:P31 wd:Q667276 }
|
lcquad2-25006
|
What is the identify of the fictional universe described in Daredevil?
|
[
"Marvel Cinematic Universe"
] |
{
"entities": [
"Q642878",
"Q196600",
"Q16977365"
],
"relations": [
"P1445",
"P31"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Marvel Cinematic Universe",
"media franchise",
"Daredevil"
],
"relation_labels": [
"fictional universe described in",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q196600 . ?sbj wdt:P1445 wd:Q16977365 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'cinematic')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-11868
|
Who are the kids of Fela Kuti whose sister or brother is Seun Kuti?
|
[
"Femi Kuti"
] |
{
"entities": [
"Q982872",
"Q313868",
"Q3111214"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Femi Kuti",
"Fela Kuti",
"Seun Kuti"
],
"relation_labels": [
"sibling",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q313868 wdt:P40 ?answer . ?answer wdt:P3373 wd:Q3111214}
|
lcquad2-19660
|
Name a member of the cast of the Rocky Horror Picture Show?
|
[
"Susan Sarandon"
] |
{
"entities": [
"Q751921",
"Q133050",
"Q5"
],
"relations": [
"P161",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"The Rocky Horror Picture Show",
"Susan Sarandon",
"human"
],
"relation_labels": [
"cast member",
"instance of"
]
}
|
select distinct ?obj where { wd:Q751921 wdt:P161 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-21444
|
who arrangement of prints for arrangement of the awesome wave off kanagawa?
|
[
"Thirty-six Views of Mount Fuji"
] |
{
"entities": [
"Q19960510",
"Q252485",
"Q227494"
],
"relations": [
"P179",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"series of prints",
"The Great Wave off Kanagawa",
"Thirty-six Views of Mount Fuji"
],
"relation_labels": [
"part of the series",
"instance of"
]
}
|
select distinct ?obj where { wd:Q252485 wdt:P179 ?obj . ?obj wdt:P31 wd:Q19960510 }
|
lcquad2-20666
|
In which imperative chronicled occasion the range of Sichuan was included ?
|
[
"history of Sichuan"
] |
{
"entities": [
"Q17524420",
"Q19770",
"Q10924779"
],
"relations": [
"P31",
"P2184"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"aspect of history",
"Sichuan",
"history of Sichuan"
],
"relation_labels": [
"instance of",
"history of topic"
]
}
|
select distinct ?obj where { wd:Q19770 wdt:P2184 ?obj . ?obj wdt:P31 wd:Q17524420 }
|
lcquad2-21836
|
Who found Malaria?
|
[
"Ronald Ross"
] |
{
"entities": [
"Q12156",
"Q5",
"Q102034"
],
"relations": [
"P31",
"P61"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"malaria",
"human",
"Ronald Ross"
],
"relation_labels": [
"instance of",
"discoverer or inventor"
]
}
|
select distinct ?obj where { wd:Q12156 wdt:P61 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-12127
|
What was designed with the aid of Pascal, who used to be a member of the Academia Europaea?
|
[
"Niklaus Wirth"
] |
{
"entities": [
"Q92604",
"Q337234",
"Q81571"
],
"relations": [
"P287",
"P463"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Niklaus Wirth",
"Academia Europaea",
"Pascal"
],
"relation_labels": [
"designed by",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q81571 wdt:P287 ?answer . ?answer wdt:P463 wd:Q337234}
|
lcquad2-15228
|
What rebellious do the artists utilize inside "In questa reggia"?
|
[
"Saybrook Colony"
] |
{
"entities": [
"Q5559554",
"Q2228499",
"Q951500"
],
"relations": [
"P19",
"P1365"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Gideon Adams",
"Saybrook Colony",
"Connecticut Colony"
],
"relation_labels": [
"place of birth",
"replaces"
]
}
|
SELECT ?answer WHERE { wd:Q5559554 wdt:P19 ?X . ?X wdt:P1365 ?answer}
|
lcquad2-24288
|
Name the capital cities beginning with letter W.
|
[
"Washington"
] |
{
"entities": [
"Q79281",
"Q5119"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Washington",
"capital city"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q5119 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17652
|
What confidence is the music by Frankie and Johnny?
|
[
"Reform Judaism"
] |
{
"entities": [
"Q774004",
"Q337206",
"Q1133485"
],
"relations": [
"P140",
"P86"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Frankie and Johnny",
"Marvin Hamlisch",
"Reform Judaism"
],
"relation_labels": [
"religion or worldview",
"composer"
]
}
|
SELECT ?answer WHERE { wd:Q774004 wdt:P86 ?X . ?X wdt:P140 ?answer}
|
lcquad2-9941
|
Which {endemic to} and the {parent taxon} of {Tasmanian_devil} ?
|
[
"Sarcophilus",
"Australian continent"
] |
{
"entities": [
"Q134964",
"Q937821",
"Q3960"
],
"relations": [
"P183",
"P171"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Tasmanian devil",
"Sarcophilus",
"Australian continent"
],
"relation_labels": [
"endemic to",
"parent taxon"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q134964 wdt:P183 ?ans_1 . wd:Q134964 wdt:P171 ?ans_2 }
|
lcquad2-15740
|
what are the names of the people that Ibrahim AbuLughod's daughters married?
|
[
"Lila Abu-Lughod"
] |
{
"entities": [
"Q6547452",
"Q6153129",
"Q1423928"
],
"relations": [
"P40",
"P26"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Lila Abu-Lughod",
"Janet Abu-Lughod",
"Ibrahim Abu-Lughod"
],
"relation_labels": [
"child",
"spouse"
]
}
|
SELECT ?answer WHERE { wd:Q1423928 wdt:P26 ?X . ?X wdt:P40 ?answer}
|
lcquad2-20567
|
What is Norwegian's official dialect fundamentally abroad territory?
|
[
"Svalbard"
] |
{
"entities": [
"Q25231",
"Q26934845",
"Q9043"
],
"relations": [
"P37",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Svalbard",
"integral overseas territory",
"Norwegian"
],
"relation_labels": [
"official language",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P37 wd:Q9043 . ?sbj wdt:P31 wd:Q26934845 }
|
lcquad2-20511
|
Who is the supporter holy person of Thessaloniki?
|
[
"electronvolt"
] |
{
"entities": [
"Q3647172",
"Q11379",
"Q83327"
],
"relations": [
"P111",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"unit of mass",
"energy",
"electronvolt"
],
"relation_labels": [
"measured physical quantity",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P111 wd:Q11379 . ?sbj wdt:P31 wd:Q3647172 }
|
lcquad2-19743
|
What is the name of the river that pass through Aachen
|
[
"Wurm"
] |
{
"entities": [
"Q1017",
"Q4022",
"Q153310"
],
"relations": [
"P885",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Aachen",
"river",
"Wurm"
],
"relation_labels": [
"origin of the watercourse",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P885 wd:Q1017 . ?sbj wdt:P31 wd:Q4022 }
|
lcquad2-22569
|
Who is Artemis ' god?
|
[
"Artume"
] |
{
"entities": [
"Q42593818",
"Q781357",
"Q39503"
],
"relations": [
"P31",
"P460"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Etruscan deity",
"Artume",
"Artemis"
],
"relation_labels": [
"instance of",
"said to be the same as"
]
}
|
select distinct ?sbj where { ?sbj wdt:P460 wd:Q39503 . ?sbj wdt:P31 wd:Q42593818 }
|
lcquad2-24073
|
Tell me the stage of animal development begins with s
|
[
"subimago"
] |
{
"entities": [
"Q2576688",
"Q20056177"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"subimago",
"developmental stage of animal"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20056177 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14926
|
Who is the craftsman of the albul Up 'til Now?
|
[
"Art Garfunkel"
] |
{
"entities": [
"Q3277691",
"Q4039",
"Q7897925"
],
"relations": [
"P156",
"P175"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Across America",
"Art Garfunkel",
"Up 'til Now"
],
"relation_labels": [
"followed by",
"performer"
]
}
|
SELECT ?answer WHERE { wd:Q7897925 wdt:P156 ?X . ?X wdt:P175 ?answer}
|
lcquad2-19918
|
What composed work is the foundational content of Esperanto?
|
[
"Unua Libro"
] |
{
"entities": [
"Q81413",
"Q47461344",
"Q143"
],
"relations": [
"P31",
"P457"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Unua Libro",
"written work",
"Esperanto"
],
"relation_labels": [
"instance of",
"foundational text"
]
}
|
select distinct ?obj where { wd:Q143 wdt:P457 ?obj . ?obj wdt:P31 wd:Q47461344 }
|
lcquad2-14332
|
What part of citizenship is Jean Paul Getty?
|
[
"United Nations"
] |
{
"entities": [
"Q318591",
"Q1065",
"Q30"
],
"relations": [
"P463",
"P27"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"J. Paul Getty",
"United Nations",
"United States of America"
],
"relation_labels": [
"member of",
"country of citizenship"
]
}
|
SELECT ?answer WHERE { wd:Q318591 wdt:P27 ?X . ?X wdt:P463 ?answer}
|
lcquad2-21615
|
What are the origins of neuroscience?
|
[
"history of neuroscience"
] |
{
"entities": [
"Q654937",
"Q17524420",
"Q207011"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"history of neuroscience",
"aspect of history",
"neuroscience"
],
"relation_labels": [
"instance of",
"facet of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1269 wd:Q207011 . ?sbj wdt:P31 wd:Q17524420 }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.