id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-16326
|
What is the history of the occasion area of Singapore Craftsmanship Museum?
|
[
"history of Singapore"
] |
{
"entities": [
"Q2032637",
"Q1969320",
"Q334"
],
"relations": [
"P276",
"P2184"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Singapore Art Museum",
"history of Singapore",
"Singapore"
],
"relation_labels": [
"location",
"history of topic"
]
}
|
SELECT ?answer WHERE { wd:Q2032637 wdt:P276 ?X . ?X wdt:P2184 ?answer}
|
lcquad2-15901
|
Where is the central station for the Salvation Army?
|
[
"Europe"
] |
{
"entities": [
"Q46",
"Q84",
"Q188307"
],
"relations": [
"P30",
"P159"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Europe",
"London",
"The Salvation Army"
],
"relation_labels": [
"continent",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q188307 wdt:P159 ?X . ?X wdt:P30 ?answer}
|
lcquad2-23644
|
Let me know stellar classification whose title has the word sort in it.
|
[
"F type"
] |
{
"entities": [
"Q179600",
"Q995268"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"spectral class",
"F type"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q179600 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'type')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23481
|
What are the criminal occupation which start with the letter solicitor
|
[
"solicitor"
] |
{
"entities": [
"Q14284",
"Q15987302"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"solicitor",
"legal profession"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q15987302 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'solicitor')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20655
|
Which is the street that interfaces with Seville?
|
[
"European route E1"
] |
{
"entities": [
"Q8717",
"Q34442",
"Q751771"
],
"relations": [
"P2789",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Seville",
"road",
"European route E1"
],
"relation_labels": [
"connects with",
"instance of"
]
}
|
select distinct ?obj where { wd:Q8717 wdt:P2789 ?obj . ?obj wdt:P31 wd:Q34442 }
|
lcquad2-21090
|
What is the title for people working in Ophthalmology?
|
[
"Richard Liebreich"
] |
{
"entities": [
"Q161437",
"Q95531",
"Q5"
],
"relations": [
"P101",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"ophthalmology",
"Richard Liebreich",
"human"
],
"relation_labels": [
"field of work",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P101 wd:Q161437 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-19767
|
Which federal government owns NASA?
|
[
"federal government of the United States"
] |
{
"entities": [
"Q23548",
"Q48525",
"Q1006644"
],
"relations": [
"P31",
"P749"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"National Aeronautics and Space Administration",
"federal government of the United States",
"federal government"
],
"relation_labels": [
"instance of",
"parent organization"
]
}
|
select distinct ?obj where { wd:Q23548 wdt:P749 ?obj . ?obj wdt:P31 wd:Q1006644 }
|
lcquad2-15649
|
Who wrote the prequel of Hero?
|
[
"Super Junior"
] |
{
"entities": [
"Q17608881",
"Q13423114",
"Q239693"
],
"relations": [
"P156",
"P175"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Mamacita",
"Hero",
"Super Junior"
],
"relation_labels": [
"followed by",
"performer"
]
}
|
SELECT ?answer WHERE { wd:Q13423114 wdt:P156 ?X . ?X wdt:P175 ?answer}
|
lcquad2-22890
|
Who released the Pong video game?
|
[
"Atari, Inc."
] |
{
"entities": [
"Q13409231",
"Q1137109",
"Q216293"
],
"relations": [
"P31",
"P123"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Atari, Inc.",
"video game publisher",
"Pong"
],
"relation_labels": [
"instance of",
"publisher"
]
}
|
select distinct ?obj where { wd:Q216293 wdt:P123 ?obj . ?obj wdt:P31 wd:Q1137109 }
|
lcquad2-17615
|
How can you treat pheonl?
|
[
"dezocine"
] |
{
"entities": [
"Q81938",
"Q130336",
"Q1109018"
],
"relations": [
"P2175",
"P2176"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"pain",
"phenol",
"dezocine"
],
"relation_labels": [
"medical condition treated",
"drug or therapy used for treatment"
]
}
|
SELECT ?answer WHERE { wd:Q130336 wdt:P2175 ?X . ?X wdt:P2176 ?answer}
|
lcquad2-13604
|
Which is distributed on Minesweeper,that has interpretation of Windows 2000?
|
[
"Microsoft Windows"
] |
{
"entities": [
"Q1406",
"Q126194",
"Q483881"
],
"relations": [
"P747",
"P400"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Microsoft Windows",
"Minesweeper",
"Windows 2000"
],
"relation_labels": [
"has edition or translation",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q126194 wdt:P400 ?answer . ?answer wdt:P747 wd:Q483881}
|
lcquad2-13405
|
What was the award Ilya Mehnikov won when Louis Agassoz was the champ?
|
[
"Copley Medal"
] |
{
"entities": [
"Q122972",
"Q172254",
"Q28003"
],
"relations": [
"P1346",
"P166"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Louis Agassiz",
"Ilya Mechnikov",
"Copley Medal"
],
"relation_labels": [
"winner",
"award received"
]
}
|
SELECT ?answer WHERE { wd:Q172254 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q122972}
|
lcquad2-25217
|
What TV network, broadcasting in English, includes the letters "RT" in its name?
|
[
"RT Documentary"
] |
{
"entities": [
"Q1860",
"Q4048628",
"Q561068"
],
"relations": [
"P31",
"P2936"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"English",
"RT Documentary",
"specialty channel"
],
"relation_labels": [
"instance of",
"language used"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q561068 . ?sbj wdt:P2936 wd:Q1860 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'rt')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14018
|
The surname of Helmuth von Moltke the Younger starts offevolved with which letter in the Latin alphabet?
|
[
"von Moltke"
] |
{
"entities": [
"Q57130",
"Q47866003",
"Q8229"
],
"relations": [
"P282",
"P734"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Helmuth von Moltke the Younger",
"von Moltke",
"Latin script"
],
"relation_labels": [
"writing system",
"family name"
]
}
|
SELECT ?answer WHERE { wd:Q57130 wdt:P734 ?answer . ?answer wdt:P282 wd:Q8229}
|
lcquad2-13142
|
"Which is {twin town} of {Aarhus}, that has {has boroughs} is {Nangang District, Harbin} ?"
|
[
"Harbin"
] |
{
"entities": [
"Q1348900",
"Q42956",
"Q25319"
],
"relations": [
"P190",
"P150"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Nangang District, Harbin",
"Harbin",
"Aarhus"
],
"relation_labels": [
"twinned administrative body",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q25319 wdt:P190 ?answer . ?answer wdt:P150 wd:Q1348900}
|
lcquad2-17666
|
Which are the backup substances of shareholders of Harvard Stamp I?
|
[
"Center for Hellenic Studies"
] |
{
"entities": [
"Q13371",
"Q776823",
"Q1053592"
],
"relations": [
"P127",
"P355"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Harvard University",
"Harvard Mark I",
"Center for Hellenic Studies"
],
"relation_labels": [
"owned by",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q776823 wdt:P127 ?X . ?X wdt:P355 ?answer}
|
lcquad2-15579
|
What's the name of the sister town of the place where Franz Holzapfel died?
|
[
"Hamburg"
] |
{
"entities": [
"Q1731",
"Q1055",
"Q1447299"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Dresden",
"Hamburg",
"Franz Holzapfel"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q1447299 wdt:P20 ?X . ?X wdt:P190 ?answer}
|
lcquad2-16653
|
What is the inscription on a remote control unit called?
|
[
"French"
] |
{
"entities": [
"Q9036",
"Q185091",
"Q150"
],
"relations": [
"P1412",
"P61"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Nikola Tesla",
"remote control",
"French"
],
"relation_labels": [
"languages spoken, written or signed",
"discoverer or inventor"
]
}
|
SELECT ?answer WHERE { wd:Q185091 wdt:P61 ?X . ?X wdt:P1412 ?answer}
|
lcquad2-14619
|
what did the journalists of the aryl hydrocarbon receptor work on?
|
[
"West Virginia University"
] |
{
"entities": [
"Q23917017",
"Q115376",
"Q28036799"
],
"relations": [
"P108",
"P50"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"The aryl hydrocarbon receptor interacts with nuclear factor erythroid 2-related factor 2 to mediate induction of NAD(P)H:quinoneoxidoreductase 1 by 2,3,7,8-tetrachlorodibenzo-p-dioxin",
"West Virginia University",
"Yon Rojanasakul"
],
"relation_labels": [
"employer",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q23917017 wdt:P50 ?X . ?X wdt:P108 ?answer}
|
lcquad2-23850
|
Name the city/town that begins with the letter yelnya
|
[
"Yelnya"
] |
{
"entities": [
"Q7930989",
"Q102364"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"city or town",
"Yelnya"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7930989 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yelnya')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15980
|
What is the name of the river connected to the lake in New York?
|
[
"Upper New York Bay"
] |
{
"entities": [
"Q1064776",
"Q1294277",
"Q1384"
],
"relations": [
"P974",
"P206"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Upper New York Bay",
"Lower New York Bay",
"New York"
],
"relation_labels": [
"tributary",
"located in or next to body of water"
]
}
|
SELECT ?answer WHERE { wd:Q1384 wdt:P206 ?X . ?X wdt:P974 ?answer}
|
lcquad2-11831
|
What musical artists of Finlandia play the genre of track called incidental music?
|
[
"Jean Sibelius"
] |
{
"entities": [
"Q45682",
"Q1147752",
"Q644152"
],
"relations": [
"P86",
"P136"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Jean Sibelius",
"incidental music",
"Finlandia"
],
"relation_labels": [
"composer",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q644152 wdt:P86 ?answer . ?answer wdt:P136 wd:Q1147752}
|
lcquad2-13643
|
What is the name of the Classical Cephied variable that is part of the Cepheus constellation?
|
[
"Delta Cephei"
] |
{
"entities": [
"Q10468",
"Q10451997",
"Q13024"
],
"relations": [
"P138",
"P59"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Cepheus",
"classical Cepheid variable",
"Delta Cephei"
],
"relation_labels": [
"named after",
"constellation"
]
}
|
SELECT ?answer WHERE { wd:Q10451997 wdt:P138 ?answer . ?answer wdt:P59 wd:Q10468}
|
lcquad2-23464
|
Tell me the polychoron in the name of the word uniform
|
[
"Prismatic uniform polychoron"
] |
{
"entities": [
"Q7245698",
"Q2155148"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Prismatic uniform polychoron",
"4-polytope"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2155148 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'uniform')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20560
|
Title a motion picture within the Wonder Cinematic Universe discharged in 3D ?
|
[
"Thor: The Dark World"
] |
{
"entities": [
"Q642878",
"Q229390",
"Q1201853"
],
"relations": [
"P1445",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Marvel Cinematic Universe",
"3D film",
"Thor: The Dark World"
],
"relation_labels": [
"fictional universe described in",
"instance of"
]
}
|
select distinct ?obj where { wd:Q642878 wdt:P1445 ?obj . ?obj wdt:P31 wd:Q229390 }
|
lcquad2-23496
|
Let me know Web Standard whose title has the word utf in it.
|
[
"UTF-8"
] |
{
"entities": [
"Q193537",
"Q290378"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"UTF-8",
"internet standard"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q290378 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'utf')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22776
|
Who was Superman's sidekick?
|
[
"Jon Kent"
] |
{
"entities": [
"Q1114461",
"Q79015",
"Q27965060"
],
"relations": [
"P31",
"P2546"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"comics character",
"Superman",
"Jon Kent"
],
"relation_labels": [
"instance of",
"sidekick of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2546 wd:Q79015 . ?sbj wdt:P31 wd:Q1114461 }
|
lcquad2-19982
|
What is the name of General Tom Thumb's wife?
|
[
"Lavinia Warren"
] |
{
"entities": [
"Q456470",
"Q918691",
"Q5"
],
"relations": [
"P31",
"P26"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Lavinia Warren",
"General Tom Thumb",
"human"
],
"relation_labels": [
"instance of",
"spouse"
]
}
|
select distinct ?obj where { wd:Q918691 wdt:P26 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-14236
|
"Who is {died in} of {Patriarch Joseph}, that has {has districts} is {Yuzhnoye Tushino District} ?"
|
[
"Moscow"
] |
{
"entities": [
"Q649",
"Q2366829",
"Q597539"
],
"relations": [
"P150",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Moscow",
"Yuzhnoye Tushino District",
"Patriarch Joseph"
],
"relation_labels": [
"contains the administrative territorial entity",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q597539 wdt:P20 ?answer . ?answer wdt:P150 wd:Q2366829}
|
lcquad2-12343
|
Where is the guideline office of Sciences Po that's in locale of the 20th Arrondissement of Paris?
|
[
"Paris"
] |
{
"entities": [
"Q90",
"Q210720",
"Q859363"
],
"relations": [
"P150",
"P159"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Paris",
"20th arrondissement of Paris",
"Sciences Po"
],
"relation_labels": [
"contains the administrative territorial entity",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q859363 wdt:P159 ?answer . ?answer wdt:P150 wd:Q210720}
|
lcquad2-14765
|
What colours are on Kashirskaya?
|
[
"green"
] |
{
"entities": [
"Q3133",
"Q2329927",
"Q834482"
],
"relations": [
"P462",
"P81"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"green",
"Kashirskaya",
"Zamoskvoretskaya Line"
],
"relation_labels": [
"color",
"connecting line"
]
}
|
SELECT ?answer WHERE { wd:Q2329927 wdt:P81 ?X . ?X wdt:P462 ?answer}
|
lcquad2-11923
|
"Hannes Alfivén was a member of what agency that is headquartered in Frescati?"
|
[
"Royal Swedish Academy of Sciences"
] |
{
"entities": [
"Q1455650",
"Q191583",
"Q54945"
],
"relations": [
"P159",
"P463"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Frescati",
"Royal Swedish Academy of Sciences",
"Hannes Alfvén"
],
"relation_labels": [
"headquarters location",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q54945 wdt:P463 ?answer . ?answer wdt:P159 wd:Q1455650}
|
lcquad2-21995
|
What is the business that ARM architecture designs?
|
[
"Arm Ltd"
] |
{
"entities": [
"Q16980",
"Q4830453",
"Q296782"
],
"relations": [
"P31",
"P287"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"ARM architecture",
"business",
"Arm Ltd"
],
"relation_labels": [
"instance of",
"designed by"
]
}
|
select distinct ?obj where { wd:Q16980 wdt:P287 ?obj . ?obj wdt:P31 wd:Q4830453 }
|
lcquad2-25213
|
What is the unit of mass containing in its name the word "way?"
|
[
"Wey"
] |
{
"entities": [
"Q3647172",
"Q11423",
"Q2566277"
],
"relations": [
"P111",
"P31"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"unit of mass",
"mass",
"Wey"
],
"relation_labels": [
"measured physical quantity",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3647172 . ?sbj wdt:P111 wd:Q11423 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wey')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21072
|
Name a town next to the LOS angel
|
[
"Beverly Hills"
] |
{
"entities": [
"Q65",
"Q1093829",
"Q127856"
],
"relations": [
"P31",
"P47"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Los Angeles",
"city in the United States",
"Beverly Hills"
],
"relation_labels": [
"instance of",
"shares border with"
]
}
|
select distinct ?obj where { wd:Q65 wdt:P47 ?obj . ?obj wdt:P31 wd:Q1093829 }
|
lcquad2-17131
|
How did the expressive language of Christina Grimmie influence others?
|
[
"French"
] |
{
"entities": [
"Q231713",
"Q1860",
"Q150"
],
"relations": [
"P737",
"P1412"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Christina Grimmie",
"English",
"French"
],
"relation_labels": [
"influenced by",
"languages spoken, written or signed"
]
}
|
SELECT ?answer WHERE { wd:Q231713 wdt:P1412 ?X . ?X wdt:P737 ?answer}
|
lcquad2-13180
|
What problem in the records of Wisconsin tells of the division of St. Croix County?
|
[
"Wisconsin"
] |
{
"entities": [
"Q11288054",
"Q591156",
"Q1537"
],
"relations": [
"P1269",
"P150"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"history of Wisconsin",
"St. Croix County",
"Wisconsin"
],
"relation_labels": [
"facet of",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q11288054 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q591156}
|
lcquad2-25371
|
which fight that member nazi germany begins with s
|
[
"Siege of Breslau"
] |
{
"entities": [
"Q664581",
"Q7318",
"Q178561"
],
"relations": [
"P31",
"P710"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Siege of Breslau",
"Nazi Germany",
"battle"
],
"relation_labels": [
"instance of",
"participant"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q178561 . ?sbj wdt:P710 wd:Q7318 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-21041
|
What computer record can deliver a spreadsheet?
|
[
"workbook"
] |
{
"entities": [
"Q26853769",
"Q82753",
"Q183197"
],
"relations": [
"P31",
"P1056"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"workbook",
"computer file",
"spreadsheet"
],
"relation_labels": [
"instance of",
"product or material produced"
]
}
|
select distinct ?obj where { wd:Q183197 wdt:P1056 ?obj . ?obj wdt:P31 wd:Q82753 }
|
lcquad2-20690
|
Who are NYU's affiliates?
|
[
"Edward G. Smith"
] |
{
"entities": [
"Q49210",
"Q96021986",
"Q5"
],
"relations": [
"P31",
"P1416"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"New York University",
"Edward G. Smith",
"human"
],
"relation_labels": [
"instance of",
"affiliation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1416 wd:Q49210 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-16991
|
In Klaus Brahmig, who were the belligerents who competed?
|
[
"Wolfgang Jörg"
] |
{
"entities": [
"Q23558762",
"Q102992",
"Q100521"
],
"relations": [
"P1344",
"P710"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"2017 German presidential election",
"Klaus Brähmig",
"Wolfgang Jörg"
],
"relation_labels": [
"participant in",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q102992 wdt:P1344 ?X . ?X wdt:P710 ?answer}
|
lcquad2-16316
|
Who co founded "An Introduction of the History of Science?"
|
[
"John Winthrop"
] |
{
"entities": [
"Q51427554",
"Q100",
"Q720766"
],
"relations": [
"P112",
"P291"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"An introduction to the history of science",
"Boston",
"John Winthrop"
],
"relation_labels": [
"founded by",
"place of publication"
]
}
|
SELECT ?answer WHERE { wd:Q51427554 wdt:P291 ?X . ?X wdt:P112 ?answer}
|
lcquad2-24610
|
What is the title of a gun that begins with the letter s.
|
[
"Swinburn–Henry"
] |
{
"entities": [
"Q60883976",
"Q12796"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Swinburn–Henry",
"firearm"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q12796 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17071
|
What is aircraft in armada for thing administrator of tank ?
|
[
"Type 56"
] |
{
"entities": [
"Q12876",
"Q3747932",
"Q1142312"
],
"relations": [
"P121",
"P137"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"tank",
"Albanian Joint Forces Command",
"Type 56"
],
"relation_labels": [
"item operated",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q12876 wdt:P137 ?X . ?X wdt:P121 ?answer}
|
lcquad2-13152
|
What has passed on in Solon which has the twin city Barcelona?
|
[
"Athens"
] |
{
"entities": [
"Q1524",
"Q1492",
"Q133337"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Athens",
"Barcelona",
"Solon"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q133337 wdt:P20 ?answer . ?answer wdt:P190 wd:Q1492}
|
lcquad2-9979
|
Quartz has what streak color, and what point group?
|
[
"trigonal-trapezoidal",
"black"
] |
{
"entities": [
"Q23445",
"Q43010",
"Q13362465"
],
"relations": [
"P589",
"P534"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"black",
"quartz",
"trigonal-trapezoidal"
],
"relation_labels": [
"point group",
"streak color"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q43010 wdt:P589 ?ans_1 . wd:Q43010 wdt:P534 ?ans_2 }
|
lcquad2-10048
|
What eye and hair color does Tyra Banks have?
|
[
"brown hair",
"green"
] |
{
"entities": [
"Q172303",
"Q2367101",
"Q17122854"
],
"relations": [
"P1340",
"P1884"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Tyra Banks",
"brown hair",
"green"
],
"relation_labels": [
"eye color",
"hair color"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q172303 wdt:P1340 ?ans_1 . wd:Q172303 wdt:P1884 ?ans_2 }
|
lcquad2-12791
|
Who {painted} {Porky Pig} that too encompasses a {surname} of {Freleng}?
|
[
"Friz Freleng"
] |
{
"entities": [
"Q457864",
"Q41491126",
"Q937186"
],
"relations": [
"P170",
"P734"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Friz Freleng",
"Freleng",
"Porky Pig"
],
"relation_labels": [
"creator",
"family name"
]
}
|
SELECT ?answer WHERE { wd:Q937186 wdt:P170 ?answer . ?answer wdt:P734 wd:Q41491126}
|
lcquad2-21580
|
What's the name of someone living in the Soviet Union?
|
[
"Vasily Zabaluyev"
] |
{
"entities": [
"Q5",
"Q15180",
"Q95741627"
],
"relations": [
"P31",
"P27"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"human",
"Soviet Union",
"Vasily Zabaluyev"
],
"relation_labels": [
"instance of",
"country of citizenship"
]
}
|
select distinct ?sbj where { ?sbj wdt:P27 wd:Q15180 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-23654
|
What are the specialized determination which begin with the letter webid
|
[
"WebID"
] |
{
"entities": [
"Q20819677",
"Q17087197"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"technical specification",
"WebID"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q20819677 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'webid')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24233
|
What are the human settlement which begin with the letter z
|
[
"Zettlarsgrün"
] |
{
"entities": [
"Q97589275",
"Q486972"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zettlarsgrün",
"human settlement"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q486972 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23046
|
Which are the mineral acids that contains the word corrosive in their name?
|
[
"United States of America"
] |
{
"entities": [
"Q6256",
"Q127912",
"Q30"
],
"relations": [
"P1001",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"country",
"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:Q6256 }
|
lcquad2-10152
|
What color is wine?
|
[
"white",
"yeast in winemaking"
] |
{
"entities": [
"Q23444",
"Q282",
"Q3237250"
],
"relations": [
"P462",
"P2849"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"white",
"wine",
"yeast in winemaking"
],
"relation_labels": [
"color",
"produced by"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q282 wdt:P462 ?ans_1 . wd:Q282 wdt:P2849 ?ans_2 }
|
lcquad2-15950
|
Give me the name of the person that played the alumni of the role model of George Saunders.
|
[
"Harvard University"
] |
{
"entities": [
"Q105756",
"Q13371",
"Q1251926"
],
"relations": [
"P737",
"P69"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"John Updike",
"Harvard University",
"George Saunders"
],
"relation_labels": [
"influenced by",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q1251926 wdt:P737 ?X . ?X wdt:P69 ?answer}
|
lcquad2-17851
|
Which team { sports league } has played for { Hope Solo }?
|
[
"Division 1 Féminine"
] |
{
"entities": [
"Q1276685",
"Q1231102",
"Q229619"
],
"relations": [
"P54",
"P118"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Olympique Lyonnais Féminin",
"Division 1 Féminine",
"Hope Solo"
],
"relation_labels": [
"member of sports team",
"league"
]
}
|
SELECT ?answer WHERE { wd:Q229619 wdt:P54 ?X . ?X wdt:P118 ?answer}
|
lcquad2-22372
|
Which is the previous populated put of nation of Brilliant Horde?
|
[
"Majar"
] |
{
"entities": [
"Q22674925",
"Q79965",
"Q2996413"
],
"relations": [
"P31",
"P17"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"former settlement",
"Golden Horde",
"Majar"
],
"relation_labels": [
"instance of",
"country"
]
}
|
select distinct ?sbj where { ?sbj wdt:P17 wd:Q79965 . ?sbj wdt:P31 wd:Q22674925 }
|
lcquad2-14768
|
Where did the M4 weapon start from?
|
[
"Michigan"
] |
{
"entities": [
"Q214688",
"Q1166",
"Q30"
],
"relations": [
"P495",
"P150"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"M4",
"Michigan",
"United States of America"
],
"relation_labels": [
"country of origin",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q214688 wdt:P495 ?X . ?X wdt:P150 ?answer}
|
lcquad2-21357
|
What was David Ben-Gurion's job?
|
[
"President of the Provisional State Council"
] |
{
"entities": [
"Q62119441",
"Q37610",
"Q4164871"
],
"relations": [
"P31",
"P1308"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"President of the Provisional State Council",
"David Ben-Gurion",
"position"
],
"relation_labels": [
"instance of",
"officeholder"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1308 wd:Q37610 . ?sbj wdt:P31 wd:Q4164871 }
|
lcquad2-20649
|
What party other than Odisha is a piece of the Rajya Sabha?
|
[
"Odisha"
] |
{
"entities": [
"Q57156502",
"Q57156205",
"Q22048"
],
"relations": [
"P31",
"P1889"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Odisha",
"constituency of the Rajya Sabha",
"Odisha"
],
"relation_labels": [
"instance of",
"different from"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1889 wd:Q22048 . ?sbj wdt:P31 wd:Q57156205 }
|
lcquad2-19873
|
Who was Patty Duke's mom?
|
[
"Mackenzie Astin"
] |
{
"entities": [
"Q2575752",
"Q232538",
"Q5"
],
"relations": [
"P25",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Mackenzie Astin",
"Patty Duke",
"human"
],
"relation_labels": [
"mother",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P25 wd:Q232538 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-12077
|
What is the have an impact on of Walker Percy,that has participated in hostilities in world fighting II?
|
[
"Albert Camus"
] |
{
"entities": [
"Q34670",
"Q176909",
"Q362"
],
"relations": [
"P737",
"P607"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Albert Camus",
"Walker Percy",
"World War II"
],
"relation_labels": [
"influenced by",
"conflict"
]
}
|
SELECT ?answer WHERE { wd:Q176909 wdt:P737 ?answer . ?answer wdt:P607 wd:Q362}
|
lcquad2-9936
|
Who is the head of the capital and government of Mecca?
|
[
"Khalid bin Faisal Al Saud",
"Kingdom of Nejd and Hejaz"
] |
{
"entities": [
"Q1756546",
"Q371263",
"Q5806"
],
"relations": [
"P6",
"P1376"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"Kingdom of Nejd and Hejaz",
"Khalid bin Faisal Al Saud",
"Mecca"
],
"relation_labels": [
"head of government",
"capital of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q5806 wdt:P6 ?ans_1 . wd:Q5806 wdt:P1376 ?ans_2 }
|
lcquad2-17953
|
What reference is distributed in the diary of Strategies for announcing wellbeing plan execution data to buyers; proof from controlled investigations?
|
[
"Harvard Law Review"
] |
{
"entities": [
"Q1365125",
"Q28137783",
"Q34520285"
],
"relations": [
"P2860",
"P1433"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Harvard Law Review",
"Taking behavioralism seriously: some evidence of market manipulation",
"Strategies for reporting health plan performance information to consumers: evidence from controlled studies"
],
"relation_labels": [
"cites work",
"published in"
]
}
|
SELECT ?answer WHERE { wd:Q34520285 wdt:P2860 ?X . ?X wdt:P1433 ?answer}
|
lcquad2-12803
|
Which brother or sister of Artemis includes a kid named Hymen?
|
[
"Apollo"
] |
{
"entities": [
"Q37340",
"Q506770",
"Q39503"
],
"relations": [
"P3373",
"P40"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"Apollo",
"Hymen",
"Artemis"
],
"relation_labels": [
"sibling",
"child"
]
}
|
SELECT ?answer WHERE { wd:Q39503 wdt:P3373 ?answer . ?answer wdt:P40 wd:Q506770}
|
lcquad2-21438
|
What is title of the waterway found another to Chongqing?
|
[
"Jialing River"
] |
{
"entities": [
"Q11725",
"Q4022",
"Q1045185"
],
"relations": [
"P31",
"P206"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"Chongqing",
"river",
"Jialing River"
],
"relation_labels": [
"instance of",
"located in or next to body of water"
]
}
|
select distinct ?obj where { wd:Q11725 wdt:P206 ?obj . ?obj wdt:P31 wd:Q4022 }
|
lcquad2-23143
|
Let Me know PROGRAMMING Dialect WHOSE Title HAS THE WORD XL IN IT,
|
[
"TXL"
] |
{
"entities": [
"Q9143",
"Q7590386"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"programming language",
"TXL"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9143 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'xl')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23663
|
What is the umbrella term in the name of the word undead?
|
[
"undead"
] |
{
"entities": [
"Q239872",
"Q210588"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"undead",
"umbrella term"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q210588 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'undead')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24317
|
What are the torment pandemics which begin with the letter p
|
[
"Plague of Mohill"
] |
{
"entities": [
"Q1516910",
"Q42377557"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"plague epidemic",
"Plague of Mohill"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1516910 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23424
|
Give me the name of the planning that has the word planningm in it.
|
[
"Implementation planning"
] |
{
"entities": [
"Q309100",
"Q778554"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"planning",
"Implementation planning"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q309100 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'planning')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16599
|
What is adj. of circles for Mimas ?
|
[
"E Ring"
] |
{
"entities": [
"Q1109971",
"Q15034",
"Q193"
],
"relations": [
"P397",
"P398"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"E Ring",
"Mimas",
"Saturn"
],
"relation_labels": [
"parent astronomical body",
"child astronomical body"
]
}
|
SELECT ?answer WHERE { wd:Q15034 wdt:P397 ?X . ?X wdt:P398 ?answer}
|
lcquad2-23697
|
What are the cryptid which begin with the letter yowie
|
[
"Yowie"
] |
{
"entities": [
"Q772636",
"Q964575"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"cryptid",
"Yowie"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q772636 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yowie')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15435
|
What portion of the arrangement is Lands of Legend: Gatekeepers of Destiny?
|
[
"Microsoft Windows"
] |
{
"entities": [
"Q1406",
"Q3217112",
"Q1803721"
],
"relations": [
"P179",
"P400"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Microsoft Windows",
"Lands of Lore: Guardians of Destiny",
"Lands of Lore"
],
"relation_labels": [
"part of the series",
"platform"
]
}
|
SELECT ?answer WHERE { wd:Q3217112 wdt:P179 ?X . ?X wdt:P400 ?answer}
|
lcquad2-21089
|
Which Composer is responsible for the music of West Side Story?
|
[
"Leonard Bernstein"
] |
{
"entities": [
"Q152505",
"Q669010",
"Q5"
],
"relations": [
"P31",
"P86"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Leonard Bernstein",
"West Side Story",
"human"
],
"relation_labels": [
"instance of",
"composer"
]
}
|
select distinct ?obj where { wd:Q669010 wdt:P86 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-22001
|
Which is the anecdotal humanoid that's spoken to by Press Maiden?
|
[
"Eddie the Head"
] |
{
"entities": [
"Q259261",
"Q42482",
"Q28020127"
],
"relations": [
"P1268",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Eddie the Head",
"Iron Maiden",
"fictional humanoid"
],
"relation_labels": [
"represents",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1268 wd:Q42482 . ?sbj wdt:P31 wd:Q28020127 }
|
lcquad2-15501
|
what is Rachel Sylvester's occupation?
|
[
"political journalism"
] |
{
"entities": [
"Q855726",
"Q15973695",
"Q7279421"
],
"relations": [
"P106",
"P425"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"political journalism",
"political journalist",
"Rachel Sylvester"
],
"relation_labels": [
"occupation",
"field of this occupation"
]
}
|
SELECT ?answer WHERE { wd:Q7279421 wdt:P106 ?X . ?X wdt:P425 ?answer}
|
lcquad2-25064
|
Name an artwork structure carried out with gadgets that consists of the word "music " in its name
|
[
"music"
] |
{
"entities": [
"Q1278335",
"Q638",
"Q56055944"
],
"relations": [
"P31",
"P3095"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"instrumentalist",
"music",
"type of art"
],
"relation_labels": [
"instance of",
"practiced by"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q56055944 . ?sbj wdt:P3095 wd:Q1278335 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'music')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-22886
|
Which is the private college partnered with Unused York University?
|
[
"New York University Shanghai"
] |
{
"entities": [
"Q902104",
"Q49210",
"Q13652966"
],
"relations": [
"P31",
"P1416"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"private university",
"New York University",
"New York University Shanghai"
],
"relation_labels": [
"instance of",
"affiliation"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1416 wd:Q49210 . ?sbj wdt:P31 wd:Q902104 }
|
lcquad2-9640
|
Who are sibling and father to
Dan Bilzerian?
|
[
"Adam Bilzerian",
"Paul Bilzerian"
] |
{
"entities": [
"Q16199296",
"Q7149367",
"Q18637184"
],
"relations": [
"P3373",
"P22"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Dan Bilzerian",
"Paul Bilzerian",
"Adam Bilzerian"
],
"relation_labels": [
"sibling",
"father"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q16199296 wdt:P3373 ?ans_1 . wd:Q16199296 wdt:P22 ?ans_2 }
|
lcquad2-23158
|
let me know video amusement arrangement that contains the word warlords in ilet me know video amusement arrangement that contains the word warlords in it
|
[
"Warlords Battlecry"
] |
{
"entities": [
"Q7058673",
"Q5030870"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"video game series",
"Warlords Battlecry"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q7058673 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'warlords')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-14525
|
Who may be a part of the citizens of E.C. Segar?
|
[
"United Nations"
] |
{
"entities": [
"Q1065",
"Q30",
"Q452745"
],
"relations": [
"P463",
"P27"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"United Nations",
"United States of America",
"E. C. Segar"
],
"relation_labels": [
"member of",
"country of citizenship"
]
}
|
SELECT ?answer WHERE { wd:Q452745 wdt:P27 ?X . ?X wdt:P463 ?answer}
|
lcquad2-12437
|
What borders Brescia, Italy, which has the geographic organizes of 45.5 scope and 10.15 longitude?
|
[
"John"
] |
{
"entities": [
"Q1715043",
"Q4925477",
"Q6224078"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Jón",
"John",
"John Bushell"
],
"relation_labels": [
"given name",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q6224078 wdt:P735 ?answer . ?answer wdt:P460 wd:Q1715043}
|
lcquad2-21759
|
What nation contains Beijing?
|
[
"People's Republic of China"
] |
{
"entities": [
"Q148",
"Q3624078",
"Q956"
],
"relations": [
"P31",
"P150"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"People's Republic of China",
"sovereign state",
"Beijing"
],
"relation_labels": [
"instance of",
"contains the administrative territorial entity"
]
}
|
select distinct ?sbj where { ?sbj wdt:P150 wd:Q956 . ?sbj wdt:P31 wd:Q3624078 }
|
lcquad2-15607
|
In which constellation do you find the star Calpamos?
|
[
"Reticulum"
] |
{
"entities": [
"Q26996374",
"Q10498",
"Q196847"
],
"relations": [
"P397",
"P59"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Calpamos",
"Reticulum",
"Zeta Reticuli"
],
"relation_labels": [
"parent astronomical body",
"constellation"
]
}
|
SELECT ?answer WHERE { wd:Q26996374 wdt:P397 ?X . ?X wdt:P59 ?answer}
|
lcquad2-19709
|
What are the signs of a cold?
|
[
"runny nose"
] |
{
"entities": [
"Q12125",
"Q169872",
"Q1115038"
],
"relations": [
"P31",
"P780"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"common cold",
"symptom",
"runny nose"
],
"relation_labels": [
"instance of",
"symptoms and signs"
]
}
|
select distinct ?obj where { wd:Q12125 wdt:P780 ?obj . ?obj wdt:P31 wd:Q169872 }
|
lcquad2-21591
|
Which is the tv arrangement scene for which Sarah Silverman was a voice actress?
|
[
"Space Pilot 3000"
] |
{
"entities": [
"Q229013",
"Q185831",
"Q21191270"
],
"relations": [
"P31",
"P725"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Sarah Silverman",
"Space Pilot 3000",
"television series episode"
],
"relation_labels": [
"instance of",
"voice actor"
]
}
|
select distinct ?sbj where { ?sbj wdt:P725 wd:Q229013 . ?sbj wdt:P31 wd:Q21191270 }
|
lcquad2-15403
|
What things are utilized in ECC patents?
|
[
"elliptic curve"
] |
{
"entities": [
"Q268493",
"Q5322656",
"Q1048911"
],
"relations": [
"P2283",
"P1269"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"elliptic curve",
"ECC patents",
"elliptic curve cryptography"
],
"relation_labels": [
"uses",
"facet of"
]
}
|
SELECT ?answer WHERE { wd:Q5322656 wdt:P1269 ?X . ?X wdt:P2283 ?answer}
|
lcquad2-12473
|
What music was from Romeo and Juliet that was college gone to at the Holy person Petersburg Conservatory?
|
[
"Pyotr Ilyich Tchaikovsky"
] |
{
"entities": [
"Q178416",
"Q7315",
"Q763716"
],
"relations": [
"P86",
"P69"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Saint Petersburg Conservatory",
"Pyotr Ilyich Tchaikovsky",
"Romeo and Juliet"
],
"relation_labels": [
"composer",
"educated at"
]
}
|
SELECT ?answer WHERE { wd:Q763716 wdt:P86 ?answer . ?answer wdt:P69 wd:Q178416}
|
lcquad2-19923
|
In which republic did the Cuban Missile Crisis have a significant impact?
|
[
"United States of America"
] |
{
"entities": [
"Q1520223",
"Q128160",
"Q30"
],
"relations": [
"P793",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"constitutional republic",
"Cuban Missile Crisis",
"United States of America"
],
"relation_labels": [
"significant event",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P793 wd:Q128160 . ?sbj wdt:P31 wd:Q1520223 }
|
lcquad2-23255
|
What are the history of a u . s . a . or country which begin with the letter records
|
[
"history of Poland (1945–1989)"
] |
{
"entities": [
"Q17544377",
"Q974251"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"history of a country or state",
"history of Poland (1945–1989)"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q17544377 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'history')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12851
|
Which well-known place of Indian History has a lake on Arabian Sea?
|
[
"India"
] |
{
"entities": [
"Q668",
"Q58705",
"Q133136"
],
"relations": [
"P1269",
"P206"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"India",
"Arabian Sea",
"history of India"
],
"relation_labels": [
"facet of",
"located in or next to body of water"
]
}
|
SELECT ?answer WHERE { wd:Q133136 wdt:P1269 ?answer . ?answer wdt:P206 wd:Q58705}
|
lcquad2-13869
|
What sister city to Haifa is the base camp of Newcastle University?
|
[
"Newcastle upon Tyne"
] |
{
"entities": [
"Q41621",
"Q837164",
"Q1425428"
],
"relations": [
"P190",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"Haifa",
"University of Newcastle upon Tyne",
"Newcastle upon Tyne"
],
"relation_labels": [
"twinned administrative body",
"headquarters location"
]
}
|
SELECT ?answer WHERE { wd:Q837164 wdt:P159 ?answer . ?answer wdt:P190 wd:Q41621}
|
lcquad2-16771
|
The service operator of HM Prison Lowdham Grange falls into what type of business category?
|
[
"public limited company"
] |
{
"entities": [
"Q499104",
"Q5225895",
"Q5635230"
],
"relations": [
"P1454",
"P137"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Serco Group",
"public limited company",
"HM Prison Lowdham Grange"
],
"relation_labels": [
"legal form",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q5635230 wdt:P137 ?X . ?X wdt:P1454 ?answer}
|
lcquad2-20389
|
What trade is conducted at the Unused York Stock Exchange?
|
[
"RELX Group"
] |
{
"entities": [
"Q998470",
"Q13677",
"Q4830453"
],
"relations": [
"P414",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"RELX Group",
"New York Stock Exchange",
"business"
],
"relation_labels": [
"stock exchange",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P414 wd:Q13677 . ?sbj wdt:P31 wd:Q4830453 }
|
lcquad2-22861
|
Who is filming Jim Henson's screenwriter?
|
[
"Labyrinth"
] |
{
"entities": [
"Q191037",
"Q11424",
"Q278053"
],
"relations": [
"P58",
"P31"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Jim Henson",
"film",
"Labyrinth"
],
"relation_labels": [
"screenwriter",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P58 wd:Q191037 . ?sbj wdt:P31 wd:Q11424 }
|
lcquad2-20473
|
Where is Coimbatore found?
|
[
"geography of Coimbatore"
] |
{
"entities": [
"Q46865913",
"Q5535132",
"Q9885"
],
"relations": [
"P31",
"P2633"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"geography of geographic location",
"geography of Coimbatore",
"Coimbatore"
],
"relation_labels": [
"instance of",
"geography of topic"
]
}
|
select distinct ?obj where { wd:Q9885 wdt:P2633 ?obj . ?obj wdt:P31 wd:Q46865913 }
|
lcquad2-22452
|
Let me know the paramount state for the capital of Belgrade.
|
[
"Serbia"
] |
{
"entities": [
"Q3624078",
"Q3711",
"Q403"
],
"relations": [
"P31",
"P36"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"sovereign state",
"Belgrade",
"Serbia"
],
"relation_labels": [
"instance of",
"capital"
]
}
|
select distinct ?sbj where { ?sbj wdt:P36 wd:Q3711 . ?sbj wdt:P31 wd:Q3624078 }
|
lcquad2-20349
|
During the American Revolution did the democratic republic participate?
|
[
"United States of America"
] |
{
"entities": [
"Q5255892",
"Q40949",
"Q30"
],
"relations": [
"P31",
"P1344"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"democratic republic",
"American Revolutionary War",
"United States of America"
],
"relation_labels": [
"instance of",
"participant in"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1344 wd:Q40949 . ?sbj wdt:P31 wd:Q5255892 }
|
lcquad2-20126
|
What famous person did Freud teach?
|
[
"Posmetro Sumut"
] |
{
"entities": [
"Q9215",
"Q5",
"Q79062"
],
"relations": [
"P31",
"P1066"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"Sigmund Freud",
"human",
"Posmetro Sumut"
],
"relation_labels": [
"instance of",
"student of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1066 wd:Q9215 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-22002
|
The headquarters of which business is located in Barcelona?
|
[
"Coca-Cola Iberian Partners"
] |
{
"entities": [
"Q4830453",
"Q95584877",
"Q1492"
],
"relations": [
"P31",
"P159"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"business",
"Coca-Cola Iberian Partners",
"Barcelona"
],
"relation_labels": [
"instance of",
"headquarters location"
]
}
|
select distinct ?sbj where { ?sbj wdt:P159 wd:Q1492 . ?sbj wdt:P31 wd:Q4830453 }
|
lcquad2-15685
|
Who is the sister of Max Mosley's niece?
|
[
"Unity Mitford"
] |
{
"entities": [
"Q173246",
"Q2019530",
"Q254659"
],
"relations": [
"P1038",
"P3373"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Max Mosley",
"Deborah Cavendish, Duchess of Devonshire",
"Unity Mitford"
],
"relation_labels": [
"relative",
"sibling"
]
}
|
SELECT ?answer WHERE { wd:Q173246 wdt:P1038 ?X . ?X wdt:P3373 ?answer}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.