id
stringlengths
11
13
question
stringlengths
11
8.64k
answers
sequence
subgraph
dict
sparql
stringlengths
49
483
lcquad2-23527
Disclose me first principle whose name has the word structure in it.
[ "structure" ]
{ "entities": [ "Q1851710", "Q536351" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "structure", "first principle" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q536351 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'structure')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-19952
What genre does hard rock fall into?
[ "Jeanny" ]
{ "entities": [ "Q959564", "Q83270", "Q7366" ], "relations": [ "P31", "P136" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Jeanny", "hard rock", "song" ], "relation_labels": [ "instance of", "genre" ] }
select distinct ?sbj where { ?sbj wdt:P136 wd:Q83270 . ?sbj wdt:P31 wd:Q7366 }
lcquad2-21358
Which street is named after Niels Bohr?
[ "Boulevard Niels Bohr" ]
{ "entities": [ "Q7085", "Q79007", "Q72639527" ], "relations": [ "P31", "P138" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Niels Bohr", "street", "Boulevard Niels Bohr" ], "relation_labels": [ "instance of", "named after" ] }
select distinct ?sbj where { ?sbj wdt:P138 wd:Q7085 . ?sbj wdt:P31 wd:Q79007 }
lcquad2-20542
Let me know the Wikimedia category for representatives of Arizona State College.
[ "Category:Arizona State University faculty" ]
{ "entities": [ "Q4167836", "Q6375784", "Q670897" ], "relations": [ "P31", "P4195" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Wikimedia category", "Category:Arizona State University faculty", "Arizona State University" ], "relation_labels": [ "instance of", "category for employees of the organization" ] }
select distinct ?obj where { wd:Q670897 wdt:P4195 ?obj . ?obj wdt:P31 wd:Q4167836 }
lcquad2-12475
Which is the {city} of {Jared Leto} which has a {twin city} called {Bordeaux}?
[ "Los Angeles" ]
{ "entities": [ "Q1479", "Q65", "Q484523" ], "relations": [ "P190", "P551" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Bordeaux", "Los Angeles", "Jared Leto" ], "relation_labels": [ "twinned administrative body", "residence" ] }
SELECT ?answer WHERE { wd:Q484523 wdt:P551 ?answer . ?answer wdt:P190 wd:Q1479}
lcquad2-15098
Give me the name of developer of the turbine NSU spider?
[ "Felix Wankel" ]
{ "entities": [ "Q373921", "Q182883", "Q77097" ], "relations": [ "P516", "P61" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "NSU Spider", "Wankel engine", "Felix Wankel" ], "relation_labels": [ "powered by", "discoverer or inventor" ] }
SELECT ?answer WHERE { wd:Q373921 wdt:P516 ?X . ?X wdt:P61 ?answer}
lcquad2-12137
"What is {topography of Melbourne} of {topography of subject}, that has {Cate Blanchett} is {area born} ?"
[ "Melbourne" ]
{ "entities": [ "Q80966", "Q3141", "Q5535186" ], "relations": [ "P2633", "P19" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Cate Blanchett", "Melbourne", "geography of Melbourne" ], "relation_labels": [ "geography of topic", "place of birth" ] }
SELECT ?answer WHERE { wd:Q80966 wdt:P19 ?answer . ?answer wdt:P2633 wd:Q5535186}
lcquad2-22196
What was the title of the shuttle made for group individuals of Alan Shepard?
[ "Mercury-Redstone 3" ]
{ "entities": [ "Q174979", "Q7217761", "Q623903" ], "relations": [ "P31", "P1029" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Alan Shepard", "manned spacecraft", "Mercury-Redstone 3" ], "relation_labels": [ "instance of", "crew member(s)" ] }
select distinct ?sbj where { ?sbj wdt:P1029 wd:Q174979 . ?sbj wdt:P31 wd:Q7217761 }
lcquad2-13346
"Which is {said to be diverse from} of {cloud}, whose {dialect of URL} is {creole dialect} ?"
[ "Nuaj" ]
{ "entities": [ "Q33289", "Q12894866", "Q8074" ], "relations": [ "P407", "P460" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "creole language", "Nuaj", "cloud" ], "relation_labels": [ "language of work or name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q8074 wdt:P460 ?answer . ?answer wdt:P407 wd:Q33289}
lcquad2-24421
What fan tradition begins with the letter "v"?
[ "VidCon" ]
{ "entities": [ "Q1129398", "Q7927608" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "fan convention", "VidCon" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1129398 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-24945
Name the divide and triumph over algorithm determined by using Tony Hoare that incorporates the phrase "quicksort" in its name
[ "quicksort" ]
{ "entities": [ "Q92602", "Q671298", "Q486598" ], "relations": [ "P31", "P61" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "Tony Hoare", "divide-and-conquer algorithm", "quicksort" ], "relation_labels": [ "instance of", "discoverer or inventor" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q671298 . ?sbj wdt:P61 wd:Q92602 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'quicksort')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16716
What is the result of crane fertilizer?
[ "eating" ]
{ "entities": [ "Q213449", "Q20984829", "Q178692" ], "relations": [ "P618", "P828" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "eating", "human energy", "crane" ], "relation_labels": [ "source of energy", "has cause" ] }
SELECT ?answer WHERE { wd:Q178692 wdt:P618 ?X . ?X wdt:P828 ?answer}
lcquad2-22204
What is the most elevated level of legal specialist within the institution of the European Union?
[ "Court of Justice of the European Union" ]
{ "entities": [ "Q748720", "Q4951", "Q458" ], "relations": [ "P31", "P209" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Institutions of the European Union", "Court of Justice of the European Union", "European Union" ], "relation_labels": [ "instance of", "highest judicial authority" ] }
select distinct ?obj where { wd:Q458 wdt:P209 ?obj . ?obj wdt:P31 wd:Q748720 }
lcquad2-17393
Which the Showrunner of the arrangement of protest?
[ "Tony Scott" ]
{ "entities": [ "Q193648", "Q5935", "Q52146081" ], "relations": [ "P179", "P1431" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Tony Scott", "Numbers", "Protest" ], "relation_labels": [ "part of the series", "executive producer" ] }
SELECT ?answer WHERE { wd:Q52146081 wdt:P179 ?X . ?X wdt:P1431 ?answer}
lcquad2-21017
What is the board of the University of Georgia Technology Institute's subsidy?
[ "University System of Georgia" ]
{ "entities": [ "Q2495809", "Q864855", "Q1075106" ], "relations": [ "P31", "P355" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "University System of Georgia", "Georgia Institute of Technology", "state university system" ], "relation_labels": [ "instance of", "has subsidiary" ] }
select distinct ?sbj where { ?sbj wdt:P355 wd:Q864855 . ?sbj wdt:P31 wd:Q1075106 }
lcquad2-14855
Where did the creator of A Move to the Music of Time die?
[ "Frome" ]
{ "entities": [ "Q1392936", "Q1242441", "Q573813" ], "relations": [ "P20", "P50" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "A Dance to the Music of Time", "Frome", "Anthony Powell" ], "relation_labels": [ "place of death", "author" ] }
SELECT ?answer WHERE { wd:Q1392936 wdt:P50 ?X . ?X wdt:P20 ?answer}
lcquad2-21065
What is the 50 Cent filmography filmography?
[ "50 Cent filmography" ]
{ "entities": [ "Q1371849", "Q16054136", "Q6060" ], "relations": [ "P31", "P1283" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "filmography", "50 Cent filmography", "50 Cent" ], "relation_labels": [ "instance of", "filmography" ] }
select distinct ?obj where { wd:Q6060 wdt:P1283 ?obj . ?obj wdt:P31 wd:Q1371849 }
lcquad2-13621
"Which is {candidate} of {Battle of Oudenarde}, that has {diplomatic relation} is {Japan} ?"
[ "United Kingdom" ]
{ "entities": [ "Q17", "Q316139", "Q145" ], "relations": [ "P710", "P530" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Japan", "Battle of Oudenarde", "United Kingdom" ], "relation_labels": [ "participant", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q316139 wdt:P710 ?answer . ?answer wdt:P530 wd:Q17}
lcquad2-11887
What did Logo invent while living in the United States?
[ "Seymour Papert" ]
{ "entities": [ "Q335027", "Q201436", "Q30" ], "relations": [ "P178", "P551" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Seymour Papert", "Logo", "United States of America" ], "relation_labels": [ "developer", "residence" ] }
SELECT ?answer WHERE { wd:Q201436 wdt:P178 ?answer . ?answer wdt:P551 wd:Q30}
lcquad2-17121
Who is Ralph Vaughan Williams's pupil?
[ "Gordon Jacob" ]
{ "entities": [ "Q207947", "Q1350215", "Q16013625" ], "relations": [ "P802", "P1066" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Ralph Vaughan Williams", "Gordon Jacob", "Helen Glatz" ], "relation_labels": [ "student", "student of" ] }
SELECT ?answer WHERE { wd:Q207947 wdt:P802 ?X . ?X wdt:P1066 ?answer}
lcquad2-17444
What is Zac Efron's timezone?
[ "UTC+10:00" ]
{ "entities": [ "Q1018597", "Q45229", "Q7056" ], "relations": [ "P421", "P551" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Byron Bay", "Zac Efron", "UTC+10:00" ], "relation_labels": [ "located in time zone", "residence" ] }
SELECT ?answer WHERE { wd:Q45229 wdt:P551 ?X . ?X wdt:P421 ?answer}
lcquad2-14845
who child of has brother of Arthur Baldwin, 3rd earl baldwin of bewdley ?
[ "Stanley Baldwin" ]
{ "entities": [ "Q166635", "Q4090718", "Q4797909" ], "relations": [ "P3373", "P22" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Stanley Baldwin", "Oliver Baldwin, 2nd Earl Baldwin of Bewdley", "Arthur Baldwin, 3rd Earl Baldwin of Bewdley" ], "relation_labels": [ "sibling", "father" ] }
SELECT ?answer WHERE { wd:Q4797909 wdt:P3373 ?X . ?X wdt:P22 ?answer}
lcquad2-15739
what is the current record to beat for sprinting?
[ "list of Olympic records in athletics" ]
{ "entities": [ "Q624482", "Q1043261", "Q542" ], "relations": [ "P641", "P2869" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "sprinting", "list of Olympic records in athletics", "athletics" ], "relation_labels": [ "sport", "record or record progression" ] }
SELECT ?answer WHERE { wd:Q624482 wdt:P641 ?X . ?X wdt:P2869 ?answer}
lcquad2-22222
What are the colonial beginnings of the European Union?
[ "Portugal" ]
{ "entities": [ "Q20181813", "Q458", "Q45" ], "relations": [ "P31", "P150" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "colonial power", "European Union", "Portugal" ], "relation_labels": [ "instance of", "contains the administrative territorial entity" ] }
select distinct ?obj where { wd:Q458 wdt:P150 ?obj . ?obj wdt:P31 wd:Q20181813 }
lcquad2-11776
Who is the film director of The Powerpuff Girls whose forename is Gennadi ?
[ "Genndy Tartakovsky" ]
{ "entities": [ "Q1236206", "Q1502356", "Q347111" ], "relations": [ "P735", "P57" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "The Powerpuff Girls", "Gennady", "Genndy Tartakovsky" ], "relation_labels": [ "given name", "director" ] }
SELECT ?answer WHERE { wd:Q1236206 wdt:P57 ?answer . ?answer wdt:P735 wd:Q1502356}
lcquad2-25410
What are the gene that encode Insulin, isoform CRA_a and which that begins with the letter i
[ "INS" ]
{ "entities": [ "Q21163221", "Q7187", "Q21121462" ], "relations": [ "P31", "P688" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "INS", "gene", "Insulin, isoform CRA_a" ], "relation_labels": [ "instance of", "encodes" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7187 . ?sbj wdt:P688 wd:Q21121462 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'i')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-23140
What is a fictional detective whose name contains the word sam?
[ "Sam Spade" ]
{ "entities": [ "Q3656924", "Q2533737" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "fictional detective", "Sam Spade" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3656924 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sam')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-9895
Who founded the Church of Jesus Christ of Latter Day Saints, and who is it owned by?
[ "Temple Square", "Joseph Smith" ]
{ "entities": [ "Q47102", "Q2085218", "Q42504" ], "relations": [ "P112", "P1830" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "Joseph Smith", "Temple Square", "The Church of Jesus Christ of Latter-day Saints" ], "relation_labels": [ "founded by", "owner of" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q42504 wdt:P1830 ?ans_1 . wd:Q42504 wdt:P112 ?ans_2 }
lcquad2-13889
We were educated by Ben Okri that his hometown is within the Hercules Building that's right?
[ "William Blake" ]
{ "entities": [ "Q23647494", "Q315362", "Q41513" ], "relations": [ "P737", "P551" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Hercules Buildings", "Ben Okri", "William Blake" ], "relation_labels": [ "influenced by", "residence" ] }
SELECT ?answer WHERE { wd:Q315362 wdt:P737 ?answer . ?answer wdt:P551 wd:Q23647494}
lcquad2-25326
What what is archaeological web site World Heritage criteria(iii)} and also which starts with letter t
[ "Tamgaly" ]
{ "entities": [ "Q839954", "Q23038977", "Q943327" ], "relations": [ "P31", "P2614" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "archaeological site", "World Heritage selection criterion (iii)", "Tamgaly" ], "relation_labels": [ "instance of", "World Heritage criteria" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q839954 . ?sbj wdt:P2614 wd:Q23038977 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16416
What are the qualifications to be a member of Salvador Dali?
[ "Multilateral Investment Guarantee Agency" ]
{ "entities": [ "Q5577", "Q142", "Q1043527" ], "relations": [ "P463", "P937" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Salvador Dalí", "France", "Multilateral Investment Guarantee Agency" ], "relation_labels": [ "member of", "work location" ] }
SELECT ?answer WHERE { wd:Q5577 wdt:P937 ?X . ?X wdt:P463 ?answer}
lcquad2-15071
Which characters died in the play Oedipus Rex?
[ "Atene" ]
{ "entities": [ "Q13422916", "Q148643", "Q7235" ], "relations": [ "P20", "P50" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Atene", "Oedipus Rex", "Sophocles" ], "relation_labels": [ "place of death", "author" ] }
SELECT ?answer WHERE { wd:Q148643 wdt:P50 ?X . ?X wdt:P20 ?answer}
lcquad2-13614
What star of the film "Manhattan" got their instruction at the College of Chicago?
[ "David Rasche" ]
{ "entities": [ "Q729572", "Q131252", "Q731310" ], "relations": [ "P161", "P69" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "David Rasche", "University of Chicago", "Manhattan" ], "relation_labels": [ "cast member", "educated at" ] }
SELECT ?answer WHERE { wd:Q731310 wdt:P161 ?answer . ?answer wdt:P69 wd:Q131252}
lcquad2-13706
What is the region of Perth has wards such as the Shire of Cunderin?
[ "Western Australia" ]
{ "entities": [ "Q1143918", "Q3183", "Q3206" ], "relations": [ "P150", "P131" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Shire of Cunderdin", "Perth", "Western Australia" ], "relation_labels": [ "contains the administrative territorial entity", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q3183 wdt:P131 ?answer . ?answer wdt:P150 wd:Q1143918}
lcquad2-16403
The extended form of Extended Common Object File Format is what type of film?
[ "object file" ]
{ "entities": [ "Q856364", "Q14902318", "Q5322705" ], "relations": [ "P144", "P136" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Common Object File Format", "object file", "Extended Common Object File Format" ], "relation_labels": [ "based on", "genre" ] }
SELECT ?answer WHERE { wd:Q5322705 wdt:P144 ?X . ?X wdt:P136 ?answer}
lcquad2-17299
Which is the one responsible commander for John Ledyard's headed department
[ "Charles III" ]
{ "entities": [ "Q43274", "Q1046947", "Q718690" ], "relations": [ "P241", "P4791" ], "adjacency": [ [ 2, 0, 1 ], [ 1, 1, 0 ] ], "entity_labels": [ "Charles III", "Royal Marines", "John Ledyard" ], "relation_labels": [ "military branch", "commanded by" ] }
SELECT ?answer WHERE { wd:Q718690 wdt:P241 ?X . ?X wdt:P4791 ?answer}
lcquad2-10084
Marxism was founded by, and named after, which person?
[ "Friedrich Engels", "Karl Marx" ]
{ "entities": [ "Q7264", "Q34787", "Q9061" ], "relations": [ "P138", "P61" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Marxism", "Friedrich Engels", "Karl Marx" ], "relation_labels": [ "named after", "discoverer or inventor" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q7264 wdt:P61 ?ans_1 . wd:Q7264 wdt:P138 ?ans_2 }
lcquad2-9553
Give me the name of the Soviet Union's office held by head of state and the office held by head of government.
[ "President of the Soviet Union", "Chairman of the Council of Ministers of the USSR" ]
{ "entities": [ "Q15180", "Q1255261", "Q61872188" ], "relations": [ "P1906", "P1313" ], "adjacency": [ [ 0, 0, 1 ], [ 0, 1, 2 ] ], "entity_labels": [ "Soviet Union", "President of the Soviet Union", "Chairman of the Council of Ministers of the USSR" ], "relation_labels": [ "office held by head of state", "office held by head of government" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q15180 wdt:P1906 ?ans_1 . wd:Q15180 wdt:P1313 ?ans_2 }
lcquad2-15840
What actress was mentioned in Red Skull?
[ "Darren McGavin" ]
{ "entities": [ "Q2034529", "Q1035093", "Q1150547" ], "relations": [ "P161", "P1441" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Red Skull", "Captain America", "Darren McGavin" ], "relation_labels": [ "cast member", "present in work" ] }
SELECT ?answer WHERE { wd:Q2034529 wdt:P1441 ?X . ?X wdt:P161 ?answer}
lcquad2-9977
What is the history of and the product or material produced by animation?
[ "image film", "history of animation" ]
{ "entities": [ "Q16678561", "Q15272421", "Q11425" ], "relations": [ "P1056", "P2184" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "image film", "history of animation", "animation" ], "relation_labels": [ "product or material produced", "history of topic" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q11425 wdt:P1056 ?ans_1 . wd:Q11425 wdt:P2184 ?ans_2 }
lcquad2-16532
What is the hub and who is Shandong Airlines ' owner?
[ "Beijing Capital International Airport" ]
{ "entities": [ "Q51747", "Q1153602", "Q32190" ], "relations": [ "P127", "P113" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Air China", "Shandong Airlines", "Beijing Capital International Airport" ], "relation_labels": [ "owned by", "airline hub" ] }
SELECT ?answer WHERE { wd:Q1153602 wdt:P127 ?X . ?X wdt:P113 ?answer}
lcquad2-12189
What is the occupation of Uesugi Kenshin, whose competitor is Shibata Katsuie?
[ "Battle of Tedorigawa" ]
{ "entities": [ "Q1045768", "Q311080", "Q707587" ], "relations": [ "P607", "P710" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Battle of Tedorigawa", "Uesugi Kenshin", "Shibata Katsuie" ], "relation_labels": [ "conflict", "participant" ] }
SELECT ?answer WHERE { wd:Q311080 wdt:P607 ?answer . ?answer wdt:P710 wd:Q707587}
lcquad2-17706
What material is used for construction in the plays of John Paul Jones?
[ "mahogany wood" ]
{ "entities": [ "Q6607", "Q190243", "Q239788" ], "relations": [ "P1303", "P186" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "guitar", "John Paul Jones", "mahogany wood" ], "relation_labels": [ "instrument", "made from material" ] }
SELECT ?answer WHERE { wd:Q190243 wdt:P1303 ?X . ?X wdt:P186 ?answer}
lcquad2-22546
What radio station does Stanford College own?
[ "KZSU" ]
{ "entities": [ "Q14350", "Q41506", "Q6342659" ], "relations": [ "P31", "P1830" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "radio station", "Stanford University", "KZSU" ], "relation_labels": [ "instance of", "owner of" ] }
select distinct ?obj where { wd:Q41506 wdt:P1830 ?obj . ?obj wdt:P31 wd:Q14350 }
lcquad2-20530
What was the sovereign state of the German Democratic Republic's diplomatic relations?
[ "Pakistan" ]
{ "entities": [ "Q843", "Q16957", "Q3624078" ], "relations": [ "P31", "P530" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Pakistan", "German Democratic Republic", "sovereign state" ], "relation_labels": [ "instance of", "diplomatic relation" ] }
select distinct ?sbj where { ?sbj wdt:P530 wd:Q16957 . ?sbj wdt:P31 wd:Q3624078 }
lcquad2-10182
Name the game mode and method for playing Pac-Man.
[ "touchscreen", "single-player video game" ]
{ "entities": [ "Q165970", "Q208850", "Q173626" ], "relations": [ "P404", "P479" ], "adjacency": [ [ 2, 0, 1 ], [ 2, 1, 0 ] ], "entity_labels": [ "touchscreen", "single-player video game", "Pac-Man" ], "relation_labels": [ "game mode", "input device" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q173626 wdt:P404 ?ans_1 . wd:Q173626 wdt:P479 ?ans_2 }
lcquad2-12598
What is the first identify of William Wilkerson, that is the identical as Will?
[ "William" ]
{ "entities": [ "Q12344159", "Q15729029", "Q15485276" ], "relations": [ "P735", "P460" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "William", "Will", "William Wilkerson" ], "relation_labels": [ "given name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q15485276 wdt:P735 ?answer . ?answer wdt:P460 wd:Q15729029}
lcquad2-14735
What is the proximate result of utilizing pickling?
[ "lactic acid bacteria" ]
{ "entities": [ "Q1503967", "Q13360072", "Q43017" ], "relations": [ "P2283", "P1478" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "pickling", "lactic acid bacteria", "lactic acid fermentation" ], "relation_labels": [ "uses", "has immediate cause" ] }
SELECT ?answer WHERE { wd:Q1503967 wdt:P2283 ?X . ?X wdt:P1478 ?answer}
lcquad2-23003
What is Fidel Castro's communist party for the part of the political party.
[ "Communist Party of Cuba" ]
{ "entities": [ "Q371402", "Q11256", "Q233591" ], "relations": [ "P102", "P31" ], "adjacency": [ [ 1, 0, 0 ], [ 0, 1, 2 ] ], "entity_labels": [ "Communist Party of Cuba", "Fidel Castro", "communist party" ], "relation_labels": [ "member of political party", "instance of" ] }
select distinct ?obj where { wd:Q11256 wdt:P102 ?obj . ?obj wdt:P31 wd:Q233591 }
lcquad2-25666
Name an European recreation governing physique that starts offevolved with letter E
[ "European Volleyball Confederation" ]
{ "entities": [ "Q46", "Q6854", "Q11422536" ], "relations": [ "P31", "P1001" ], "adjacency": [ [ 1, 0, 2 ], [ 1, 1, 0 ] ], "entity_labels": [ "Europe", "European Volleyball Confederation", "international sport governing body" ], "relation_labels": [ "instance of", "applies to jurisdiction" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11422536 . ?sbj wdt:P1001 wd:Q46 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'e')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12786
"Which is {birth location} of {Anne Perry}, which has {office of head of government} is {Mayor of London} ?"
[ "London" ]
{ "entities": [ "Q38931", "Q288627", "Q84" ], "relations": [ "P19", "P1313" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Mayor of London", "Anne Perry", "London" ], "relation_labels": [ "place of birth", "office held by head of government" ] }
SELECT ?answer WHERE { wd:Q288627 wdt:P19 ?answer . ?answer wdt:P1313 wd:Q38931}
lcquad2-20114
Who is the {human} for {mother} of {Francisco Franco}
[ "Pilar Bahamonde y Pardo de Andrade" ]
{ "entities": [ "Q29179", "Q5", "Q17269996" ], "relations": [ "P25", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Francisco Franco", "human", "Pilar Bahamonde y Pardo de Andrade" ], "relation_labels": [ "mother", "instance of" ] }
select distinct ?obj where { wd:Q29179 wdt:P25 ?obj . ?obj wdt:P31 wd:Q5 }
lcquad2-15868
Alonso Quilano portrayed what employment?
[ "television actor" ]
{ "entities": [ "Q10798782", "Q103876", "Q944201" ], "relations": [ "P106", "P175" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "television actor", "Peter O'Toole", "Alonso Quijano" ], "relation_labels": [ "occupation", "performer" ] }
SELECT ?answer WHERE { wd:Q944201 wdt:P175 ?X . ?X wdt:P106 ?answer}
lcquad2-14820
Who is the on-screen character of "Once Upon a Time within the West"?
[ "film actor" ]
{ "entities": [ "Q1056349", "Q168154", "Q10800557" ], "relations": [ "P106", "P161" ], "adjacency": [ [ 1, 1, 0 ], [ 0, 0, 2 ] ], "entity_labels": [ "Paolo Stoppa", "Once Upon a Time in the West", "film actor" ], "relation_labels": [ "occupation", "cast member" ] }
SELECT ?answer WHERE { wd:Q168154 wdt:P161 ?X . ?X wdt:P106 ?answer}
lcquad2-16813
What sport does Khristo Etropolski's sister play?
[ "sabre fencing" ]
{ "entities": [ "Q3815013", "Q3554907", "Q1156606" ], "relations": [ "P3373", "P2416" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Khristo Etropolski", "Vasil Etropolski", "sabre fencing" ], "relation_labels": [ "sibling", "sports discipline competed in" ] }
SELECT ?answer WHERE { wd:Q3815013 wdt:P3373 ?X . ?X wdt:P2416 ?answer}
lcquad2-24977
Which is the de facto standard named after the luminiferous aether and whose title contains the word ethernet?
[ "Ethernet" ]
{ "entities": [ "Q385853", "Q208702", "Q79984" ], "relations": [ "P31", "P138" ], "adjacency": [ [ 2, 0, 0 ], [ 2, 1, 1 ] ], "entity_labels": [ "de facto standard", "luminiferous aether", "Ethernet" ], "relation_labels": [ "instance of", "named after" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q385853 . ?sbj wdt:P138 wd:Q208702 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'ethernet')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21380
What company makes My Small Pony?
[ "Hasbro" ]
{ "entities": [ "Q501476", "Q6881511", "Q1071312" ], "relations": [ "P31", "P176" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Hasbro", "enterprise", "My Little Pony" ], "relation_labels": [ "instance of", "manufacturer" ] }
select distinct ?obj where { wd:Q1071312 wdt:P176 ?obj . ?obj wdt:P31 wd:Q6881511 }
lcquad2-23212
Name a scriptural character that contain the word " yael" in its name
[ "Yael" ]
{ "entities": [ "Q954820", "Q20643955" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Yael", "human biblical figure" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20643955 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yael')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-15526
What is technetium and how was it discovered?
[ "Libya" ]
{ "entities": [ "Q1016", "Q1054", "Q38" ], "relations": [ "P189", "P530" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Libya", "technetium", "Italy" ], "relation_labels": [ "location of discovery", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q1054 wdt:P189 ?X . ?X wdt:P530 ?answer}
lcquad2-22041
What texts had Hebrew as it's original language?
[ "ha-Ketubah" ]
{ "entities": [ "Q7725634", "Q9288", "Q96739716" ], "relations": [ "P31", "P407" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "literary work", "Hebrew", "ha-Ketubah" ], "relation_labels": [ "instance of", "language of work or name" ] }
select distinct ?sbj where { ?sbj wdt:P407 wd:Q9288 . ?sbj wdt:P31 wd:Q7725634 }
lcquad2-20217
Who is responsible for the study of humanities?
[ "social studies" ]
{ "entities": [ "Q80083", "Q14565700", "Q11862829" ], "relations": [ "P1382", "P31" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "humanities", "social studies", "academic discipline" ], "relation_labels": [ "partially coincident with", "instance of" ] }
select distinct ?obj where { wd:Q80083 wdt:P1382 ?obj . ?obj wdt:P31 wd:Q11862829 }
lcquad2-13598
Where is the demise place of Amon Goth, which has twin cities named Milan?
[ "Kraków" ]
{ "entities": [ "Q84152", "Q31487", "Q490" ], "relations": [ "P190", "P20" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Amon Göth", "Kraków", "Milan" ], "relation_labels": [ "twinned administrative body", "place of death" ] }
SELECT ?answer WHERE { wd:Q84152 wdt:P20 ?answer . ?answer wdt:P190 wd:Q490}
lcquad2-20773
What's the Betelgeuse star grouping constellation?
[ "Orion" ]
{ "entities": [ "Q12124", "Q8928", "Q8860" ], "relations": [ "P31", "P59" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Betelgeuse", "constellation", "Orion" ], "relation_labels": [ "instance of", "constellation" ] }
select distinct ?obj where { wd:Q12124 wdt:P59 ?obj . ?obj wdt:P31 wd:Q8928 }
lcquad2-17003
Name the player conflict of 61st Infantry Division
[ "Central Powers" ]
{ "entities": [ "Q361", "Q152283", "Q2817951" ], "relations": [ "P607", "P710" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "World War I", "Central Powers", "61st Infantry Division" ], "relation_labels": [ "conflict", "participant" ] }
SELECT ?answer WHERE { wd:Q2817951 wdt:P607 ?X . ?X wdt:P710 ?answer}
lcquad2-13336
Which is the beginning city of Mamoru Miyano , that have indigenous council specifically Saitama Prefectural Assembly?
[ "Saitama Prefecture" ]
{ "entities": [ "Q128186", "Q11426811", "Q519821" ], "relations": [ "P19", "P194" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Saitama Prefecture", "Saitama Prefectural Assembly", "Mamoru Miyano" ], "relation_labels": [ "place of birth", "legislative body" ] }
SELECT ?answer WHERE { wd:Q519821 wdt:P19 ?answer . ?answer wdt:P194 wd:Q11426811}
lcquad2-13907
What was found at Astatine that's within the nation of Lesotho?
[ "United States of America" ]
{ "entities": [ "Q1013", "Q999", "Q30" ], "relations": [ "P189", "P530" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "Lesotho", "astatine", "United States of America" ], "relation_labels": [ "location of discovery", "diplomatic relation" ] }
SELECT ?answer WHERE { wd:Q999 wdt:P189 ?answer . ?answer wdt:P530 wd:Q1013}
lcquad2-20789
For the Kingdom of Arabia, what is the Arab diplomacy organization.
[ "European Union" ]
{ "entities": [ "Q4120211", "Q7172", "Q458" ], "relations": [ "P31", "P530" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "regional organization", "Arab League", "European Union" ], "relation_labels": [ "instance of", "diplomatic relation" ] }
select distinct ?sbj where { ?sbj wdt:P530 wd:Q7172 . ?sbj wdt:P31 wd:Q4120211 }
lcquad2-17452
What is the arrangement in work of Waluigi?
[ "Mario Strikers" ]
{ "entities": [ "Q16735994", "Q1060037", "Q1050827" ], "relations": [ "P179", "P1441" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Mario Strikers", "Mario Strikers Charged", "Waluigi" ], "relation_labels": [ "part of the series", "present in work" ] }
SELECT ?answer WHERE { wd:Q1050827 wdt:P1441 ?X . ?X wdt:P179 ?answer}
lcquad2-23179
Give me cross that has the name "war" in it.
[ "Rainow War Memorial Cross and Seat" ]
{ "entities": [ "Q40843", "Q62273210" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "cross", "Rainow War Memorial Cross and Seat" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q40843 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'war')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20651
Where is the street bridge for following crossing upstream of London Bridge?
[ "Tower Bridge" ]
{ "entities": [ "Q130206", "Q537127", "Q83125" ], "relations": [ "P31", "P2673" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "London Bridge", "road bridge", "Tower Bridge" ], "relation_labels": [ "instance of", "next crossing upstream" ] }
select distinct ?sbj where { ?sbj wdt:P2673 wd:Q130206 . ?sbj wdt:P31 wd:Q537127 }
lcquad2-22297
Title a auxiliary of the company Sears
[ "Sears Holdings Corporation" ]
{ "entities": [ "Q6499202", "Q966556", "Q4830453" ], "relations": [ "P31", "P355" ], "adjacency": [ [ 1, 1, 0 ], [ 1, 0, 2 ] ], "entity_labels": [ "Sears", "Sears Holdings Corporation", "business" ], "relation_labels": [ "instance of", "has subsidiary" ] }
select distinct ?sbj where { ?sbj wdt:P355 wd:Q6499202 . ?sbj wdt:P31 wd:Q4830453 }
lcquad2-9716
Sherlock Holmes was created and is owned by who?
[ "Arthur Conan Doyle", "Toby" ]
{ "entities": [ "Q20822927", "Q35610", "Q4653" ], "relations": [ "P1830", "P170" ], "adjacency": [ [ 2, 1, 1 ], [ 2, 0, 0 ] ], "entity_labels": [ "Toby", "Arthur Conan Doyle", "Sherlock Holmes" ], "relation_labels": [ "owner of", "creator" ] }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q4653 wdt:P170 ?ans_1 . wd:Q4653 wdt:P1830 ?ans_2 }
lcquad2-12200
Was Forbearing I's center title the same as Klemen?
[ "Clemens" ]
{ "entities": [ "Q18180166", "Q1367830", "Q42887" ], "relations": [ "P735", "P460" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Clemens", "Klemen", "Clement I" ], "relation_labels": [ "given name", "said to be the same as" ] }
SELECT ?answer WHERE { wd:Q42887 wdt:P735 ?answer . ?answer wdt:P460 wd:Q1367830}
lcquad2-24829
What authoritative regional substance of Russia begins with the letter "t"?
[ "Tomsk" ]
{ "entities": [ "Q192287", "Q976" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "subdivision of Russia", "Tomsk" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q192287 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-20997
What is the current version of Hamlet?
[ "Hamlet" ]
{ "entities": [ "Q41567", "Q105943577", "Q3331189" ], "relations": [ "P31", "P747" ], "adjacency": [ [ 0, 1, 1 ], [ 1, 0, 2 ] ], "entity_labels": [ "Hamlet", "Hamlet", "version, edition, or translation" ], "relation_labels": [ "instance of", "has edition or translation" ] }
select distinct ?obj where { wd:Q41567 wdt:P747 ?obj . ?obj wdt:P31 wd:Q3331189 }
lcquad2-17333
By whom is the musical score of Illya Darling written?
[ "Manos Hatzidakis" ]
{ "entities": [ "Q447433", "Q1423540", "Q11287179" ], "relations": [ "P86", "P144" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "Manos Hatzidakis", "Never on Sunday", "Illya Darling" ], "relation_labels": [ "composer", "based on" ] }
SELECT ?answer WHERE { wd:Q11287179 wdt:P144 ?X . ?X wdt:P86 ?answer}
lcquad2-21730
Who is the father of Errol Flynn?
[ "Sean Flynn" ]
{ "entities": [ "Q93188", "Q5", "Q327426" ], "relations": [ "P31", "P22" ], "adjacency": [ [ 2, 1, 0 ], [ 2, 0, 1 ] ], "entity_labels": [ "Errol Flynn", "human", "Sean Flynn" ], "relation_labels": [ "instance of", "father" ] }
select distinct ?sbj where { ?sbj wdt:P22 wd:Q93188 . ?sbj wdt:P31 wd:Q5 }
lcquad2-20066
Which art movement did the inventor of Claude Monet start?
[ "Impressionism" ]
{ "entities": [ "Q40415", "Q296", "Q968159" ], "relations": [ "P31", "P61" ], "adjacency": [ [ 0, 1, 1 ], [ 0, 0, 2 ] ], "entity_labels": [ "Impressionism", "Claude Monet", "art movement" ], "relation_labels": [ "instance of", "discoverer or inventor" ] }
select distinct ?sbj where { ?sbj wdt:P61 wd:Q296 . ?sbj wdt:P31 wd:Q968159 }
lcquad2-20510
What tv station does Oprah Winfrey work for?
[ "The Ellen DeGeneres Show" ]
{ "entities": [ "Q15416", "Q839150", "Q483325" ], "relations": [ "P31", "P170" ], "adjacency": [ [ 1, 1, 2 ], [ 1, 0, 0 ] ], "entity_labels": [ "television program", "The Ellen DeGeneres Show", "Ellen DeGeneres" ], "relation_labels": [ "instance of", "creator" ] }
select distinct ?sbj where { ?sbj wdt:P170 wd:Q483325 . ?sbj wdt:P31 wd:Q15416 }
lcquad2-12603
Who is Utopia's writer, Lord Chancellor's political seat?
[ "Thomas More" ]
{ "entities": [ "Q217217", "Q404158", "Q42544" ], "relations": [ "P39", "P50" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Lord Chancellor", "Utopia", "Thomas More" ], "relation_labels": [ "position held", "author" ] }
SELECT ?answer WHERE { wd:Q404158 wdt:P50 ?answer . ?answer wdt:P39 wd:Q217217}
lcquad2-12363
What is Anne Baxter's award that has winners such as Wendy Hiller?
[ "Academy Award for Best Supporting Actress" ]
{ "entities": [ "Q228906", "Q230626", "Q106301" ], "relations": [ "P1346", "P166" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Anne Baxter", "Wendy Hiller", "Academy Award for Best Supporting Actress" ], "relation_labels": [ "winner", "award received" ] }
SELECT ?answer WHERE { wd:Q228906 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q230626}
lcquad2-23220
Which is the proficient administrations firm which contains the word kpmg in it's name?
[ "KPMG" ]
{ "entities": [ "Q23670565", "Q493751" ], "relations": [ "P31" ], "adjacency": [ [ 1, 0, 0 ] ], "entity_labels": [ "professional services firm", "KPMG" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q23670565 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'kpmg')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-21936
who is the nation code top-level space for top-level Web space of German Majority rule Republic?
[ ".dd" ]
{ "entities": [ "Q42032", "Q16957", "Q435553" ], "relations": [ "P31", "P78" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "country code top-level domain", "German Democratic Republic", ".dd" ], "relation_labels": [ "instance of", "top-level Internet domain" ] }
select distinct ?obj where { wd:Q16957 wdt:P78 ?obj . ?obj wdt:P31 wd:Q42032 }
lcquad2-16598
HOW MANY MEMBER ACTIVE FOR LYSANDER SPOONER
[ "United Nations" ]
{ "entities": [ "Q1065", "Q538091", "Q30" ], "relations": [ "P463", "P937" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "United Nations", "Lysander Spooner", "United States of America" ], "relation_labels": [ "member of", "work location" ] }
SELECT ?answer WHERE { wd:Q538091 wdt:P937 ?X . ?X wdt:P463 ?answer}
lcquad2-23217
What are the tutorial self-discipline which start with the letter transplantology
[ "transplantology" ]
{ "entities": [ "Q1049976", "Q11862829" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "transplantology", "academic discipline" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q11862829 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'transplantology')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-16332
Patrick Harrington follow what type of ideology?
[ "British fascism" ]
{ "entities": [ "Q4969961", "Q7146663", "Q158093" ], "relations": [ "P102", "P1142" ], "adjacency": [ [ 1, 0, 2 ], [ 2, 1, 0 ] ], "entity_labels": [ "British fascism", "Patrick Harrington", "National Front" ], "relation_labels": [ "member of political party", "political ideology" ] }
SELECT ?answer WHERE { wd:Q7146663 wdt:P102 ?X . ?X wdt:P1142 ?answer}
lcquad2-12286
Where is Sergei Diaghilev's house within the Capital of Perm Krai?
[ "Perm" ]
{ "entities": [ "Q211513", "Q5400", "Q915" ], "relations": [ "P1376", "P551" ], "adjacency": [ [ 0, 1, 2 ], [ 2, 0, 1 ] ], "entity_labels": [ "Sergei Diaghilev", "Perm Krai", "Perm" ], "relation_labels": [ "capital of", "residence" ] }
SELECT ?answer WHERE { wd:Q211513 wdt:P551 ?answer . ?answer wdt:P1376 wd:Q5400}
lcquad2-21901
What are the all composed works of Orson Welles?
[ "Orson Welles bibliography" ]
{ "entities": [ "Q7104180", "Q1631107", "Q24829" ], "relations": [ "P31", "P1455" ], "adjacency": [ [ 2, 1, 0 ], [ 0, 0, 1 ] ], "entity_labels": [ "Orson Welles bibliography", "bibliography", "Orson Welles" ], "relation_labels": [ "instance of", "list of works" ] }
select distinct ?obj where { wd:Q24829 wdt:P1455 ?obj . ?obj wdt:P31 wd:Q1631107 }
lcquad2-14555
Who {is within the voivodeship of} of {works at} of {Alan Watson} ?
[ "City of Edinburgh" ]
{ "entities": [ "Q160302", "Q2379199", "Q4708004" ], "relations": [ "P108", "P131" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "University of Edinburgh", "City of Edinburgh", "Alan Watson" ], "relation_labels": [ "employer", "located in the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q4708004 wdt:P108 ?X . ?X wdt:P131 ?answer}
lcquad2-17183
The producer of Primal Scream used what instrument?
[ "bass guitar" ]
{ "entities": [ "Q432413", "Q46185", "Q443166" ], "relations": [ "P162", "P1303" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "Primal Scream", "bass guitar", "Bob Rock" ], "relation_labels": [ "producer", "instrument" ] }
SELECT ?answer WHERE { wd:Q432413 wdt:P162 ?X . ?X wdt:P1303 ?answer}
lcquad2-21397
Which is the protected republic of the nation of beginning of American English?
[ "United States of America" ]
{ "entities": [ "Q7976", "Q1520223", "Q30" ], "relations": [ "P495", "P31" ], "adjacency": [ [ 0, 0, 2 ], [ 2, 1, 1 ] ], "entity_labels": [ "American English", "constitutional republic", "United States of America" ], "relation_labels": [ "country of origin", "instance of" ] }
select distinct ?obj where { wd:Q7976 wdt:P495 ?obj . ?obj wdt:P31 wd:Q1520223 }
lcquad2-16928
Where was once Christian liturgy founded?
[ "Jerusalem" ]
{ "entities": [ "Q2285545", "Q5043", "Q1218" ], "relations": [ "P140", "P740" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Christian liturgy", "Christianity", "Jerusalem" ], "relation_labels": [ "religion or worldview", "location of formation" ] }
SELECT ?answer WHERE { wd:Q2285545 wdt:P140 ?X . ?X wdt:P740 ?answer}
lcquad2-20967
Which scholarly grant did John Steinbeck get?
[ "Nobel Prize in Literature" ]
{ "entities": [ "Q378427", "Q39212", "Q37922" ], "relations": [ "P31", "P166" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "literary award", "John Steinbeck", "Nobel Prize in Literature" ], "relation_labels": [ "instance of", "award received" ] }
select distinct ?obj where { wd:Q39212 wdt:P166 ?obj . ?obj wdt:P31 wd:Q378427 }
lcquad2-23168
Which is the linked data structure for film studio?
[ "linked list" ]
{ "entities": [ "Q7003418", "Q6554356" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "linked list", "linked data structure" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6554356 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'linked')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-22991
What nation is Benghazi found in?
[ "Libya" ]
{ "entities": [ "Q6256", "Q1016", "Q40816" ], "relations": [ "P31", "P131" ], "adjacency": [ [ 2, 1, 1 ], [ 1, 0, 0 ] ], "entity_labels": [ "country", "Libya", "Benghazi" ], "relation_labels": [ "instance of", "located in the administrative territorial entity" ] }
select distinct ?obj where { wd:Q40816 wdt:P131 ?obj . ?obj wdt:P31 wd:Q6256 }
lcquad2-15891
Who gave the{parent company of} of {administrative body} of {Armenian} ?
[ "Byurakan Observatory" ]
{ "entities": [ "Q8785", "Q2379496", "Q1018734" ], "relations": [ "P1018", "P355" ], "adjacency": [ [ 0, 0, 1 ], [ 1, 1, 2 ] ], "entity_labels": [ "Armenian", "National Academy of Sciences of Armenia", "Byurakan Observatory" ], "relation_labels": [ "language regulatory body", "has subsidiary" ] }
SELECT ?answer WHERE { wd:Q8785 wdt:P1018 ?X . ?X wdt:P355 ?answer}
lcquad2-16228
The founder of Tamara Eccletone is working for whom?
[ "Bernie Ecclestone" ]
{ "entities": [ "Q172724", "Q2465450", "Q174035" ], "relations": [ "P112", "P108" ], "adjacency": [ [ 1, 1, 2 ], [ 2, 0, 0 ] ], "entity_labels": [ "Bernie Ecclestone", "Tamara Ecclestone", "Formula One Group" ], "relation_labels": [ "founded by", "employer" ] }
SELECT ?answer WHERE { wd:Q2465450 wdt:P108 ?X . ?X wdt:P112 ?answer}
lcquad2-24523
Let me know the dimensionless amount that starts with the letter s
[ "state of charge" ]
{ "entities": [ "Q5368536", "Q126818" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "state of charge", "dimensionless quantity" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q126818 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
lcquad2-12035
What is the region of narrative of the Tropic of Cancer that has cities in the 11th arrondissement of Paris?
[ "Paris" ]
{ "entities": [ "Q90", "Q169293", "Q1501700" ], "relations": [ "P840", "P150" ], "adjacency": [ [ 2, 0, 0 ], [ 0, 1, 1 ] ], "entity_labels": [ "Paris", "11th arrondissement of Paris", "Tropic of Cancer" ], "relation_labels": [ "narrative location", "contains the administrative territorial entity" ] }
SELECT ?answer WHERE { wd:Q1501700 wdt:P840 ?answer . ?answer wdt:P150 wd:Q169293}
lcquad2-23795
Let me know incredible figure whose title has the word etain in it
[ "Étaín" ]
{ "entities": [ "Q289007", "Q13002315" ], "relations": [ "P31" ], "adjacency": [ [ 0, 0, 1 ] ], "entity_labels": [ "Étaín", "legendary figure" ], "relation_labels": [ "instance of" ] }
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q13002315 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'étaín')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25