id
stringlengths 11
13
| question
stringlengths 11
8.64k
| answers
list | subgraph
dict | sparql
stringlengths 49
483
|
---|---|---|---|---|
lcquad2-14975
|
What is the field of this work of the work of Heinrich Famous Dietrich?
|
[
"history of ancient Egypt"
] |
{
"entities": [
"Q766876",
"Q11768",
"Q208520"
],
"relations": [
"P156",
"P2184"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"history of ancient Egypt",
"Ancient Egypt",
"Prehistoric Egypt"
],
"relation_labels": [
"followed by",
"history of topic"
]
}
|
SELECT ?answer WHERE { wd:Q208520 wdt:P156 ?X . ?X wdt:P2184 ?answer}
|
lcquad2-14890
|
What is the continuation to The Matrix?
|
[
"Canada"
] |
{
"entities": [
"Q16",
"Q83495",
"Q30"
],
"relations": [
"P495",
"P47"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Canada",
"The Matrix",
"United States of America"
],
"relation_labels": [
"country of origin",
"shares border with"
]
}
|
SELECT ?answer WHERE { wd:Q83495 wdt:P495 ?X . ?X wdt:P47 ?answer}
|
lcquad2-14431
|
What colors are streaked in a pearl?
|
[
"blue"
] |
{
"entities": [
"Q43436",
"Q1052",
"Q1088"
],
"relations": [
"P534",
"P462"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"pearl",
"rainbow",
"blue"
],
"relation_labels": [
"streak color",
"color"
]
}
|
SELECT ?answer WHERE { wd:Q43436 wdt:P534 ?X . ?X wdt:P462 ?answer}
|
lcquad2-17751
|
Which NTFS subsidiary is developing?
|
[
"Microsoft Switzerland"
] |
{
"entities": [
"Q103528505",
"Q183205",
"Q2283"
],
"relations": [
"P178",
"P355"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Microsoft Switzerland",
"NTFS",
"Microsoft"
],
"relation_labels": [
"developer",
"has subsidiary"
]
}
|
SELECT ?answer WHERE { wd:Q183205 wdt:P178 ?X . ?X wdt:P355 ?answer}
|
lcquad2-14449
|
What is within the Indian reservation of twin cities of Panama City?
|
[
"Paita District"
] |
{
"entities": [
"Q3306",
"Q6318040",
"Q1026270"
],
"relations": [
"P190",
"P131"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Panama City",
"Paita District",
"Paita"
],
"relation_labels": [
"twinned administrative body",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q3306 wdt:P190 ?X . ?X wdt:P131 ?answer}
|
lcquad2-23008
|
Who painted Richard III of England?
|
[
"King Richard III"
] |
{
"entities": [
"Q3305213",
"Q133028",
"Q28042548"
],
"relations": [
"P31",
"P1299"
],
"adjacency": [
[
1,
1,
2
],
[
2,
0,
0
]
],
"entity_labels": [
"painting",
"Richard III of England",
"King Richard III"
],
"relation_labels": [
"instance of",
"depicted by"
]
}
|
select distinct ?obj where { wd:Q133028 wdt:P1299 ?obj . ?obj wdt:P31 wd:Q3305213 }
|
lcquad2-24062
|
what is physical marvel title begins with s
|
[
"shear lag"
] |
{
"entities": [
"Q83530918",
"Q1293220"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"shear lag",
"physical phenomenon"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1293220 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17660
|
Total data for the GCFC2 gene.
|
[
"nucleoplasm"
] |
{
"entities": [
"Q14817956",
"Q21497830",
"Q18302702"
],
"relations": [
"P688",
"P681"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"nucleoplasm",
"GC-rich sequence DNA binding factor 2",
"Gcfc2"
],
"relation_labels": [
"encodes",
"cell component"
]
}
|
SELECT ?answer WHERE { wd:Q18302702 wdt:P688 ?X . ?X wdt:P681 ?answer}
|
lcquad2-22552
|
Which is the medicine that vinegar is utilized as material?
|
[
"ethanol"
] |
{
"entities": [
"Q153",
"Q41354",
"Q12140"
],
"relations": [
"P31",
"P186"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"ethanol",
"vinegar",
"medication"
],
"relation_labels": [
"instance of",
"made from material"
]
}
|
select distinct ?obj where { wd:Q41354 wdt:P186 ?obj . ?obj wdt:P31 wd:Q12140 }
|
lcquad2-12379
|
What is named for the Thomson scrambling and has noteworthiness with the plum pudding model?
|
[
"J. J. Thomson"
] |
{
"entities": [
"Q1477639",
"Q47285",
"Q274116"
],
"relations": [
"P138",
"P800"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Thomson scattering",
"J. J. Thomson",
"plum pudding model"
],
"relation_labels": [
"named after",
"notable work"
]
}
|
SELECT ?answer WHERE { wd:Q1477639 wdt:P138 ?answer . ?answer wdt:P800 wd:Q274116}
|
lcquad2-21068
|
who is the tongue of british english?
|
[
"Cockney"
] |
{
"entities": [
"Q33384",
"Q7992",
"Q7979"
],
"relations": [
"P31",
"P4913"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"dialect",
"Cockney",
"British English"
],
"relation_labels": [
"instance of",
"dialect of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P4913 wd:Q7979 . ?sbj wdt:P31 wd:Q33384 }
|
lcquad2-9736
|
what is being practiced in the competition classification of ice_hockey?
|
[
"ice hockey player",
"women's ice hockey"
] |
{
"entities": [
"Q11774891",
"Q33107434",
"Q41466"
],
"relations": [
"P2094",
"P3095"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"ice hockey player",
"women's ice hockey",
"ice hockey"
],
"relation_labels": [
"competition class",
"practiced by"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q41466 wdt:P3095 ?ans_1 . wd:Q41466 wdt:P2094 ?ans_2 }
|
lcquad2-24755
|
Which is the biogeochemical cycle which begins with letter c?
|
[
"calcium cycle"
] |
{
"entities": [
"Q846303",
"Q60743164"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"biogeochemical cycle",
"calcium cycle"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q846303 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17292
|
WHO BURIED THE Makers OF THE Give up AT LYSTRA?
|
[
"Pantheon"
] |
{
"entities": [
"Q99309",
"Q5597",
"Q3944654"
],
"relations": [
"P119",
"P170"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"Pantheon",
"Raphael",
"The Sacrifice at Lystra"
],
"relation_labels": [
"place of burial",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q3944654 wdt:P170 ?X . ?X wdt:P119 ?answer}
|
lcquad2-24865
|
Name the custom that starts with the letter z.
|
[
"Zwiebelkalender"
] |
{
"entities": [
"Q244601",
"Q251777"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Zwiebelkalender",
"custom"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q251777 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24160
|
Let me know the position that begins with the letter y
|
[
"yeoman arrasworker"
] |
{
"entities": [
"Q99636292",
"Q4164871"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"yeoman arrasworker",
"position"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4164871 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'y')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-23190
|
Which is the organic process that contains the phrase viral in it's name?
|
[
"viral release from host cell"
] |
{
"entities": [
"Q2996394",
"Q7933612"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"biological process",
"viral release from host cell"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2996394 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'viral')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12656
|
Which Parlophone name craftsman was the melody “Yesterday” composed by?
|
[
"John Lennon"
] |
{
"entities": [
"Q1203",
"Q202698",
"Q208909"
],
"relations": [
"P86",
"P264"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"John Lennon",
"Yesterday",
"Parlophone"
],
"relation_labels": [
"composer",
"record label"
]
}
|
SELECT ?answer WHERE { wd:Q202698 wdt:P86 ?answer . ?answer wdt:P264 wd:Q208909}
|
lcquad2-22465
|
What prescription is fundamental for the treatment of mental issue?
|
[
"clozapine"
] |
{
"entities": [
"Q12135",
"Q35456",
"Q221361"
],
"relations": [
"P31",
"P2176"
],
"adjacency": [
[
0,
1,
2
],
[
2,
0,
1
]
],
"entity_labels": [
"mental disorder",
"essential medicine",
"clozapine"
],
"relation_labels": [
"instance of",
"drug or therapy used for treatment"
]
}
|
select distinct ?obj where { wd:Q12135 wdt:P2176 ?obj . ?obj wdt:P31 wd:Q35456 }
|
lcquad2-19839
|
Airbus A300 is operated by which airline?
|
[
"Sudan Airways"
] |
{
"entities": [
"Q864117",
"Q6437",
"Q46970"
],
"relations": [
"P31",
"P121"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"Sudan Airways",
"Airbus A300",
"airline"
],
"relation_labels": [
"instance of",
"item operated"
]
}
|
select distinct ?sbj where { ?sbj wdt:P121 wd:Q6437 . ?sbj wdt:P31 wd:Q46970 }
|
lcquad2-20766
|
who voting public of the Rajya Sabha for coextensive with of West Bengal?
|
[
"West Bengal"
] |
{
"entities": [
"Q57156205",
"Q1356",
"Q57156537"
],
"relations": [
"P31",
"P3403"
],
"adjacency": [
[
2,
1,
1
],
[
2,
0,
0
]
],
"entity_labels": [
"constituency of the Rajya Sabha",
"West Bengal",
"West Bengal"
],
"relation_labels": [
"instance of",
"coextensive with"
]
}
|
select distinct ?sbj where { ?sbj wdt:P3403 wd:Q1356 . ?sbj wdt:P31 wd:Q57156205 }
|
lcquad2-15932
|
Where where the rustic scenes for the primary Star Wars motion picture filmed?
|
[
"Sololá Department"
] |
{
"entities": [
"Q17738",
"Q774",
"Q178136"
],
"relations": [
"P915",
"P150"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Star Wars: Episode IV – A New Hope",
"Guatemala",
"Sololá Department"
],
"relation_labels": [
"filming location",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q17738 wdt:P915 ?X . ?X wdt:P150 ?answer}
|
lcquad2-12552
|
What is it that is located in the administrative unit of Menshikov Palace in Saint Petersburg, which has administrative divisions in Solnechnoye, Saint Petersburg?
|
[
"Saint Petersburg"
] |
{
"entities": [
"Q975426",
"Q656",
"Q3489533"
],
"relations": [
"P150",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Menshikov Palace (Saint Petersburg)",
"Saint Petersburg",
"Solnechnoye, Saint Petersburg"
],
"relation_labels": [
"contains the administrative territorial entity",
"located in the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q975426 wdt:P131 ?answer . ?answer wdt:P150 wd:Q3489533}
|
lcquad2-11933
|
What is the vicinity the place filmed Andrei Rublev whose village is Ryazansky District?
|
[
"Moscow"
] |
{
"entities": [
"Q649",
"Q503046",
"Q1963165"
],
"relations": [
"P915",
"P150"
],
"adjacency": [
[
1,
0,
0
],
[
0,
1,
2
]
],
"entity_labels": [
"Moscow",
"Andrei Rublev",
"Ryazansky District"
],
"relation_labels": [
"filming location",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q503046 wdt:P915 ?answer . ?answer wdt:P150 wd:Q1963165}
|
lcquad2-24557
|
Give me the name of the unit of mass that starts with Z.
|
[
"zeptogram"
] |
{
"entities": [
"Q3647172",
"Q6171168"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"unit of mass",
"zeptogram"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3647172 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12256
|
What sort of daydream film is Diminish Pan?
|
[
"Peter Pan, or The Boy Who Wouldn't Grow Up"
] |
{
"entities": [
"Q132311",
"Q107190",
"Q19032697"
],
"relations": [
"P1441",
"P136"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"fantasy",
"Peter Pan",
"Peter Pan, or The Boy Who Wouldn't Grow Up"
],
"relation_labels": [
"present in work",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q107190 wdt:P1441 ?answer . ?answer wdt:P136 wd:Q132311}
|
lcquad2-24591
|
What are the mausoleum which begin with the letter z
|
[
"Zhao Mausoleum"
] |
{
"entities": [
"Q162875",
"Q8189796"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"mausoleum",
"Zhao Mausoleum"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q162875 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20628
|
The normal script of the Arabic letter set has what employments?
|
[
"Arabic script"
] |
{
"entities": [
"Q29517555",
"Q1828555",
"Q8196"
],
"relations": [
"P31",
"P2283"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"natural script",
"Arabic script",
"Arabic alphabet"
],
"relation_labels": [
"instance of",
"uses"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2283 wd:Q8196 . ?sbj wdt:P31 wd:Q29517555 }
|
lcquad2-15745
|
Who is the author of The Legend of Sleepy Hollow?
|
[
"essayist"
] |
{
"entities": [
"Q181667",
"Q72309",
"Q11774202"
],
"relations": [
"P106",
"P50"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Washington Irving",
"The Legend of Sleepy Hollow",
"essayist"
],
"relation_labels": [
"occupation",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q72309 wdt:P50 ?X . ?X wdt:P106 ?answer}
|
lcquad2-24836
|
What is an umbrella term that begins with u?
|
[
"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(STRSTARTS(lcase(?sbj_label), 'u')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20372
|
Who is Sally Field's stepparent?
|
[
"Jock Mahoney"
] |
{
"entities": [
"Q187033",
"Q614160",
"Q5"
],
"relations": [
"P31",
"P3448"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Sally Field",
"Jock Mahoney",
"human"
],
"relation_labels": [
"instance of",
"stepparent"
]
}
|
select distinct ?obj where { wd:Q187033 wdt:P3448 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-17479
|
Which is mentioned in of the characters of Prince Lestat?
|
[
"The Vampire Chronicles"
] |
{
"entities": [
"Q18209462",
"Q840516",
"Q1989494"
],
"relations": [
"P674",
"P1441"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Prince Lestat",
"The Vampire Chronicles",
"Maharet and Mekare"
],
"relation_labels": [
"characters",
"present in work"
]
}
|
SELECT ?answer WHERE { wd:Q18209462 wdt:P674 ?X . ?X wdt:P1441 ?answer}
|
lcquad2-21321
|
Who is the {human} for {creator} of {Star Trek}
|
[
"Sun"
] |
{
"entities": [
"Q339",
"Q525",
"Q5864"
],
"relations": [
"P31",
"P398"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"Pluto",
"Sun",
"G-type main-sequence star"
],
"relation_labels": [
"instance of",
"child astronomical body"
]
}
|
select distinct ?sbj where { ?sbj wdt:P398 wd:Q339 . ?sbj wdt:P31 wd:Q5864 }
|
lcquad2-20006
|
Name the mountain in South Australia with the highest peak?
|
[
"Mount Woodroffe"
] |
{
"entities": [
"Q35715",
"Q8502",
"Q1364517"
],
"relations": [
"P610",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"South Australia",
"mountain",
"Mount Woodroffe"
],
"relation_labels": [
"highest point",
"instance of"
]
}
|
select distinct ?obj where { wd:Q35715 wdt:P610 ?obj . ?obj wdt:P31 wd:Q8502 }
|
lcquad2-13738
|
What is themed after the An-225 Mriya, that has been worked by the Russian Discuss Force?
|
[
"Antonov An-124"
] |
{
"entities": [
"Q178351",
"Q193487",
"Q209833"
],
"relations": [
"P144",
"P137"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Antonov An-225 Mriya",
"Antonov An-124",
"Russian Air Force"
],
"relation_labels": [
"based on",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q178351 wdt:P144 ?answer . ?answer wdt:P137 wd:Q209833}
|
lcquad2-9701
|
What is Columbia College a part of and who claims it?
|
[
"WKCR-FM",
"Consortium of Social Science Associations"
] |
{
"entities": [
"Q49088",
"Q14707668",
"Q101483295"
],
"relations": [
"P1830",
"P463"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Columbia University",
"WKCR-FM",
"Consortium of Social Science Associations"
],
"relation_labels": [
"owner of",
"member of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q49088 wdt:P463 ?ans_1 . wd:Q49088 wdt:P1830 ?ans_2 }
|
lcquad2-21644
|
What does Diabetes. mellitus give?
|
[
"diabetic nephropathy"
] |
{
"entities": [
"Q1129105",
"Q12206",
"Q12136"
],
"relations": [
"P31",
"P1542"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"diabetic nephropathy",
"diabetes",
"disease"
],
"relation_labels": [
"instance of",
"has effect"
]
}
|
select distinct ?obj where { wd:Q12206 wdt:P1542 ?obj . ?obj wdt:P31 wd:Q12136 }
|
lcquad2-22311
|
Which is the nation that's found within the authoritative regional substance of Sindh?
|
[
"Pakistan"
] |
{
"entities": [
"Q37211",
"Q843",
"Q6256"
],
"relations": [
"P31",
"P131"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Sindh",
"Pakistan",
"country"
],
"relation_labels": [
"instance of",
"located in the administrative territorial entity"
]
}
|
select distinct ?obj where { wd:Q37211 wdt:P131 ?obj . ?obj wdt:P31 wd:Q6256 }
|
lcquad2-9614
|
Quincy Jones's child and spouse is?
|
[
"Peggy Lipton",
"Rashida Jones"
] |
{
"entities": [
"Q540608",
"Q235305",
"Q193645"
],
"relations": [
"P40",
"P26"
],
"adjacency": [
[
2,
0,
0
],
[
2,
1,
1
]
],
"entity_labels": [
"Rashida Jones",
"Peggy Lipton",
"Quincy Jones"
],
"relation_labels": [
"child",
"spouse"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q193645 wdt:P40 ?ans_1 . wd:Q193645 wdt:P26 ?ans_2 }
|
lcquad2-23063
|
Which is the woodblock print of the model of The Awesome Wave off Kanagawa?
|
[
"The Great Wave off Kanagawa"
] |
{
"entities": [
"Q28912605",
"Q252485",
"Q28913685"
],
"relations": [
"P31",
"P1574"
],
"adjacency": [
[
0,
1,
1
],
[
0,
0,
2
]
],
"entity_labels": [
"The Great Wave off Kanagawa",
"The Great Wave off Kanagawa",
"woodblock print"
],
"relation_labels": [
"instance of",
"exemplar of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1574 wd:Q252485 . ?sbj wdt:P31 wd:Q28913685 }
|
lcquad2-14501
|
When is {national occasion} of {comes from} of {Fight Royale} ?
|
[
"Culture Day"
] |
{
"entities": [
"Q864592",
"Q17",
"Q1009535"
],
"relations": [
"P495",
"P832"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Battle Royale",
"Japan",
"Culture Day"
],
"relation_labels": [
"country of origin",
"public holiday"
]
}
|
SELECT ?answer WHERE { wd:Q864592 wdt:P495 ?X . ?X wdt:P832 ?answer}
|
lcquad2-9674
|
What films were shot in Salt Lake City and who is associated with it?
|
[
"Category:People from Salt Lake City",
"Category:Films shot in Salt Lake City"
] |
{
"entities": [
"Q8458199",
"Q23337",
"Q8748176"
],
"relations": [
"P1740",
"P1792"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Category:Films shot in Salt Lake City",
"Salt Lake City",
"Category:People from Salt Lake City"
],
"relation_labels": [
"category for films shot at this location",
"category of associated people"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q23337 wdt:P1740 ?ans_1 . wd:Q23337 wdt:P1792 ?ans_2 }
|
lcquad2-17891
|
Give me the name of the person who gave the voice actors parts in the series The Butterjunk Effect.
|
[
"Sigourney Weaver"
] |
{
"entities": [
"Q4050992",
"Q73622",
"Q102124"
],
"relations": [
"P179",
"P725"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"The Butterjunk Effect",
"Futurama",
"Sigourney Weaver"
],
"relation_labels": [
"part of the series",
"voice actor"
]
}
|
SELECT ?answer WHERE { wd:Q4050992 wdt:P179 ?X . ?X wdt:P725 ?answer}
|
lcquad2-24524
|
Tell me the kind of food or dish that begins with the letter t
|
[
"terasi bawang"
] |
{
"entities": [
"Q19861951",
"Q97196240"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"type of food or dish",
"terasi bawang"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q19861951 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24776
|
Disclose me wine color that begins with w
|
[
"white wine"
] |
{
"entities": [
"Q8024923",
"Q10210"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"wine color",
"white wine"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q8024923 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15811
|
Who gave the {agent} of {painters} of {Relativity} ?
|
[
"M.C. Escher Company B.V."
] |
{
"entities": [
"Q29908214",
"Q2635136",
"Q1470"
],
"relations": [
"P170",
"P1875"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"M.C. Escher Company B.V.",
"Relativity",
"M. C. Escher"
],
"relation_labels": [
"creator",
"represented by"
]
}
|
SELECT ?answer WHERE { wd:Q2635136 wdt:P170 ?X . ?X wdt:P1875 ?answer}
|
lcquad2-21384
|
Who is the {human} for {part of political party} of {Social Law based Party of Germany}
|
[
"Bruno Altmann"
] |
{
"entities": [
"Q5",
"Q49768",
"Q992967"
],
"relations": [
"P102",
"P31"
],
"adjacency": [
[
2,
0,
1
],
[
2,
1,
0
]
],
"entity_labels": [
"human",
"Social Democratic Party of Germany",
"Bruno Altmann"
],
"relation_labels": [
"member of political party",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P102 wd:Q49768 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-14193
|
What {piece} of {Michigan} has been {subdivided into} {Mason County}?
|
[
"Michigan"
] |
{
"entities": [
"Q63718",
"Q5865495",
"Q1166"
],
"relations": [
"P1269",
"P150"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Mason County",
"history of Michigan",
"Michigan"
],
"relation_labels": [
"facet of",
"contains the administrative territorial entity"
]
}
|
SELECT ?answer WHERE { wd:Q5865495 wdt:P1269 ?answer . ?answer wdt:P150 wd:Q63718}
|
lcquad2-15026
|
Who composed the bibliographic quotation titled SIV-induced precariousness of the chimpanzee intestine microbiome?
|
[
"Paul Martin Sharp"
] |
{
"entities": [
"Q21165092",
"Q22242661",
"Q34986975"
],
"relations": [
"P2860",
"P50"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Paul Martin Sharp",
"Origins of HIV and the AIDS pandemic",
"SIV-induced instability of the chimpanzee gut microbiome"
],
"relation_labels": [
"cites work",
"author"
]
}
|
SELECT ?answer WHERE { wd:Q34986975 wdt:P2860 ?X . ?X wdt:P50 ?answer}
|
lcquad2-25166
|
What is the vacation destination with the word petronas in the name had the principle building temporary worker of Hazama Corporation?
|
[
"Petronas Towers"
] |
{
"entities": [
"Q83063",
"Q4410214",
"Q570116"
],
"relations": [
"P31",
"P193"
],
"adjacency": [
[
0,
0,
2
],
[
0,
1,
1
]
],
"entity_labels": [
"Petronas Towers",
"Hazama Ando Corporation",
"tourist attraction"
],
"relation_labels": [
"instance of",
"main building contractor"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q570116 . ?sbj wdt:P193 wd:Q4410214 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'petronas')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-20805
|
Specify the position secured by Holy person George
|
[
"soldier"
] |
{
"entities": [
"Q48438",
"Q4164871",
"Q4991371"
],
"relations": [
"P106",
"P31"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Saint George",
"position",
"soldier"
],
"relation_labels": [
"occupation",
"instance of"
]
}
|
select distinct ?obj where { wd:Q48438 wdt:P106 ?obj . ?obj wdt:P31 wd:Q4164871 }
|
lcquad2-15507
|
In what year did Constans II die?
|
[
"Noto"
] |
{
"entities": [
"Q41613",
"Q487174",
"Q13670"
],
"relations": [
"P20",
"P47"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"Constans II",
"Noto",
"Syracuse"
],
"relation_labels": [
"place of death",
"shares border with"
]
}
|
SELECT ?answer WHERE { wd:Q41613 wdt:P20 ?X . ?X wdt:P47 ?answer}
|
lcquad2-20058
|
Describe a Hypertext Transfer Protocol document
|
[
"WebDAV SEARCH"
] |
{
"entities": [
"Q560361",
"Q30500704",
"Q8777"
],
"relations": [
"P31",
"P92"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"draft document",
"WebDAV SEARCH",
"Hypertext Transfer Protocol"
],
"relation_labels": [
"instance of",
"main regulatory text"
]
}
|
select distinct ?obj where { wd:Q8777 wdt:P92 ?obj . ?obj wdt:P31 wd:Q560361 }
|
lcquad2-23297
|
Tell me naval offensive whose name has the word attack in it.
|
[
"Yarsanism"
] |
{
"entities": [
"Q7485854",
"Q9174"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Yarsanism",
"religion"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q9174 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'yarsanism')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-17290
|
What is area of itemled to insights ?
|
[
"mind"
] |
{
"entities": [
"Q450",
"Q83500",
"Q29651519"
],
"relations": [
"P1542",
"P276"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"mind",
"intelligence",
"mental object"
],
"relation_labels": [
"has effect",
"location"
]
}
|
SELECT ?answer WHERE { wd:Q83500 wdt:P1542 ?X . ?X wdt:P276 ?answer}
|
lcquad2-9668
|
Who is Ruhollah Khomeini's student?
|
[
"Naser ibn Hashim al-Salman",
"Sheikh Fazlollah Nuri"
] |
{
"entities": [
"Q100255662",
"Q38823",
"Q1399191"
],
"relations": [
"P802",
"P1066"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Naser ibn Hashim al-Salman",
"Ruhollah Khomeini",
"Sheikh Fazlollah Nuri"
],
"relation_labels": [
"student",
"student of"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q38823 wdt:P1066 ?ans_1 . wd:Q38823 wdt:P802 ?ans_2 }
|
lcquad2-24347
|
Name an intelligence agency that begins with an S.
|
[
"Secretaría de Inteligencia"
] |
{
"entities": [
"Q971591",
"Q47913"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"Secretaría de Inteligencia",
"intelligence agency"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47913 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-16353
|
Who was the author of Private Investigations?
|
[
"Dire Straits"
] |
{
"entities": [
"Q50040",
"Q2253494",
"Q185343"
],
"relations": [
"P676",
"P463"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Dire Straits",
"Private Investigations",
"Mark Knopfler"
],
"relation_labels": [
"lyrics by",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q2253494 wdt:P676 ?X . ?X wdt:P463 ?answer}
|
lcquad2-21711
|
What taxon is utilized to deliver silk ?
|
[
"Bombyx mori"
] |
{
"entities": [
"Q37681",
"Q16521",
"Q134747"
],
"relations": [
"P31",
"P1672"
],
"adjacency": [
[
2,
1,
0
],
[
2,
0,
1
]
],
"entity_labels": [
"silk",
"taxon",
"Bombyx mori"
],
"relation_labels": [
"instance of",
"this taxon is source of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P1672 wd:Q37681 . ?sbj wdt:P31 wd:Q16521 }
|
lcquad2-17234
|
What is signs and symptoms of motive of tetraethyl pyrophosphate ?
|
[
"cheyne-stokes respiration"
] |
{
"entities": [
"Q933664",
"Q21175338",
"Q1071481"
],
"relations": [
"P1542",
"P780"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"tetraethyl pyrophosphate",
"tetraethyl pyrophosphate exposure",
"cheyne-stokes respiration"
],
"relation_labels": [
"has effect",
"symptoms and signs"
]
}
|
SELECT ?answer WHERE { wd:Q933664 wdt:P1542 ?X . ?X wdt:P780 ?answer}
|
lcquad2-19726
|
Which star of Neptune is Population 1?
|
[
"Sun"
] |
{
"entities": [
"Q332",
"Q525",
"Q3592493"
],
"relations": [
"P397",
"P31"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Neptune",
"Sun",
"Population I star"
],
"relation_labels": [
"parent astronomical body",
"instance of"
]
}
|
select distinct ?obj where { wd:Q332 wdt:P397 ?obj . ?obj wdt:P31 wd:Q3592493 }
|
lcquad2-20923
|
Who composed The Wilderness Book ?
|
[
"Rudyard Kipling"
] |
{
"entities": [
"Q5",
"Q34743",
"Q189509"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"human",
"Rudyard Kipling",
"The Jungle Book"
],
"relation_labels": [
"instance of",
"author"
]
}
|
select distinct ?obj where { wd:Q189509 wdt:P50 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-17893
|
Krater is the forerunner of what civilization?
|
[
"Minoan civilization"
] |
{
"entities": [
"Q476968",
"Q134178",
"Q181264"
],
"relations": [
"P2596",
"P1365"
],
"adjacency": [
[
0,
0,
2
],
[
2,
1,
1
]
],
"entity_labels": [
"krater",
"Minoan civilization",
"Mycenaean Greece"
],
"relation_labels": [
"culture",
"replaces"
]
}
|
SELECT ?answer WHERE { wd:Q476968 wdt:P2596 ?X . ?X wdt:P1365 ?answer}
|
lcquad2-9946
|
In Arunachal Pradesh, what are the legislative and executive branches within the government?
|
[
"Arunachal Pradesh Legislative Assembly",
"Council of Ministers of Arunachal Pradesh"
] |
{
"entities": [
"Q55147371",
"Q1162",
"Q427049"
],
"relations": [
"P208",
"P194"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Council of Ministers of Arunachal Pradesh",
"Arunachal Pradesh",
"Arunachal Pradesh Legislative Assembly"
],
"relation_labels": [
"executive body",
"legislative body"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1162 wdt:P194 ?ans_1 . wd:Q1162 wdt:P208 ?ans_2 }
|
lcquad2-14991
|
Which is the birthplace of the creator of "Nude Figure" ?
|
[
"Tonalá"
] |
{
"entities": [
"Q6188485",
"Q20816408",
"Q1798559"
],
"relations": [
"P19",
"P170"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Jesús Guerrero Galván",
"Nude Figure",
"Tonalá"
],
"relation_labels": [
"place of birth",
"creator"
]
}
|
SELECT ?answer WHERE { wd:Q20816408 wdt:P170 ?X . ?X wdt:P19 ?answer}
|
lcquad2-11854
|
What area has Ryan Reynolds lived in that has a border with West Athens?
|
[
"Los Angeles"
] |
{
"entities": [
"Q65",
"Q1669280",
"Q192682"
],
"relations": [
"P47",
"P551"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Los Angeles",
"West Athens",
"Ryan Reynolds"
],
"relation_labels": [
"shares border with",
"residence"
]
}
|
SELECT ?answer WHERE { wd:Q192682 wdt:P551 ?answer . ?answer wdt:P47 wd:Q1669280}
|
lcquad2-14150
|
Where is the put of passing of John Stuart Process, that's moreover a sister city of Ioannina?
|
[
"Avignon"
] |
{
"entities": [
"Q6397",
"Q183199",
"Q50020"
],
"relations": [
"P190",
"P20"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Avignon",
"Ioannina",
"John Stuart Mill"
],
"relation_labels": [
"twinned administrative body",
"place of death"
]
}
|
SELECT ?answer WHERE { wd:Q50020 wdt:P20 ?answer . ?answer wdt:P190 wd:Q183199}
|
lcquad2-10090
|
In what language is the book Of Mice and Men and where is it set?
|
[
"English",
"California"
] |
{
"entities": [
"Q457977",
"Q99",
"Q1860"
],
"relations": [
"P840",
"P407"
],
"adjacency": [
[
0,
1,
2
],
[
0,
0,
1
]
],
"entity_labels": [
"Of Mice and Men",
"California",
"English"
],
"relation_labels": [
"narrative location",
"language of work or name"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q457977 wdt:P407 ?ans_1 . wd:Q457977 wdt:P840 ?ans_2 }
|
lcquad2-16877
|
Doctoral student Louis Marin's PhD advisor is?
|
[
"Louis Marin"
] |
{
"entities": [
"Q100605285",
"Q370389"
],
"relations": [
"P184",
"P185"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Johanne Lamoureux",
"Louis Marin"
],
"relation_labels": [
"doctoral advisor",
"doctoral student"
]
}
|
SELECT ?answer WHERE { wd:Q370389 wdt:P185 ?X . ?X wdt:P184 ?answer}
|
lcquad2-25380
|
Name a book written by means of Joseph Heller that begins with letter P
|
[
"Picture This"
] |
{
"entities": [
"Q47461344",
"Q4124941",
"Q208101"
],
"relations": [
"P31",
"P50"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"written work",
"Picture This",
"Joseph Heller"
],
"relation_labels": [
"instance of",
"author"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q47461344 . ?sbj wdt:P50 wd:Q208101 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'p')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-10082
|
Who are the producer and executive producer of The Empire Strikes Back?
|
[
"Gary Kurtz"
] |
{
"entities": [
"Q181795",
"Q1494912"
],
"relations": [
"P162",
"P1431"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
1
]
],
"entity_labels": [
"Star Wars: Episode V – The Empire Strikes Back",
"Gary Kurtz"
],
"relation_labels": [
"producer",
"executive producer"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q181795 wdt:P162 ?ans_1 . wd:Q181795 wdt:P1431 ?ans_2 }
|
lcquad2-10022
|
Tamil Nadu has which leader and office?
|
[
"Chief Minister of Tamil Nadu",
"M. K. Stalin"
] |
{
"entities": [
"Q24040821",
"Q1445",
"Q983475"
],
"relations": [
"P6",
"P1313"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"Chief Minister of Tamil Nadu",
"Tamil Nadu",
"M. K. Stalin"
],
"relation_labels": [
"head of government",
"office held by head of government"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q1445 wdt:P6 ?ans_1 . wd:Q1445 wdt:P1313 ?ans_2 }
|
lcquad2-9702
|
Where is Priyanka Chopra's citizenship and what is her religion?
|
[
"Hinduism",
"India"
] |
{
"entities": [
"Q158957",
"Q9089",
"Q668"
],
"relations": [
"P140",
"P27"
],
"adjacency": [
[
0,
0,
1
],
[
0,
1,
2
]
],
"entity_labels": [
"Priyanka Chopra",
"Hinduism",
"India"
],
"relation_labels": [
"religion or worldview",
"country of citizenship"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q158957 wdt:P140 ?ans_1 . wd:Q158957 wdt:P27 ?ans_2 }
|
lcquad2-22613
|
who political border for has impact of Congress of Vienna?
|
[
"Border Kingdom of Saxony-Kingdom of Prussia 1815"
] |
{
"entities": [
"Q54859684",
"Q1292279",
"Q46362"
],
"relations": [
"P31",
"P1542"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Border Kingdom of Saxony-Kingdom of Prussia 1815",
"political border",
"Congress of Vienna"
],
"relation_labels": [
"instance of",
"has effect"
]
}
|
select distinct ?obj where { wd:Q46362 wdt:P1542 ?obj . ?obj wdt:P31 wd:Q1292279 }
|
lcquad2-16484
|
What tributary closes within the Jari Stream?
|
[
"Arabela River"
] |
{
"entities": [
"Q11202006",
"Q3783",
"Q2670262"
],
"relations": [
"P403",
"P974"
],
"adjacency": [
[
2,
0,
1
],
[
1,
1,
0
]
],
"entity_labels": [
"Arabela River",
"Amazon",
"Jari River"
],
"relation_labels": [
"mouth of the watercourse",
"tributary"
]
}
|
SELECT ?answer WHERE { wd:Q2670262 wdt:P403 ?X . ?X wdt:P974 ?answer}
|
lcquad2-20897
|
What is the location of Islamabad?
|
[
"geography of Islamabad"
] |
{
"entities": [
"Q46865913",
"Q5535158",
"Q1362"
],
"relations": [
"P31",
"P2633"
],
"adjacency": [
[
2,
1,
1
],
[
1,
0,
0
]
],
"entity_labels": [
"geography of geographic location",
"geography of Islamabad",
"Islamabad"
],
"relation_labels": [
"instance of",
"geography of topic"
]
}
|
select distinct ?obj where { wd:Q1362 wdt:P2633 ?obj . ?obj wdt:P31 wd:Q46865913 }
|
lcquad2-14844
|
who part of played by of The Blue Edge Officers Rides Once more ?
|
[
"Creedence Clearwater Revival"
] |
{
"entities": [
"Q326538",
"Q192463",
"Q7718827"
],
"relations": [
"P175",
"P463"
],
"adjacency": [
[
2,
0,
0
],
[
0,
1,
1
]
],
"entity_labels": [
"John Fogerty",
"Creedence Clearwater Revival",
"The Blue Ridge Rangers Rides Again"
],
"relation_labels": [
"performer",
"member of"
]
}
|
SELECT ?answer WHERE { wd:Q7718827 wdt:P175 ?X . ?X wdt:P463 ?answer}
|
lcquad2-9596
|
Name the military rank and branch of Manfred_von_Richthofen.
|
[
"Imperial German Air Service",
"cavalry master"
] |
{
"entities": [
"Q678503",
"Q4701",
"Q640375"
],
"relations": [
"P241",
"P410"
],
"adjacency": [
[
1,
1,
2
],
[
1,
0,
0
]
],
"entity_labels": [
"Imperial German Air Service",
"Manfred von Richthofen",
"cavalry master"
],
"relation_labels": [
"military branch",
"military rank"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q4701 wdt:P410 ?ans_1 . wd:Q4701 wdt:P241 ?ans_2 }
|
lcquad2-13678
|
What is it?
|
[
"Peter Higgs"
] |
{
"entities": [
"Q844872",
"Q747702",
"Q192112"
],
"relations": [
"P138",
"P166"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Hughes Medal",
"Higgs mechanism",
"Peter Higgs"
],
"relation_labels": [
"named after",
"award received"
]
}
|
SELECT ?answer WHERE { wd:Q747702 wdt:P138 ?answer . ?answer wdt:P166 wd:Q844872}
|
lcquad2-16999
|
What does the link state routing protocol solve?
|
[
"single-source shortest path problem"
] |
{
"entities": [
"Q8548",
"Q105136353",
"Q1755411"
],
"relations": [
"P2159",
"P2283"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Dijkstra's algorithm",
"single-source shortest path problem",
"link-state routing protocol"
],
"relation_labels": [
"computes solution to",
"uses"
]
}
|
SELECT ?answer WHERE { wd:Q1755411 wdt:P2283 ?X . ?X wdt:P2159 ?answer}
|
lcquad2-25640
|
What are the dialect that writing system Cantonese Braille and which that begins with the letter c
|
[
"Cantonese"
] |
{
"entities": [
"Q33384",
"Q9186",
"Q13586477"
],
"relations": [
"P282",
"P31"
],
"adjacency": [
[
1,
1,
0
],
[
1,
0,
2
]
],
"entity_labels": [
"dialect",
"Cantonese",
"Cantonese Braille"
],
"relation_labels": [
"writing system",
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q33384 . ?sbj wdt:P282 wd:Q13586477 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-15078
|
Disappeared can be defined as which genre?
|
[
"drum and bass"
] |
{
"entities": [
"Q5281287",
"Q3494227",
"Q188994"
],
"relations": [
"P175",
"P136"
],
"adjacency": [
[
0,
0,
1
],
[
1,
1,
2
]
],
"entity_labels": [
"Disappeared",
"Spring Heel Jack",
"drum and bass"
],
"relation_labels": [
"performer",
"genre"
]
}
|
SELECT ?answer WHERE { wd:Q5281287 wdt:P175 ?X . ?X wdt:P136 ?answer}
|
lcquad2-23474
|
What are the epic piece which start with the letter tambuka
|
[
"Voronezh"
] |
{
"entities": [
"Q1637706",
"Q3426"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"million city",
"Voronezh"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1637706 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'voronezh')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12948
|
commerce substance in Russia
|
[
"Tupolev"
] |
{
"entities": [
"Q194009",
"Q172957",
"Q134161"
],
"relations": [
"P1454",
"P176"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Tupolev",
"Tupolev Tu-154",
"joint-stock company"
],
"relation_labels": [
"legal form",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q172957 wdt:P176 ?answer . ?answer wdt:P1454 wd:Q134161}
|
lcquad2-13294
|
What forename of John Henry Anderson's is the same as Gian?
|
[
"John"
] |
{
"entities": [
"Q1522259",
"Q3809328",
"Q4925477"
],
"relations": [
"P735",
"P460"
],
"adjacency": [
[
1,
0,
2
],
[
2,
1,
0
]
],
"entity_labels": [
"Gian",
"John Henry Anderson",
"John"
],
"relation_labels": [
"given name",
"said to be the same as"
]
}
|
SELECT ?answer WHERE { wd:Q3809328 wdt:P735 ?answer . ?answer wdt:P460 wd:Q1522259}
|
lcquad2-24111
|
Which instrument class begins with s
|
[
"slit drums"
] |
{
"entities": [
"Q628428",
"Q1254773"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"slit drums",
"family of musical instruments"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1254773 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-24018
|
What are the transport sort which begin with the letter w
|
[
"whaler"
] |
{
"entities": [
"Q2235308",
"Q973740"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"ship type",
"whaler"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2235308 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-9579
|
What line of work was Mary Magdalene involved in when she died?
|
[
"Gospel of Mark",
"Ephesus"
] |
{
"entities": [
"Q107388",
"Q63070",
"Q47611"
],
"relations": [
"P1441",
"P20"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"Gospel of Mark",
"Mary Magdalene",
"Ephesus"
],
"relation_labels": [
"present in work",
"place of death"
]
}
|
SELECT ?ans_1 ?ans_2 WHERE { wd:Q63070 wdt:P1441 ?ans_1 . wd:Q63070 wdt:P20 ?ans_2 }
|
lcquad2-16078
|
Which products do Pilatus P-5 produce?
|
[
"fixed-wing aircraft"
] |
{
"entities": [
"Q613254",
"Q2094865",
"Q2875704"
],
"relations": [
"P1056",
"P176"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Pilatus Aircraft",
"Pilatus P-5",
"fixed-wing aircraft"
],
"relation_labels": [
"product or material produced",
"manufacturer"
]
}
|
SELECT ?answer WHERE { wd:Q2094865 wdt:P176 ?X . ?X wdt:P1056 ?answer}
|
lcquad2-17526
|
Which is the situate of the radio station of Prime News?
|
[
"Atlanta"
] |
{
"entities": [
"Q7243328",
"Q1034646",
"Q23556"
],
"relations": [
"P159",
"P449"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"Prime News",
"HLN",
"Atlanta"
],
"relation_labels": [
"headquarters location",
"original broadcaster"
]
}
|
SELECT ?answer WHERE { wd:Q7243328 wdt:P449 ?X . ?X wdt:P159 ?answer}
|
lcquad2-25683
|
WHICH IS THE TYPE OF BUSINESS ENTITY IN THE USA THAT APPLIES TO JURISDICTION IN UNITED STATES OF AMERICA AND THAT STARTS WITH C
|
[
"corporation"
] |
{
"entities": [
"Q57653825",
"Q57655560",
"Q30"
],
"relations": [
"P31",
"P1001"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"type of business entity in the USA",
"corporation",
"United States of America"
],
"relation_labels": [
"instance of",
"applies to jurisdiction"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q57653825 . ?sbj wdt:P1001 wd:Q30 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-13803
|
Who is the suspect of the Fight of Bouvines, whose sexual orientation character is male?
|
[
"William Longespée, 3rd Earl of Salisbury"
] |
{
"entities": [
"Q1121970",
"Q830626",
"Q6581097"
],
"relations": [
"P21",
"P710"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"William Longespée, 3rd Earl of Salisbury",
"Battle of Bouvines",
"male"
],
"relation_labels": [
"sex or gender",
"participant"
]
}
|
SELECT ?answer WHERE { wd:Q830626 wdt:P710 ?answer . ?answer wdt:P21 wd:Q6581097}
|
lcquad2-21537
|
Who is buried within the Sepulcher of Maussollos?
|
[
"Mausolus"
] |
{
"entities": [
"Q5",
"Q296857",
"Q45368"
],
"relations": [
"P119",
"P31"
],
"adjacency": [
[
1,
0,
2
],
[
1,
1,
0
]
],
"entity_labels": [
"human",
"Mausolus",
"Mausoleum of Maussollos"
],
"relation_labels": [
"place of burial",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P119 wd:Q45368 . ?sbj wdt:P31 wd:Q5 }
|
lcquad2-22273
|
What medicine works on Chickenpox?
|
[
"aciclovir"
] |
{
"entities": [
"Q44727",
"Q147101",
"Q12140"
],
"relations": [
"P2175",
"P31"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"chickenpox",
"aciclovir",
"medication"
],
"relation_labels": [
"medical condition treated",
"instance of"
]
}
|
select distinct ?sbj where { ?sbj wdt:P2175 wd:Q44727 . ?sbj wdt:P31 wd:Q12140 }
|
lcquad2-24409
|
List the wevsite that starts with the letter "z".
|
[
"ZUBB"
] |
{
"entities": [
"Q35127",
"Q96618371"
],
"relations": [
"P31"
],
"adjacency": [
[
1,
0,
0
]
],
"entity_labels": [
"website",
"ZUBB"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q35127 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'z')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-12880
|
Which company {oversees} {Boeing 707} for which the {holding company} is {Joined together Mainland Holdings}?
|
[
"Continental Airlines"
] |
{
"entities": [
"Q216486",
"Q6394",
"Q871700"
],
"relations": [
"P749",
"P137"
],
"adjacency": [
[
1,
1,
0
],
[
0,
0,
2
]
],
"entity_labels": [
"Continental Airlines",
"Boeing 707",
"United Airlines Holdings"
],
"relation_labels": [
"parent organization",
"operator"
]
}
|
SELECT ?answer WHERE { wd:Q6394 wdt:P137 ?answer . ?answer wdt:P749 wd:Q871700}
|
lcquad2-17576
|
Who is the New Yorker parent company's HQ administrator?
|
[
"One World Trade Center"
] |
{
"entities": [
"Q217305",
"Q605401",
"Q11245"
],
"relations": [
"P159",
"P749"
],
"adjacency": [
[
0,
1,
1
],
[
1,
0,
2
]
],
"entity_labels": [
"The New Yorker",
"Condé Nast",
"One World Trade Center"
],
"relation_labels": [
"headquarters location",
"parent organization"
]
}
|
SELECT ?answer WHERE { wd:Q217305 wdt:P749 ?X . ?X wdt:P159 ?answer}
|
lcquad2-19811
|
Amitabh Bachchan is the son of which man?
|
[
"Harivansh Rai Bachchan"
] |
{
"entities": [
"Q9575",
"Q5",
"Q9570"
],
"relations": [
"P31",
"P22"
],
"adjacency": [
[
2,
1,
0
],
[
0,
0,
1
]
],
"entity_labels": [
"Harivansh Rai Bachchan",
"human",
"Amitabh Bachchan"
],
"relation_labels": [
"instance of",
"father"
]
}
|
select distinct ?obj where { wd:Q9570 wdt:P22 ?obj . ?obj wdt:P31 wd:Q5 }
|
lcquad2-24841
|
Let Me know THE TERM THAT Begins WITH V
|
[
"vaporization"
] |
{
"entities": [
"Q9256973",
"Q1969448"
],
"relations": [
"P31"
],
"adjacency": [
[
0,
0,
1
]
],
"entity_labels": [
"vaporization",
"term"
],
"relation_labels": [
"instance of"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q1969448 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'v')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
lcquad2-25068
|
What is the mantra created through Vishvamitra that includes the phrase "Gayatri" in its title?
|
[
"Gayatri Mantra"
] |
{
"entities": [
"Q131510",
"Q728880",
"Q2773345"
],
"relations": [
"P31",
"P170"
],
"adjacency": [
[
1,
0,
0
],
[
1,
1,
2
]
],
"entity_labels": [
"mantra",
"Gayatri Mantra",
"Vishvamitra"
],
"relation_labels": [
"instance of",
"creator"
]
}
|
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q131510 . ?sbj wdt:P170 wd:Q2773345 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'gayatri')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.