id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
sequence | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-22498 | What city in Germany borders Hammburg? | [
"Halstenbek"
] | {
"entities": [
"Q542824",
"Q1055",
"Q262166"
],
"relations": [
"P31",
"P47"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Halstenbek",
"Hamburg",
"municipality of Germany"
],
"relation_labels": [
"instance of",
"shares border with"
]
} | select distinct ?obj where { wd:Q1055 wdt:P47 ?obj . ?obj wdt:P31 wd:Q262166 } |
lcquad2-20621 | What is the title of Bashar al-Assad's sibling | [
"Maher al-Assad"
] | {
"entities": [
"Q447173",
"Q44329",
"Q5"
],
"relations": [
"P3373",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Maher al-Assad",
"Bashar al-Assad",
"human"
],
"relation_labels": [
"sibling",
"instance of"
]
} | select distinct ?obj where { wd:Q44329 wdt:P3373 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-17884 | What did the cinematographer of Jim: The James Foley Story slaughter? | [
"Jihadi John"
] | {
"entities": [
"Q17612464",
"Q24593936",
"Q17562199"
],
"relations": [
"P157",
"P344"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Jihadi John",
"Jim: The James Foley Story",
"James Foley"
],
"relation_labels": [
"killed by",
"director of photography"
]
} | SELECT ?answer WHERE { wd:Q24593936 wdt:P344 ?X . ?X wdt:P157 ?answer} |
lcquad2-15814 | Who are the accomplices of Devora Ben-Yehuda's siblings? | [
"Eliezer Ben-Yehuda"
] | {
"entities": [
"Q181728",
"Q28937896",
"Q4167588"
],
"relations": [
"P3373",
"P26"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Eliezer Ben-Yehuda",
"Devora Ben-Yehuda",
"Hemda Ben-Yehuda"
],
"relation_labels": [
"sibling",
"spouse"
]
} | SELECT ?answer WHERE { wd:Q28937896 wdt:P3373 ?X . ?X wdt:P26 ?answer} |
lcquad2-23629 | What are the attack which begin with the letter relocation | [
"Migration Period"
] | {
"entities": [
"Q131192",
"Q467011"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Migration Period",
"invasion"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q467011 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'migration')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15250 | Who is the author of the preceeds of Choke? | [
"Chuck Palahniuk"
] | {
"entities": [
"Q2466091",
"Q2400673",
"Q268181"
],
"relations": [
"P156",
"P50"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Choke",
"Lullaby",
"Chuck Palahniuk"
],
"relation_labels": [
"followed by",
"author"
]
} | SELECT ?answer WHERE { wd:Q2466091 wdt:P156 ?X . ?X wdt:P50 ?answer} |
lcquad2-20620 | Who is the {physical wonder} for {highlight of} of {warm conductivity} | [
"Arvind Krishna"
] | {
"entities": [
"Q84053114",
"Q5",
"Q37156"
],
"relations": [
"P31",
"P169"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Arvind Krishna",
"human",
"IBM"
],
"relation_labels": [
"instance of",
"chief executive officer"
]
} | select distinct ?obj where { wd:Q37156 wdt:P169 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16668 | Henry Goudy is the position holder of what professorship? | [
"Wolfgang Ernst"
] | {
"entities": [
"Q7309474",
"Q16976151",
"Q19959384"
],
"relations": [
"P803",
"P1308"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Regius Professor of Civil Law",
"Henry Goudy",
"Wolfgang Ernst"
],
"relation_labels": [
"professorship",
"officeholder"
]
} | SELECT ?answer WHERE { wd:Q16976151 wdt:P803 ?X . ?X wdt:P1308 ?answer} |
lcquad2-25609 | WHICH IS THE OLYMPIC SPORT AUTHORITY BY INTERNATIONAL UNION AND WHICH STARTS WITH B | [
"biathlon"
] | {
"entities": [
"Q866910",
"Q212434",
"Q166788"
],
"relations": [
"P797",
"P31"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"International Biathlon Union",
"Olympic sport",
"biathlon"
],
"relation_labels": [
"authority",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q212434 . ?sbj wdt:P797 wd:Q866910 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'b')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-9890 | What company developed and published Minecraft? | [
"Mojang Studios",
"Xbox Game Studios"
] | {
"entities": [
"Q49740",
"Q73801",
"Q1129295"
],
"relations": [
"P178",
"P123"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Minecraft",
"Xbox Game Studios",
"Mojang Studios"
],
"relation_labels": [
"developer",
"publisher"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q49740 wdt:P123 ?ans_1 . wd:Q49740 wdt:P178 ?ans_2 } |
lcquad2-25251 | Name the ancient Greek temple that contained the word artemis in its name as the architect Chersiphron? | [
"Temple of Artemis"
] | {
"entities": [
"Q267596",
"Q43018",
"Q1070392"
],
"relations": [
"P84",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"ancient Greek temple",
"Temple of Artemis",
"Chersiphron"
],
"relation_labels": [
"architect",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q267596 . ?sbj wdt:P84 wd:Q1070392 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'artemis')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-24228 | which open investigate college title was begins with u | [
"University of North Texas"
] | {
"entities": [
"Q860527",
"Q62078547"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"University of North Texas",
"public research university"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q62078547 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21171 | What is the Wikimedia category of Surat? | [
"Category:People from Surat"
] | {
"entities": [
"Q4629",
"Q8750564",
"Q4167836"
],
"relations": [
"P31",
"P1792"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Surat",
"Category:People from Surat",
"Wikimedia category"
],
"relation_labels": [
"instance of",
"category of associated people"
]
} | select distinct ?obj where { wd:Q4629 wdt:P1792 ?obj . ?obj wdt:P31 wd:Q4167836 } |
lcquad2-25089 | Title a vegetation zone in Europa that contains the word "taiga" in its name | [
"taiga"
] | {
"entities": [
"Q2083910",
"Q69564",
"Q46"
],
"relations": [
"P30",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"vegetation zone",
"taiga",
"Europe"
],
"relation_labels": [
"continent",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2083910 . ?sbj wdt:P30 wd:Q46 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'taiga')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23371 | Tell me the sexual orientation of the word ' sex ' | [
"lithsexuality"
] | {
"entities": [
"Q17888",
"Q97120100"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"sexual orientation",
"lithsexuality"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17888 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'sex')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-13030 | What is the environment of Street Fighter that came earlier than PlayStation4? | [
"PlayStation 3"
] | {
"entities": [
"Q5014725",
"Q288035",
"Q10683"
],
"relations": [
"P156",
"P400"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"PlayStation 4",
"Street Fighter",
"PlayStation 3"
],
"relation_labels": [
"followed by",
"platform"
]
} | SELECT ?answer WHERE { wd:Q288035 wdt:P400 ?answer . ?answer wdt:P156 wd:Q5014725} |
lcquad2-13927 | Who was the film featuring within the motion picture Upbeat Days, the birth put for the motion picture was in Los Angeles | [
"Robin Mattson"
] | {
"entities": [
"Q275316",
"Q65",
"Q518589"
],
"relations": [
"P161",
"P19"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Robin Mattson",
"Los Angeles",
"Happy Days"
],
"relation_labels": [
"cast member",
"place of birth"
]
} | SELECT ?answer WHERE { wd:Q518589 wdt:P161 ?answer . ?answer wdt:P19 wd:Q65} |
lcquad2-13079 | What is protection classification and labelling of ferrous sulfate anhydrous, that has publishing residence National Fire Protection Association has published? | [
"NFPA 704: Standard System for the Identification of the Hazards of Materials for Emergency Response"
] | {
"entities": [
"Q51139288",
"Q1806416",
"Q214863"
],
"relations": [
"P4952",
"P123"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"NFPA 704: Standard System for the Identification of the Hazards of Materials for Emergency Response",
"National Fire Protection Association",
"iron(II) sulfate"
],
"relation_labels": [
"safety classification and labelling",
"publisher"
]
} | SELECT ?answer WHERE { wd:Q214863 wdt:P4952 ?answer . ?answer wdt:P123 wd:Q1806416} |
lcquad2-9586 | What is Hugh Laurie's religion and sex? | [
"male",
"atheism"
] | {
"entities": [
"Q49017",
"Q6581097",
"Q7066"
],
"relations": [
"P21",
"P140"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Hugh Laurie",
"male",
"atheism"
],
"relation_labels": [
"sex or gender",
"religion or worldview"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q49017 wdt:P140 ?ans_1 . wd:Q49017 wdt:P21 ?ans_2 } |
lcquad2-14498 | What cities contain the nationality of Eddie Robinson? | [
"Michigan"
] | {
"entities": [
"Q1282951",
"Q1166",
"Q30"
],
"relations": [
"P150",
"P27"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Eddie Robinson",
"Michigan",
"United States of America"
],
"relation_labels": [
"contains the administrative territorial entity",
"country of citizenship"
]
} | SELECT ?answer WHERE { wd:Q1282951 wdt:P27 ?X . ?X wdt:P150 ?answer} |
lcquad2-15929 | who was the nomination of thomas hardy granted by? | [
"Swedish Academy"
] | {
"entities": [
"Q132805",
"Q207360",
"Q37922"
],
"relations": [
"P1027",
"P1411"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Thomas Hardy",
"Swedish Academy",
"Nobel Prize in Literature"
],
"relation_labels": [
"conferred by",
"nominated for"
]
} | SELECT ?answer WHERE { wd:Q132805 wdt:P1411 ?X . ?X wdt:P1027 ?answer} |
lcquad2-25118 | Name an art style that contains the phrase "dance" in its title | [
"dance"
] | {
"entities": [
"Q43393537",
"Q11639",
"Q45971958"
],
"relations": [
"P1535",
"P31"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"dancing",
"dance",
"performing arts genre"
],
"relation_labels": [
"used by",
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q45971958 . ?sbj wdt:P1535 wd:Q43393537 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'dance')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23360 | Which sunlight based date-book contains the word schedule in their name | [
"Cappadocian calendar"
] | {
"entities": [
"Q65063610",
"Q210953"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Cappadocian calendar",
"solar calendar"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q210953 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'calendar')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-25318 | WHICH IS THE LAGUOID CLASS THAT CONTAINS THE WORD VARIETY IN THEIR NAME | [
"Tulip"
] | {
"entities": [
"Q147768",
"Q16521",
"Q93201"
],
"relations": [
"P31",
"P4000"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"capsule",
"taxon",
"Tulip"
],
"relation_labels": [
"instance of",
"has fruit type"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16521 . ?sbj wdt:P4000 wd:Q147768 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-16501 | who is presented via the series of american ldol, season 1? | [
"Bobby Bones"
] | {
"entities": [
"Q17385667",
"Q201052",
"Q655900"
],
"relations": [
"P179",
"P371"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Bobby Bones",
"American Idol",
"American Idol, season 1"
],
"relation_labels": [
"part of the series",
"presenter"
]
} | SELECT ?answer WHERE { wd:Q655900 wdt:P179 ?X . ?X wdt:P371 ?answer} |
lcquad2-20711 | Title a child of Nargis | [
"Jaddanbai"
] | {
"entities": [
"Q5",
"Q159169",
"Q6121223"
],
"relations": [
"P40",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Nargis",
"Jaddanbai"
],
"relation_labels": [
"child",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P40 wd:Q159169 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-16516 | which work put part from Pierre Puvis de Chavannes? | [
"Kingdom of Italy"
] | {
"entities": [
"Q172579",
"Q216873",
"Q38"
],
"relations": [
"P155",
"P937"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Kingdom of Italy",
"Pierre Puvis de Chavannes",
"Italy"
],
"relation_labels": [
"follows",
"work location"
]
} | SELECT ?answer WHERE { wd:Q216873 wdt:P937 ?X . ?X wdt:P155 ?answer} |
lcquad2-21839 | What's Japan's main dialect? | [
"Okinawan Japanese"
] | {
"entities": [
"Q5287",
"Q33384",
"Q841213"
],
"relations": [
"P31",
"P4913"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Japanese",
"dialect",
"Okinawan Japanese"
],
"relation_labels": [
"instance of",
"dialect of"
]
} | select distinct ?sbj where { ?sbj wdt:P4913 wd:Q5287 . ?sbj wdt:P31 wd:Q33384 } |
lcquad2-24481 | Which is the road bridge that start with the letter V? | [
"Valvins Bridge"
] | {
"entities": [
"Q95281005",
"Q537127"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Valvins Bridge",
"road bridge"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q537127 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-17841 | what disease does Daniel Wayne Smith's son suffer from? | [
"borderline personality disorder"
] | {
"entities": [
"Q180710",
"Q2566243",
"Q208166"
],
"relations": [
"P25",
"P1050"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Anna Nicole Smith",
"Daniel Wayne Smith",
"borderline personality disorder"
],
"relation_labels": [
"mother",
"medical condition"
]
} | SELECT ?answer WHERE { wd:Q2566243 wdt:P25 ?X . ?X wdt:P1050 ?answer} |
lcquad2-16731 | What is the attendee that taken part in Belarus within the Eurovision Melody Challenge 2004? | [
"Chris Doran"
] | {
"entities": [
"Q1077180",
"Q1899987",
"Q10150"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Chris Doran",
"Belarus in the Eurovision Song Contest 2004",
"Eurovision Song Contest 2004"
],
"relation_labels": [
"participant in",
"participant"
]
} | SELECT ?answer WHERE { wd:Q1899987 wdt:P1344 ?X . ?X wdt:P710 ?answer} |
lcquad2-9500 | What areas are located in the time zone of The Bronx and in the administrative territory entity? | [
"Eastern Time Zone",
"New York City"
] | {
"entities": [
"Q60",
"Q18426",
"Q941023"
],
"relations": [
"P421",
"P131"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"New York City",
"The Bronx",
"Eastern Time Zone"
],
"relation_labels": [
"located in time zone",
"located in the administrative territorial entity"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q18426 wdt:P131 ?ans_1 . wd:Q18426 wdt:P421 ?ans_2 } |
lcquad2-12876 | "Who was the part of John William Strutt, 3rd Aristocrat Rayleigh, continued in Berlin-Brandenburg Foundation of Sciences and Humanities"? | [
"Royal Prussian Academy of Sciences"
] | {
"entities": [
"Q219989",
"Q83297",
"Q329464"
],
"relations": [
"P156",
"P463"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Berlin-Brandenburg Academy of Sciences and Humanities",
"John Strutt, 3rd Baron Rayleigh",
"Royal Prussian Academy of Sciences"
],
"relation_labels": [
"followed by",
"member of"
]
} | SELECT ?answer WHERE { wd:Q83297 wdt:P463 ?answer . ?answer wdt:P156 wd:Q219989} |
lcquad2-15491 | Where was the illustrious house of life accomplice of Stephen Tennant? | [
"Sassoon family"
] | {
"entities": [
"Q175926",
"Q7610665",
"Q363729"
],
"relations": [
"P53",
"P451"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Sassoon family",
"Stephen Tennant",
"Siegfried Sassoon"
],
"relation_labels": [
"family",
"unmarried partner"
]
} | SELECT ?answer WHERE { wd:Q7610665 wdt:P451 ?X . ?X wdt:P53 ?answer} |
lcquad2-13722 | What is the {following work holder} in {West Germany} that's a {part of} an {Asian Improvement Bank}? | [
"Germany"
] | {
"entities": [
"Q183",
"Q713750",
"Q188822"
],
"relations": [
"P1366",
"P463"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Germany",
"West Germany",
"Asian Development Bank"
],
"relation_labels": [
"replaced by",
"member of"
]
} | SELECT ?answer WHERE { wd:Q713750 wdt:P1366 ?answer . ?answer wdt:P463 wd:Q188822} |
lcquad2-10131 | What is Rabies restorative treatment and the wellbeing specialty? | [
"surgery",
"post-exposure prophylaxis"
] | {
"entities": [
"Q40821",
"Q39222",
"Q1361206"
],
"relations": [
"P924",
"P1995"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"surgery",
"rabies",
"post-exposure prophylaxis"
],
"relation_labels": [
"possible treatment",
"health specialty"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q39222 wdt:P924 ?ans_1 . wd:Q39222 wdt:P1995 ?ans_2 } |
lcquad2-14357 | The Dreamers' was initially composed within the dialect of what state? | [
"Gabon"
] | {
"entities": [
"Q822946",
"Q1000",
"Q150"
],
"relations": [
"P17",
"P364"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The Dreamers",
"Gabon",
"French"
],
"relation_labels": [
"country",
"original language of film or TV show"
]
} | SELECT ?answer WHERE { wd:Q822946 wdt:P364 ?X . ?X wdt:P17 ?answer} |
lcquad2-22049 | What is Barack Obama's picture? | [
"The Forgotten Man"
] | {
"entities": [
"Q52217798",
"Q3305213",
"Q76"
],
"relations": [
"P31",
"P180"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"The Forgotten Man",
"painting",
"Barack Obama"
],
"relation_labels": [
"instance of",
"depicts"
]
} | select distinct ?sbj where { ?sbj wdt:P180 wd:Q76 . ?sbj wdt:P31 wd:Q3305213 } |
lcquad2-13012 | Where did Teacher Mohammad Mosaddegh of the College of Paris go to school? | [
"University of Paris"
] | {
"entities": [
"Q7997009",
"Q209842",
"Q123037"
],
"relations": [
"P4195",
"P69"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Category:University of Paris faculty",
"University of Paris",
"Mohammad Mosaddegh"
],
"relation_labels": [
"category for employees of the organization",
"educated at"
]
} | SELECT ?answer WHERE { wd:Q123037 wdt:P69 ?answer . ?answer wdt:P4195 wd:Q7997009} |
lcquad2-25321 | What is the Zero-marking language that starts with letter I ? | [
"Indonesian"
] | {
"entities": [
"Q17141330",
"Q9240",
"Q34770"
],
"relations": [
"P31",
"P4132"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"zero-marking language",
"Indonesian",
"language"
],
"relation_labels": [
"instance of",
"linguistic typology"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q34770 . ?sbj wdt:P4132 wd:Q17141330 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'i')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20428 | Is Etruschi the city of culture? | [
"Gravisca"
] | {
"entities": [
"Q1013831",
"Q17161",
"Q515"
],
"relations": [
"P2596",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Gravisca",
"Etruscans",
"city"
],
"relation_labels": [
"culture",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P2596 wd:Q17161 . ?sbj wdt:P31 wd:Q515 } |
lcquad2-9931 | Which { uses } the { Internet Protocol } developer? | [
"packet switching",
"Bob Kahn"
] | {
"entities": [
"Q62843",
"Q8795",
"Q193446"
],
"relations": [
"P178",
"P2283"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Bob Kahn",
"Internet Protocol",
"packet switching"
],
"relation_labels": [
"developer",
"uses"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q8795 wdt:P2283 ?ans_1 . wd:Q8795 wdt:P178 ?ans_2 } |
lcquad2-24696 | Which super social zone begins with the letter m? | [
"Mesoamerica"
] | {
"entities": [
"Q13703",
"Q15733622"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Mesoamerica",
"cultural superarea"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15733622 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14210 | Who preceded chairwoman Michael Aresco in the Big East Conference in 2013? | [
"Big East Conference"
] | {
"entities": [
"Q783062",
"Q16150145",
"Q7820700"
],
"relations": [
"P488",
"P1365"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Big East Conference",
"Michael Aresco",
"Big East Conference"
],
"relation_labels": [
"chairperson",
"replaces"
]
} | SELECT ?answer WHERE { wd:Q7820700 wdt:P1365 ?answer . ?answer wdt:P488 wd:Q16150145} |
lcquad2-20089 | What was the name of Walter Raleigh's kid? | [
"Carew Raleigh"
] | {
"entities": [
"Q189144",
"Q5",
"Q5039078"
],
"relations": [
"P40",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Walter Raleigh",
"human",
"Carew Raleigh"
],
"relation_labels": [
"child",
"instance of"
]
} | select distinct ?obj where { wd:Q189144 wdt:P40 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-25016 | Tell me a Northern deity whose name is "tyr" and whose name is adorned by Northern mythology | [
"Tyr"
] | {
"entities": [
"Q16513881",
"Q172713",
"Q128285"
],
"relations": [
"P31",
"P1049"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Norse deity",
"Tyr",
"Norse mythology"
],
"relation_labels": [
"instance of",
"worshipped by"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16513881 . ?sbj wdt:P1049 wd:Q128285 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'tyr')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20411 | what party does mauricio marci like | [
"Unión - Pro"
] | {
"entities": [
"Q561837",
"Q7278",
"Q3551893"
],
"relations": [
"P31",
"P1416"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Mauricio Macri",
"political party",
"Unión - Pro"
],
"relation_labels": [
"instance of",
"affiliation"
]
} | select distinct ?obj where { wd:Q561837 wdt:P1416 ?obj . ?obj wdt:P31 wd:Q7278 } |
lcquad2-21887 | Title a theater in Russia that performs in Russian. | [
"Luhansk Academic Regional Russian Drama Theatre Pavel Luspekayev"
] | {
"entities": [
"Q7235641",
"Q7737",
"Q24354"
],
"relations": [
"P31",
"P2936"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Luhansk Academic Regional Russian Drama Theatre Pavel Luspekayev",
"Russian",
"theater"
],
"relation_labels": [
"instance of",
"language used"
]
} | select distinct ?sbj where { ?sbj wdt:P2936 wd:Q7737 . ?sbj wdt:P31 wd:Q24354 } |
lcquad2-15914 | Who is the tributary of barge carrier portraits on the volga? | [
"Bezdna"
] | {
"entities": [
"Q626",
"Q175628",
"Q1076341"
],
"relations": [
"P974",
"P180"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Volga",
"Barge Haulers on the Volga",
"Bezdna"
],
"relation_labels": [
"tributary",
"depicts"
]
} | SELECT ?answer WHERE { wd:Q175628 wdt:P180 ?X . ?X wdt:P974 ?answer} |
lcquad2-25619 | What what is tall speed prepare track gage BY 1435 mm track gage that begins with LETTERS V | [
"V150"
] | {
"entities": [
"Q13402959",
"Q1999572",
"Q2005589"
],
"relations": [
"P31",
"P1064"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"high-speed train",
"1435 mm track gauge",
"V150"
],
"relation_labels": [
"instance of",
"track gauge"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q13402959 . ?sbj wdt:P1064 wd:Q1999572 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-22737 | Which is the law based republic that applies to ward of U.S. Assertion of Independence? | [
"United States of America"
] | {
"entities": [
"Q5255892",
"Q127912",
"Q30"
],
"relations": [
"P1001",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"democratic republic",
"United States Declaration of Independence",
"United States of America"
],
"relation_labels": [
"applies to jurisdiction",
"instance of"
]
} | select distinct ?obj where { wd:Q127912 wdt:P1001 ?obj . ?obj wdt:P31 wd:Q5255892 } |
lcquad2-20804 | Specify the individual capable for heading the chairperson-ship of Social Equitable Party of Germany | [
"Saskia Esken"
] | {
"entities": [
"Q49768",
"Q5",
"Q15813082"
],
"relations": [
"P31",
"P488"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Social Democratic Party of Germany",
"human",
"Saskia Esken"
],
"relation_labels": [
"instance of",
"chairperson"
]
} | select distinct ?obj where { wd:Q49768 wdt:P488 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16262 | Name the founder of the Jio parent agency | [
"Dhirubhai Ambani"
] | {
"entities": [
"Q18643672",
"Q468364",
"Q908931"
],
"relations": [
"P112",
"P749"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Jio",
"Dhirubhai Ambani",
"Reliance Industries Limited"
],
"relation_labels": [
"founded by",
"parent organization"
]
} | SELECT ?answer WHERE { wd:Q18643672 wdt:P749 ?X . ?X wdt:P112 ?answer} |
lcquad2-16671 | What is sweetheart of music b The Globalist? | [
"Kate Hudson"
] | {
"entities": [
"Q190576",
"Q169946",
"Q26964671"
],
"relations": [
"P451",
"P86"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Matt Bellamy",
"Kate Hudson",
"The Globalist"
],
"relation_labels": [
"unmarried partner",
"composer"
]
} | SELECT ?answer WHERE { wd:Q26964671 wdt:P86 ?X . ?X wdt:P451 ?answer} |
lcquad2-9642 | Name Robert Mugabe's citizenship and religion. | [
"Catholic Church",
"Zimbabwe"
] | {
"entities": [
"Q9592",
"Q10707",
"Q954"
],
"relations": [
"P140",
"P27"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Catholic Church",
"Robert Mugabe",
"Zimbabwe"
],
"relation_labels": [
"religion or worldview",
"country of citizenship"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q10707 wdt:P140 ?ans_1 . wd:Q10707 wdt:P27 ?ans_2 } |
lcquad2-16742 | Who holds position of position holder of emir of afghanistan ? | [
"King of Afghanistan"
] | {
"entities": [
"Q17323614",
"Q153620",
"Q17323565"
],
"relations": [
"P1308",
"P39"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Emir of Afghanistan",
"Amānullāh Khān",
"King of Afghanistan"
],
"relation_labels": [
"officeholder",
"position held"
]
} | SELECT ?answer WHERE { wd:Q17323614 wdt:P1308 ?X . ?X wdt:P39 ?answer} |
lcquad2-13679 | "Who is {engineer} of {quicksort}, which has {doctoral understudy} is {Augusto Sampaio} ?"" | [
"Tony Hoare"
] | {
"entities": [
"Q16466596",
"Q92602",
"Q486598"
],
"relations": [
"P185",
"P61"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Augusto Sampaio",
"Tony Hoare",
"quicksort"
],
"relation_labels": [
"doctoral student",
"discoverer or inventor"
]
} | SELECT ?answer WHERE { wd:Q486598 wdt:P61 ?answer . ?answer wdt:P185 wd:Q16466596} |
lcquad2-21334 | Who is the {pharmaceutical item} for {has dynamic fixing} of {hydrogen peroxide} | [
"Eskata"
] | {
"entities": [
"Q48826399",
"Q171877",
"Q28885102"
],
"relations": [
"P31",
"P3781"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Eskata",
"hydrogen peroxide",
"pharmaceutical product"
],
"relation_labels": [
"instance of",
"has active ingredient"
]
} | select distinct ?sbj where { ?sbj wdt:P3781 wd:Q171877 . ?sbj wdt:P31 wd:Q28885102 } |
lcquad2-21943 | Let me know around Yuri Gagarin's spaceflight. | [
"Vostok 1"
] | {
"entities": [
"Q7327",
"Q182524",
"Q752783"
],
"relations": [
"P31",
"P450"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Yuri Gagarin",
"Vostok 1",
"human spaceflight"
],
"relation_labels": [
"instance of",
"astronaut mission"
]
} | select distinct ?obj where { wd:Q7327 wdt:P450 ?obj . ?obj wdt:P31 wd:Q752783 } |
lcquad2-22168 | Which nations were included within the Cuban Rocket Crisis? | [
"United States of America"
] | {
"entities": [
"Q6256",
"Q128160",
"Q30"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"country",
"Cuban Missile Crisis",
"United States of America"
],
"relation_labels": [
"instance of",
"participant"
]
} | select distinct ?obj where { wd:Q128160 wdt:P710 ?obj . ?obj wdt:P31 wd:Q6256 } |
lcquad2-21024 | What is the gender of a eunuch? | [
"Yu Chao'en"
] | {
"entities": [
"Q179294",
"Q5",
"Q8059895"
],
"relations": [
"P21",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"eunuch",
"human",
"Yu Chao'en"
],
"relation_labels": [
"sex or gender",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P21 wd:Q179294 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-22070 | What ingredients are needed in amphetamine to form the active ingredient? | [
"adderall"
] | {
"entities": [
"Q935761",
"Q169336",
"Q179452"
],
"relations": [
"P31",
"P3780"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"adderall",
"mixture",
"DL-amphetamine"
],
"relation_labels": [
"instance of",
"active ingredient in"
]
} | select distinct ?obj where { wd:Q179452 wdt:P3780 ?obj . ?obj wdt:P31 wd:Q169336 } |
lcquad2-25655 | What is the physical wonder measured by inertial mass that tsarts with letter I | [
"inertia"
] | {
"entities": [
"Q843816",
"Q122508",
"Q1293220"
],
"relations": [
"P31",
"P1880"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"inertial mass",
"inertia",
"physical phenomenon"
],
"relation_labels": [
"instance of",
"measurement scale"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1293220 . ?sbj wdt:P1880 wd:Q843816 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'i')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23052 | Let me know which logographic composing framework is utilized by the Japanese. | [
"Chinese characters"
] | {
"entities": [
"Q5287",
"Q8201",
"Q3953107"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Japanese",
"Chinese characters",
"logographic writing system"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?sbj where { ?sbj wdt:P1269 wd:Q5287 . ?sbj wdt:P31 wd:Q3953107 } |
lcquad2-16392 | Who co-founded the software publishing part of The Fall of Kevin Walker: A Fable of the Sixties? | [
"Allen Lane"
] | {
"entities": [
"Q1263483",
"Q7733205",
"Q1336200"
],
"relations": [
"P112",
"P123"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Allen Lane",
"The Fall of Kelvin Walker: A Fable of the Sixties",
"Penguin Books"
],
"relation_labels": [
"founded by",
"publisher"
]
} | SELECT ?answer WHERE { wd:Q7733205 wdt:P123 ?X . ?X wdt:P112 ?answer} |
lcquad2-24452 | What is the Indian municipal corporation that starts with letter n? | [
"Nagpur Municipal Corporation"
] | {
"entities": [
"Q6936225",
"Q6959016"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"municipal corporation in India",
"Nagpur Municipal Corporation"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6936225 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'n')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23769 | Tell me the realm of death in which the word spirit has its name. | [
"Spirit world"
] | {
"entities": [
"Q443814",
"Q9301566"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"realm of the dead",
"Spirit world"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q443814 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'spirit')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-12324 | What is the male toponym of the transnformation of Lorentz? | [
"Hendrik Lorentz"
] | {
"entities": [
"Q217255",
"Q6581097",
"Q41688"
],
"relations": [
"P21",
"P138"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Lorentz transformation",
"male",
"Hendrik Lorentz"
],
"relation_labels": [
"sex or gender",
"named after"
]
} | SELECT ?answer WHERE { wd:Q217255 wdt:P138 ?answer . ?answer wdt:P21 wd:Q6581097} |
lcquad2-16973 | Galicia-Volhynia is the administrative centre of which Kingdom? | [
"Halych Raion"
] | {
"entities": [
"Q239502",
"Q146450",
"Q1035559"
],
"relations": [
"P1376",
"P36"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Kingdom of Galicia–Volhynia",
"Halych",
"Halych Raion"
],
"relation_labels": [
"capital of",
"capital"
]
} | SELECT ?answer WHERE { wd:Q239502 wdt:P36 ?X . ?X wdt:P1376 ?answer} |
lcquad2-20376 | Who is the {composed work} for {based on} of {Forrest Gump} | [
"Forrest Gump"
] | {
"entities": [
"Q134773",
"Q47461344",
"Q552213"
],
"relations": [
"P31",
"P144"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Forrest Gump",
"written work",
"Forrest Gump"
],
"relation_labels": [
"instance of",
"based on"
]
} | select distinct ?obj where { wd:Q134773 wdt:P144 ?obj . ?obj wdt:P31 wd:Q47461344 } |
lcquad2-25475 | Name the electrical connector phase that starts offevolved with letter U and appeared in SB Implementers Forum. | [
"USB-C"
] | {
"entities": [
"Q3847420",
"Q20026619",
"Q58184783"
],
"relations": [
"P31",
"P123"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"USB Implementers Forum",
"USB-C",
"electrical connector system"
],
"relation_labels": [
"instance of",
"publisher"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q58184783 . ?sbj wdt:P123 wd:Q3847420 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20469 | Which is the pharmaceutical item for the dynamic fixing of caffeine? | [
"Cafcit"
] | {
"entities": [
"Q47521302",
"Q60235",
"Q28885102"
],
"relations": [
"P31",
"P3780"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Cafcit",
"caffeine",
"pharmaceutical product"
],
"relation_labels": [
"instance of",
"active ingredient in"
]
} | select distinct ?obj where { wd:Q60235 wdt:P3780 ?obj . ?obj wdt:P31 wd:Q28885102 } |
lcquad2-23603 | Tell me the schism whose name contains the word schism. | [
"Nestorian Schism"
] | {
"entities": [
"Q8346462",
"Q41521"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Nestorian Schism",
"schism"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q41521 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'schism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-15856 | Give me the name of the person who was a member of the board of directors and the developer of Mac OS. | [
"Susan Wagner"
] | {
"entities": [
"Q312",
"Q17388808",
"Q43627"
],
"relations": [
"P178",
"P3320"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Apple",
"Susan Wagner",
"Macintosh operating systems"
],
"relation_labels": [
"developer",
"board member"
]
} | SELECT ?answer WHERE { wd:Q43627 wdt:P178 ?X . ?X wdt:P3320 ?answer} |
lcquad2-23186 | What periodization contains the word "wilhelmine" in its name? | [
"Wilhelmine"
] | {
"entities": [
"Q816829",
"Q8002381"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"periodization",
"Wilhelmine"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q816829 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wilhelmine')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-23978 | Let me know flux whose title has the word flux in it. | [
"magnetic flux"
] | {
"entities": [
"Q6485344",
"Q177831"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"flux",
"magnetic flux"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6485344 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'flux')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-14551 | Who gave the {political connection} of {citizenship} of {Henri de la Visit d'Auvergne, Vicomte de Turenne} ? | [
"Gabon"
] | {
"entities": [
"Q142",
"Q1000",
"Q303216"
],
"relations": [
"P27",
"P530"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"France",
"Gabon",
"Henri de la Tour d'Auvergne, Vicomte de Turenne"
],
"relation_labels": [
"country of citizenship",
"diplomatic relation"
]
} | SELECT ?answer WHERE { wd:Q303216 wdt:P27 ?X . ?X wdt:P530 ?answer} |
lcquad2-13911 | "Who is {nominee for} of {Jonny Wilkinson}, which {prizewinner} is {Michael Owen} ?" | [
"BBC Sports Personality of the Year Award"
] | {
"entities": [
"Q128829",
"Q318920",
"Q2267946"
],
"relations": [
"P1411",
"P1346"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Michael Owen",
"Jonny Wilkinson",
"BBC Sports Personality of the Year Award"
],
"relation_labels": [
"nominated for",
"winner"
]
} | SELECT ?answer WHERE { wd:Q318920 wdt:P1411 ?answer . ?answer wdt:P1346 wd:Q128829} |
lcquad2-10190 | What was the electron named for and who invented it? | [
"J. J. Thomson",
"amber"
] | {
"entities": [
"Q47285",
"Q2225",
"Q25381"
],
"relations": [
"P138",
"P61"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"J. J. Thomson",
"electron",
"amber"
],
"relation_labels": [
"named after",
"discoverer or inventor"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q2225 wdt:P61 ?ans_1 . wd:Q2225 wdt:P138 ?ans_2 } |
lcquad2-21323 | What sort of vehicle is requested for utilize by Ruler Elizabeth? | [
"Bentley State Limousine"
] | {
"entities": [
"Q9682",
"Q793101",
"Q3231690"
],
"relations": [
"P31",
"P88"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Elizabeth II",
"Bentley State Limousine",
"automobile model"
],
"relation_labels": [
"instance of",
"commissioned by"
]
} | select distinct ?sbj where { ?sbj wdt:P88 wd:Q9682 . ?sbj wdt:P31 wd:Q3231690 } |
lcquad2-22116 | What is the TV movie based on The Count of Monte Cristo called? | [
"The Count of Monte Cristo"
] | {
"entities": [
"Q191838",
"Q506240",
"Q571177"
],
"relations": [
"P31",
"P144"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"The Count of Monte Cristo",
"television film",
"The Count of Monte Cristo"
],
"relation_labels": [
"instance of",
"based on"
]
} | select distinct ?sbj where { ?sbj wdt:P144 wd:Q191838 . ?sbj wdt:P31 wd:Q506240 } |
lcquad2-9484 | What is the bunch of related individuals and the geology of the Houston topic? | [
"geography of Houston",
"Category:People from Houston"
] | {
"entities": [
"Q6444178",
"Q16555",
"Q5535157"
],
"relations": [
"P2633",
"P1792"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Category:People from Houston",
"Houston",
"geography of Houston"
],
"relation_labels": [
"geography of topic",
"category of associated people"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q16555 wdt:P1792 ?ans_1 . wd:Q16555 wdt:P2633 ?ans_2 } |
lcquad2-20236 | What language from Hildegard of Bingen is no longer spoken? | [
"Latin"
] | {
"entities": [
"Q45762",
"Q397",
"Q70991"
],
"relations": [
"P31",
"P1412"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"dead language",
"Latin",
"Hildegard of Bingen"
],
"relation_labels": [
"instance of",
"languages spoken, written or signed"
]
} | select distinct ?obj where { wd:Q70991 wdt:P1412 ?obj . ?obj wdt:P31 wd:Q45762 } |
lcquad2-23421 | Which national sports team's name includes the term "team"? | [
"Japan women's national field hockey team"
] | {
"entities": [
"Q1194951",
"Q968504"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"national sports team",
"Japan women's national field hockey team"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1194951 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'team')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-20927 | Which modeler speaks to Taipel 101? | [
"C. Y. Lee"
] | {
"entities": [
"Q83101",
"Q5",
"Q696759"
],
"relations": [
"P84",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Taipei 101",
"human",
"C. Y. Lee"
],
"relation_labels": [
"architect",
"instance of"
]
} | select distinct ?obj where { wd:Q83101 wdt:P84 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16608 | What is the number of the accused from the Yemeni Civil War? | [
"Islam"
] | {
"entities": [
"Q432",
"Q19686631",
"Q19673630"
],
"relations": [
"P140",
"P710"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Islam",
"Yemeni Civil War (2014–present)",
"Mahmoud al-Subaihi"
],
"relation_labels": [
"religion or worldview",
"participant"
]
} | SELECT ?answer WHERE { wd:Q19686631 wdt:P710 ?X . ?X wdt:P140 ?answer} |
lcquad2-22696 | What Institute Grants has Quentin Tarantino been assigned for? | [
"Academy Award for Best Director"
] | {
"entities": [
"Q103360",
"Q19020",
"Q3772"
],
"relations": [
"P1411",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Academy Award for Best Director",
"Academy Awards",
"Quentin Tarantino"
],
"relation_labels": [
"nominated for",
"instance of"
]
} | select distinct ?obj where { wd:Q3772 wdt:P1411 ?obj . ?obj wdt:P31 wd:Q19020 } |
lcquad2-13376 | What is the Spotify broadcasting language which has a regulatory physique in the Institute of the Czech Language? | [
"Czech"
] | {
"entities": [
"Q9056",
"Q1661875",
"Q689141"
],
"relations": [
"P1018",
"P407"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Czech",
"Institute of the Czech Language",
"Spotify"
],
"relation_labels": [
"language regulatory body",
"language of work or name"
]
} | SELECT ?answer WHERE { wd:Q689141 wdt:P407 ?answer . ?answer wdt:P1018 wd:Q1661875} |
lcquad2-21987 | who is the elizate for offers border with of bilbao? | [
"Barakaldo"
] | {
"entities": [
"Q2731185",
"Q8692",
"Q487801"
],
"relations": [
"P31",
"P47"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"elizate",
"Bilbao",
"Barakaldo"
],
"relation_labels": [
"instance of",
"shares border with"
]
} | select distinct ?sbj where { ?sbj wdt:P47 wd:Q8692 . ?sbj wdt:P31 wd:Q2731185 } |
lcquad2-20522 | What sort of individuals would compete in a marathon. | [
"Yesenia Centeno"
] | {
"entities": [
"Q982808",
"Q5",
"Q40244"
],
"relations": [
"P2416",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Yesenia Centeno",
"human",
"marathon"
],
"relation_labels": [
"sports discipline competed in",
"instance of"
]
} | select distinct ?sbj where { ?sbj wdt:P2416 wd:Q40244 . ?sbj wdt:P31 wd:Q5 } |
lcquad2-22030 | What scholarly major could be a aspect of the history of mathematics? | [
"mathematics"
] | {
"entities": [
"Q185264",
"Q4671286",
"Q395"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"history of mathematics",
"academic major",
"mathematics"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?obj where { wd:Q185264 wdt:P1269 ?obj . ?obj wdt:P31 wd:Q4671286 } |
lcquad2-13893 | Where did Hans Asperger pass on that's found close Stewing? | [
"Vienna"
] | {
"entities": [
"Q78512",
"Q279028",
"Q1741"
],
"relations": [
"P150",
"P20"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Hans Asperger",
"Simmering",
"Vienna"
],
"relation_labels": [
"contains the administrative territorial entity",
"place of death"
]
} | SELECT ?answer WHERE { wd:Q78512 wdt:P20 ?answer . ?answer wdt:P150 wd:Q279028} |
lcquad2-24428 | What are the U.S. indigenous peoples starting with the letter y | [
"Yatasi"
] | {
"entities": [
"Q49297",
"Q8050173"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"Native Americans in the United States",
"Yatasi"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q49297 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-21279 | Who was a understudy of Maurice Ravel? | [
"Gabriel Fauré"
] | {
"entities": [
"Q1178",
"Q5",
"Q104919"
],
"relations": [
"P31",
"P1066"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Maurice Ravel",
"human",
"Gabriel Fauré"
],
"relation_labels": [
"instance of",
"student of"
]
} | select distinct ?obj where { wd:Q1178 wdt:P1066 ?obj . ?obj wdt:P31 wd:Q5 } |
lcquad2-16190 | Tell me a song by No Quarter. | [
"Led Zeppelin"
] | {
"entities": [
"Q2727272",
"Q2331",
"Q190243"
],
"relations": [
"P86",
"P463"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"No Quarter",
"Led Zeppelin",
"John Paul Jones"
],
"relation_labels": [
"composer",
"member of"
]
} | SELECT ?answer WHERE { wd:Q2727272 wdt:P86 ?X . ?X wdt:P463 ?answer} |
lcquad2-21697 | What is the main Islamic religion subgroup? | [
"Islam"
] | {
"entities": [
"Q6957341",
"Q432",
"Q642379"
],
"relations": [
"P31",
"P1269"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"major religion",
"Islam",
"history of Islam"
],
"relation_labels": [
"instance of",
"facet of"
]
} | select distinct ?obj where { wd:Q642379 wdt:P1269 ?obj . ?obj wdt:P31 wd:Q6957341 } |
lcquad2-24763 | WHAT IS THE ARTISTIC TYPE WITH V | [
"Venus Callipyge"
] | {
"entities": [
"Q16767597",
"Q618521"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"artistic type",
"Venus Callipyge"
],
"relation_labels": [
"instance of"
]
} | SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q16767597 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25 |
lcquad2-10056 | Diamond is identified with which space and point groups? | [
"space group Fd-3m",
"cubic-hexoctahedral"
] | {
"entities": [
"Q13359931",
"Q5283",
"Q15041895"
],
"relations": [
"P589",
"P690"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"cubic-hexoctahedral",
"diamond",
"space group Fd-3m"
],
"relation_labels": [
"point group",
"space group"
]
} | SELECT ?ans_1 ?ans_2 WHERE { wd:Q5283 wdt:P690 ?ans_1 . wd:Q5283 wdt:P589 ?ans_2 } |
lcquad2-12583 | What is composed within The Interpretation of Dreams who may be a male. | [
"Sigmund Freud"
] | {
"entities": [
"Q6581097",
"Q726382",
"Q9215"
],
"relations": [
"P21",
"P50"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"male",
"Die Traumdeutung",
"Sigmund Freud"
],
"relation_labels": [
"sex or gender",
"author"
]
} | SELECT ?answer WHERE { wd:Q726382 wdt:P50 ?answer . ?answer wdt:P21 wd:Q6581097} |
lcquad2-17313 | What organization works BMX races? | [
"track cycling"
] | {
"entities": [
"Q21200006",
"Q215184",
"Q221635"
],
"relations": [
"P641",
"P121"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"cycling track",
"BMX",
"track cycling"
],
"relation_labels": [
"sport",
"item operated"
]
} | SELECT ?answer WHERE { wd:Q215184 wdt:P121 ?X . ?X wdt:P641 ?answer} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.