NNQT_question
stringlengths
26
350
uid
int32
0
25.7k
subgraph
stringclasses
12 values
template_index
int32
0
38.9k
question
stringlengths
1
976
sparql_wikidata
stringlengths
37
355
sparql_dbpedia18
stringlengths
311
826
template
stringclasses
23 values
paraphrased_question
stringlengths
1
43k
Does the {nominal GDP per capita} of the {Belarus} {greater than} {4592.368}
18,384
boolean with filter
402
Is the nominal GDP per capita of Belarus greater than 4592.368?
ASK WHERE { wd:Q184 wdt:P2132 ?obj filter(?obj > 4592.368) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q184> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2132>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj > 4592.368) }
ASK ?sbj ?pred ?obj filter ?obj = num
Could you tell me if Belarus' nominal GDP per capita is greater than 4592.368?
What is {award received} of {Daft Punk} that is {winner} is {Guy-Manuel de Homem-Christo} ?
3,571
statement_property
16
What award did Daft Punk member Guy-Manuel de Homem-Christo receive?
SELECT ?obj WHERE { wd:Q185828 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P1346 wd:Q471650 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q185828> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P166> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P1346> <http://wikidata.dbpedia.org/resource/Q471650> }
(E pred F) prop ?value
What grant did Daft Punk part Guy-Manuel de Homem-Christo get?
What is {alumni of} of {daughters} of {Frank Crean} ?
15,003
left-subgraph
4,635
Who are the daughters of Frank Crean?
SELECT ?answer WHERE { wd:Q444481 wdt:P40 ?X . ?X wdt:P69 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q444481> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P40>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P69> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
Who are the girls of Straight to the point Crean?
Give me {literary movement} that {partially coincident with} {futurist architecture} and which that starts with {'f'}
25,623
string matching type + relation contains word
1,277
Tell me the literary movement which is partially coincident with the futurist architecture and starts with the letter f?
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3326717 . ?sbj wdt:P1382 wd:Q333353 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'f')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q3326717>. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1382> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q333353>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'f')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
Tell me the literary motion which is partly coincident with the futurist structure and begins with the letter f?
Does the {maximum glide ratio} of the {Grob G102 Astir} {equals} {44.4}
19,135
boolean with filter
1,153
Is the maximum glide ratio of Grob G102 Astir equal to 44.4?
ASK WHERE { wd:Q260836 wdt:P1470 ?obj filter(?obj = 44.4) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q260836> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1470>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 44.4) }
ASK ?sbj ?pred ?obj filter ?obj = num
What is the maximum glide ratio of Grob G102 Astir?
What is the {capital} for {place of death} of {Francisco Pizarro}
19,705
simple question right
51
What is the capital of the area where Francisco Pizarro passed away?
select distinct ?obj where { wd:Q44741 wdt:P20 ?obj . ?obj wdt:P31 wd:Q5119 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q44741> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P20> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q5119> }
<S P ?O ; ?O instanceOf Type>
What is the capital in the place where Francisco Pizarro died?
what is the {point in time} for {Bashar al-Assad} has {award received} as {Order of the Liberator} ?
8,921
statement_property
5,366
How many awards has Bashar al-Assad received for Order of the Liberator?
SELECT ?value WHERE { wd:Q44329 p:P166 ?s . ?s ps:P166 wd:Q2452975 . ?s pq:P585 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q44329> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P166> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2452975> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
(E pred ?Obj ) prop value
How numerous grants has Bashar al-Assad gotten for Arrange of the Liberator?
What is the {human} for {father} of {Zaha Hadid}
21,254
simple question right
1,600
Who was the person that was the father of Zaha Hadid?
select distinct ?obj where { wd:Q47780 wdt:P22 ?obj . ?obj wdt:P31 wd:Q5 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q47780> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P22> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q5> }
<S P ?O ; ?O instanceOf Type>
Who was the individual that was the father of Zaha Hadid?
What is the {member of political party} and the {country of citizenship} of {Tim_Allen} ?
9,975
two intentions right subgraph
349
What political party is Tim Allen a member of and what is his country of citizenship?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q208408 wdt:P102 ?ans_1 . wd:Q208408 wdt:P27 ?ans_2 }
SELECT ?ans_1 ?ans_2 WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q208408> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P102> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q208408> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P27> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_2. }
select where (ent-pred-obj1 . ent-pred-obj2)
What political party is Tim Allen and what's his country of citizenship?
Did {Lucifer} {worshipped by} {Luciferianism}?
472
boolean one_hop right subgraph
472
Was Lucifer worshipped by Luciferianism?
ASK WHERE { wd:Q185498 wdt:P1049 wd:Q1263223 }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q185498> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1049> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q1263223>. }
Ask (ent-pred-obj)
Did adherents of Luciferianism worship Lucifer?
What is {date formed} of {college attended} of {Caryl Churchill} ?
16,682
right-subgraph
2,225
who date formed of college attended of Caryl Churchill ?
SELECT ?answer WHERE { wd:Q463574 wdt:P69 ?X . ?X wdt:P571 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q463574> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P69>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P571> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which is the date of formed college which attended Caryl Churchill?
What is {claimed by} of {Ross Dependency}, that has {total fertility rate} is {2.19} ?
12,928
right-subgraph
627
What is claimed by Ross Dependency whose total fertility rate is 2.19?
SELECT ?answer WHERE { wd:Q203073 wdt:P1336 ?answer . ?answer wdt:P4841 ?x FILTER(contains(?x,'2.19'))}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q203073> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1336>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P4841> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <2.19> . }
E REF ?F . ?F RFG G
What is claimed by Ross Reliance whose add up to richness rate is 2.19?
What is {on lake} of {is in the Indian reserve of} of {Thalang} ?
14,933
left-subgraph
563
On what lake is the Indian reserve of Thalang?
SELECT ?answer WHERE { wd:Q476875 wdt:P131 ?X . ?X wdt:P206 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q476875> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P131>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P206> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
What body of water is home to the Indian reserve of Thalang?
what is the {point in time} for {Micron Technology} has {operating income} as {3087000000} ?
8,909
statement_property
5,354
When was Micron Technology has an operating income of 3087000000?
SELECT ?value WHERE { wd:Q1197548 p:P3362 ?s . ?s ps:P3362 ?x filter(contains(?x,'3087000000')) . ?s pq:P585 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1197548> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3362> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <3087000000> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
(E pred ?Obj ) prop value
At what point did Micron Tehcnology's operating income reach 3087000000?
What is the {profession} for {fabrication method} of {management}
22,081
simple question right
3,142
What do you call someone who creates management models?
select distinct ?obj where { wd:Q2920921 wdt:P2079 ?obj . ?obj wdt:P31 wd:Q28640 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2920921> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2079> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q28640> }
<S P ?O ; ?O instanceOf Type>
What do you call somebody who makes administration models?
How many {country of origin} are to/by {Latvia} ?
1,844
statement_property
1,188
How many of them are from Latvia?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:P495 wd:Q211 }
SELECT (COUNT(?sub) AS ?subs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sub . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P495> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> http://wikidata.dbpedia.org/resource/Q211 . }
Count ent (ent-pred-obj)
What amount are from Latvia?
what is the {determination method} for {credit card} has {thickness} as {0.76} ?
9,273
statement_property
5,718
How can you tell a credit card has a thickness of 0.76?
SELECT ?value WHERE { wd:Q161380 p:P2610 ?s . ?s ps:P2610 ?x filter(contains(?x,'0.76')) . ?s pq:P459 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q161380> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2610> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <0.76> . ?statement <http://www.wikidata.org/entity/P459> ?value. }
(E pred ?Obj ) prop value
How can you tell if your credit card is 0.76 thick?
Does the {defined daily dose} of the {codeine} {equals} {0.1}
18,113
boolean with filter
131
Is the defined daily dose of Codeine .1?
ASK WHERE { wd:Q174723 wdt:P4250 ?obj filter(?obj = 0.1) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q174723> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P4250>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 0.1) }
ASK ?sbj ?pred ?obj filter ?obj = num
Is the characterized every day measurements of Codeine .1?
How many {operating area} are for {Super Rugby} ?
1,550
statement_property
550
Where is the operating area for Super Rugby?
SELECT (COUNT(?obj) AS ?value ) { wd:Q855988 wdt:P2541 ?obj }
SELECT (COUNT(?obj) AS ?objs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q855988> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2541> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . }
Count Obj (ent-pred-obj)
Super Rugby operates where?
What is {is the antonym of} of {creationism}, that has {had cause} is {genetic drift} ?
12,776
right-subgraph
9
What is the antonym of creationism that has caused genetic drift?
SELECT ?answer WHERE { wd:Q130352 wdt:P461 ?answer . ?answer wdt:P828 wd:Q486420}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q130352> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P461>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P828> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q486420> . }
E REF ?F . ?F RFG G
What is the antonym of creationism that has triggered genetic drift?
What is {chief executive officer} of {Ericsson} that is {start time} is {2016-10-0} ?
7,963
statement_property
4,408
What is the chief executive officer of Ericsson born at 2016-10-0?
SELECT ?obj WHERE { wd:Q52618 p:P169 ?s . ?s ps:P169 ?obj . ?s pq:P580 ?x filter(contains(YEAR(?x),'2016')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q52618> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P169> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P580> <2016-10-0> }
(E pred F) prop ?value
Which chief executive officer of Ericsson was born at 2016-10-0?
Does the {maximum glide ratio} of the {Rolladen-Schneider LS8} {equals} {49}
18,255
boolean with filter
273
Is the Rolladen-Schneider LS8's maximum glide ratio equal to 49?
ASK WHERE { wd:Q2163993 wdt:P1470 ?obj filter(?obj = 49) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2163993> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1470>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 49) }
ASK ?sbj ?pred ?obj filter ?obj = num
Is the Rolladen-Schneider LS8's greatest coast proportion break even with to 49?
What is the {sexual orientation} and the {sex or gender} of {Ricky_Martin} ?
9,836
two intentions right subgraph
19
What is the {sexual orientation} and the {sex or gender} of {Ricky_Martin} ?
SELECT ?ans_1 ?ans_2 WHERE { wd:Q128799 wdt:P91 ?ans_1 . wd:Q128799 wdt:P21 ?ans_2 }
SELECT ?ans_1 ?ans_2 WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q128799> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P91> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q128799> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P21> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_2. }
select where (ent-pred-obj1 . ent-pred-obj2)
What is Ricky Martin's sexual preference?
what is the {place of publication} for {Toy Story} has {publication date} as {1995-11-22} ?
4,318
statement_property
763
Where was the Toy Story with a publication date of 11/22/95 publicated?
SELECT ?value WHERE { wd:Q171048 p:P577 ?s . ?s ps:P577 ?x filter(contains(YEAR(?x),'1995')) . ?s pq:P291 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q171048> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P577> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <1995-11-22> . ?statement <http://www.wikidata.org/entity/P291> ?value. }
(E pred ?Obj ) prop value
Which was the place where Toy Story with a publication date of 11/22/95 publicated?
What is the {human} for {member of political party} of {Muslim Brotherhood}
20,672
simple question left
1,018
Who is the leader of the Muslim Brotherhood?
select distinct ?sbj where { ?sbj wdt:P102 wd:Q133207 . ?sbj wdt:P31 wd:Q5 }
select distinct ?subj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?subj . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P102> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q133207> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q5> }
<?S P O ; ?S InstanceOf Type>
Who is the pioneer of the Muslim Brotherhood?
what is the {statement is subject of} for {Richard Dreyfuss} has {nominated for} as {Academy Award for Best Actor} ?
4,203
statement_property
648
For what role was Richard Dreyfuss nominated as Academy Award for Best Actor?
SELECT ?value WHERE { wd:Q181799 p:P1411 ?s . ?s ps:P1411 wd:Q103916 . ?s pq:P805 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q181799> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q103916> . ?statement <http://www.wikidata.org/entity/P805> ?value. }
(E pred ?Obj ) prop value
For what part was Richard Dreyfuss assigned as Institute Grant for Best Actor?
Does the {number of abstentions} of the {Parintins municipal election, 2016 for Councillor} {equals} {16041.6}
19,553
boolean with filter
1,571
Does the Parintins municipal election, 2016 for Councillor abstentions equal 16041.6?
ASK WHERE { wd:Q61868561 wdt:P5043 ?obj filter(?obj = 16041.6) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q61868561> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P5043>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 16041.6) }
ASK ?sbj ?pred ?obj filter ?obj = num
Does the Parintins civil decision, 2016 for Councilor abstentions rise to 16041.6?
What is {sister or brother} of {teleplay by} of {Alice's Restaurant} ?
16,352
left-subgraph
32
Who gave the {sister or brother} of {teleplay by} of {Alice's Restaurant} ?
SELECT ?answer WHERE { wd:Q1779938 wdt:P58 ?X . ?X wdt:P3373 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1779938> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P58>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3373> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
Who gave the {sister or brother} of {teleplay by} of {Alice's Eatery} ?
How many {destination point} are to/by {Poitiers} ?
2,151
statement_property
1,495
How many destinations does a pointier have?
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:P1444 wd:Q6616 }
SELECT (COUNT(?sub) AS ?subs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sub . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1444> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> http://wikidata.dbpedia.org/resource/Q6616 . }
Count ent (ent-pred-obj)
In reference to a pointier, how many destinations does it have?
What is {painting of} of {coat of arms} of {Weesperkarspel} ?
15,617
left-subgraph
7
How is the sigil of Weesperkarspel painted?
SELECT ?answer WHERE { wd:Q634194 wdt:P237 ?X . ?X wdt:P180 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q634194> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P237>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P180> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
How is the sigil of Weesperkarspel painted?
What is the {historical country} for {diplomatic relation} of {Ottoman Empire}
22,655
simple question right
3,716
Which is the historical country for the diplomatic relation of the Ottoman Empire?
select distinct ?obj where { wd:Q12560 wdt:P530 ?obj . ?obj wdt:P31 wd:Q3024240 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q12560> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P530> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q3024240> }
<S P ?O ; ?O instanceOf Type>
Which is the chronicled nation for the political connection of the Footrest Empire?
What is {sister} of {is child of} of {Joanna of Castile} ?
14,516
right-subgraph
265
What is the sister of the Johanna of Castile's child?
SELECT ?answer WHERE { wd:Q171136 wdt:P22 ?X . ?X wdt:P3373 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q171136> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P22>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3373> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
What is the sister of the Johanna of Castile's child?
what is the {start time} for {Jean-Paul Sartre} has {residence} as {Le Havre} ?
6,255
statement_property
2,700
When did Jean-Paul Sartre move to Le Havre?
SELECT ?value WHERE { wd:Q9364 p:P551 ?s . ?s ps:P551 wd:Q42810 . ?s pq:P580 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q9364> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P551> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q42810> . ?statement <http://www.wikidata.org/entity/P580> ?value. }
(E pred ?Obj ) prop value
In which year Jean-Paul Sartre move to Le Havre?
Does the {oxidation state} of the {carbon} {equals} {-3}
18,544
boolean with filter
562
Does carbon have an oxidation start equal to -3?
ASK WHERE { wd:Q623 wdt:P1121 ?obj filter(?obj = -3) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q623> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1121>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = -3) }
ASK ?sbj ?pred ?obj filter ?obj = num
Tell me if carbon has an oxidation start equal to -3.
What is {shareholder} of {facility operator} of {Mongstad Power Station} ?
16,575
left-subgraph
363
Who is the facility operating shareholder at Mongstad Power Station?
SELECT ?answer WHERE { wd:Q6899813 wdt:P137 ?X . ?X wdt:P127 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q6899813> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P137>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P127> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
Who is the office working shareholder at Mongstad Control Station?
what is the {country} for {Heinrich Heine} has {place of death} as {Paris} ?
4,303
statement_property
748
Is Paris the country where Heinrich Heine died?
SELECT ?value WHERE { wd:Q44403 p:P20 ?s . ?s ps:P20 wd:Q90 . ?s pq:P17 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q44403> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P20> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q90> . ?statement <http://www.wikidata.org/entity/P17> ?value. }
(E pred ?Obj ) prop value
Did Heinrich Heine die in Paris?
What is {honours} of {bell hooks}, that has {champ} is {Michelle T. Clinton} ?
13,226
right-subgraph
6,891
gsdg
SELECT ?answer WHERE { wd:Q259507 wdt:P166 ?answer . ?answer wdt:P1346 wd:Q6837261}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q259507> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P166>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1346> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q6837261> . }
E REF ?F . ?F RFG G
nonsensical
What is {denomination} of {university attended} of {Daniela Georgieva} ?
16,622
left-subgraph
22,164
What is denomination of university attended the Daniela Georgieva ?
SELECT ?answer WHERE { wd:Q438928 wdt:P69 ?X . ?X wdt:P140 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q438928> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P69>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P140> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
What is group of college gone to the Daniela Georgieva ?
Give me {fictional duck} that starts with {'w'}
24,826
string matching simple contains word
1,899
What are the fictional which start with the letter w
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3247351 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q3247351>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
Name the fictionals that begin with W.
What is {nominated for} of {Anthony Perkins} that is {for work} is {Friendly Persuasion} ?
8,422
statement_property
4,867
What was Anthony Perkins nominated for in his work in Friendly Persuasion?
SELECT ?obj WHERE { wd:Q193146 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P1686 wd:Q1621402 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q193146> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P1686> <http://wikidata.dbpedia.org/resource/Q1621402> }
(E pred F) prop ?value
Anthony Perkins was short-listed for what in Friendly Persuasion?
Does the {number of masts} of the {Derry Castle} {less than} {3.6}
18,213
boolean with filter
231
Is the number of masts of the Derry Castle less than 3.6?
ASK WHERE { wd:Q5263174 wdt:P1099 ?obj filter(?obj < 3.6) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q5263174> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1099>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj < 3.6) }
ASK ?sbj ?pred ?obj filter ?obj = num
Does Derry Castle have less than 3.6 masts?
Give me {annexation} that starts with {'w'}
24,448
string matching simple contains word
2,647
What are the annexation which start with the letter w
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q194465 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q194465>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'w')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
What are the extension which begin with the letter w
What is {nominated for} of {Alan Alda} that is {statement is subject of} is {21st Tony Awards} ?
6,983
statement_property
3,428
For what film was Alan Alda nominated for during the 21st Tony Awards?
SELECT ?obj WHERE { wd:Q310394 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P805 wd:Q4631173 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q310394> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P805> <http://wikidata.dbpedia.org/resource/Q4631173> }
(E pred F) prop ?value
At the 21st Tony Awards what was Alan Alda's nomination?
what is the {start time} for {Thierry Henry} has {member of sports team} as {France national football team} ?
4,245
statement_property
690
When did Thierry Henry become a member of the France national football team?
SELECT ?value WHERE { wd:Q45901 p:P54 ?s . ?s ps:P54 wd:Q47774 . ?s pq:P580 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q45901> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P54> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q47774> . ?statement <http://www.wikidata.org/entity/P580> ?value. }
(E pred ?Obj ) prop value
In what year did Theirry Henry become a member of the France National Football team?
Give me {psychoactive drug} that contains the word {opium} in their name
23,768
string matching simple contains word
931
Tell me psychoactive drug whose name has the word opium in it.
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q3706669 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'opium')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q3706669>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'opium')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; contains word >
Tell me a psychoactive medicine whose name contains the word opium.
Does the {oxidation state} of the {carbon} {equals} {4}
18,230
boolean with filter
248
Is 4 the oxidation state of carbon?
ASK WHERE { wd:Q623 wdt:P1121 ?obj filter(?obj = 4) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q623> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1121>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 4) }
ASK ?sbj ?pred ?obj filter ?obj = num
Is 4 the oxidation state of carbon?
Did {Celine_Dion} {participant of} {Eurovision Song Contest 1990}?
108
boolean one_hop right subgraph
108
In 1990, did Celine Dion participant in the Eurovision Song Contest ?
ASK WHERE { wd:Q5105 wdt:P1344 wd:Q207538 }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q5105> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1344> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q207538>. }
Ask (ent-pred-obj`)
Was Celine Dion a participant of the Eruovision Song contest in 1990?
Does the {points awarded} of the {2017 AFL Women's season} {equals} {4}
19,095
boolean with filter
1,113
Are the awarded points of the 2017 AFL Women's season 4?
ASK WHERE { wd:Q28128485 wdt:P3260 ?obj filter(?obj = 4) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q28128485> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3260>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 4) }
ASK ?sbj ?pred ?obj filter ?obj = num
How many points were awarded in the '17 AFL Women's season?
What is {specialism} of {part of work} of {Comparison of quantum dot biodistribution with a blood-flow-limited physiologically based pharmacokinetic model.} ?
16,537
left-subgraph
28,184
WHICH IS THE SPECIALIST OF THE PART OF WORK OF COMPARISON OF QUANTUM DOT BIODISTRIBUTION WITH A BLOOD FLOW LIMITED PHYSIOLOGICALLY BASED PHARMACEOKINETIC MODEL?
SELECT ?answer WHERE { wd:Q44875957 wdt:P1433 ?X . ?X wdt:P101 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q44875957> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1433>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P101> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
WHICH IS THE Pro OF THE Portion OF WORK OF COMPARISON OF QUANTUM Speck BIODISTRIBUTION WITH A BLOOD Stream Restricted PHYSIOLOGICALLY BASED PHARMACEOKINETIC MODEL?
What is the {currency} for {currency} of {Ottoman Empire}
21,226
simple question right
1,572
What type of current was used by the Ottoman Empire?
select distinct ?obj where { wd:Q12560 wdt:P38 ?obj . ?obj wdt:P31 wd:Q8142 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q12560> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P38> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q8142> }
<S P ?O ; ?O instanceOf Type>
What kind of current has the Ottoman Empire been using?
What is {adjacent to} of {birth location} of {Ryan Rossiter} ?
15,450
left-subgraph
5,111
Ryan Rossiter's place of birth is next to what?
SELECT ?answer WHERE { wd:Q7384474 wdt:P19 ?X . ?X wdt:P47 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q7384474> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P19>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P47> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
Ryan Rossiter's put of birth is another to what?
What is {work location} of {marriage partner} of {Signe Krarup} ?
16,287
left-subgraph
7
Where does Signe Krarup's spouse work?
SELECT ?answer WHERE { wd:Q33083234 wdt:P26 ?X . ?X wdt:P937 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q33083234> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P26>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P937> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
Where does Signe Krarup's companion work?
What is {adjacent to} of {sports country} of {Haile Gebrselassie} ?
15,883
right-subgraph
3,344
who adjacent to of sports country of haile gebrselassie ?
SELECT ?answer WHERE { wd:Q171500 wdt:P1532 ?X . ?X wdt:P47 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q171500> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1532>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P47> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which is adjacent to sports country of Haile Grebrselassie?
What is {history} of {place of origin} of {A Chorus Line} ?
14,470
right-subgraph
2,036
What is the history behind the place where A Chorus Line was said to originate?
SELECT ?answer WHERE { wd:Q189427 wdt:P495 ?X . ?X wdt:P2184 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q189427> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P495>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2184> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
What is the records behind the location the place A Chorus Line was said to originate?
Did {Paul_McCartney} {sibling} {Mike McGear}?
314
boolean one_hop right subgraph
314
Did Paul McCartney have a sibling named Mike McGear?
ASK WHERE { wd:Q2599 wdt:P3373 wd:Q556941 }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2599> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3373> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q556941>. }
Ask (ent-pred-obj)
Is it true that Paul McCartney have a sibling named Mike McGear?
What is {human population} of {head quarters} of {Gemäldegalerie} ?
16,017
right-subgraph
313
Which {human population} {head quarters} is {Gemäldegalerie} ?
SELECT ?answer WHERE { wd:Q165631 wdt:P159 ?X . ?X wdt:P1082 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q165631> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P159>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1082> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which { human population } is { Painting Gallery }?
What is {signs} of {murder method} of {Vittorio De Sica} ?
16,705
right-subgraph
4,420
What is signs murder method of Vittorio De Sica?
SELECT ?answer WHERE { wd:Q53004 wdt:P509 ?X . ?X wdt:P780 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q53004> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P509>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P780> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
What is signs kill strategy of Vittorio De Sica?
Give me {computer model} that {collection} {Museum of Modern Art} and which that starts with {'m'}
25,449
string matching type + relation contains word
2,178
what is computer model collection by museum of modern art and also which starts with letter m
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q55990535 . ?sbj wdt:P195 wd:Q188740 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q55990535>. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P195> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q188740>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'm')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
what is computer demonstrate collection by gallery of cutting edge craftsmanship conjointly which begins with letter m
what is the {replaced by} for {Felipe González} has {position held} as {Prime Minister of Spain} ?
5,695
statement_property
2,140
Who replaced Felipe González in the position of Prime Minister of Spain?
SELECT ?value WHERE { wd:Q156799 p:P39 ?s . ?s ps:P39 wd:Q844587 . ?s pq:P1366 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q156799> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P39> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q844587> . ?statement <http://www.wikidata.org/entity/P1366> ?value. }
(E pred ?Obj ) prop value
Who succeeded Felipe González as Prime Minister of Spain?
What is {head quarters} of {Miss International}, that has {next to} is {Chiba Prefecture} ?
11,818
right-subgraph
259
Which head quarters of Miss International is next to Chiba Prefecture?
SELECT ?answer WHERE { wd:Q475660 wdt:P159 ?answer . ?answer wdt:P47 wd:Q80011}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q475660> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P159>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P47> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q80011> . }
E REF ?F . ?F RFG G
Which head quarters of Miss International is subsequent to Chiba Prefecture?
What is the {Fungicide} with the {MIN(minimum explosive concentration)} whose {has effect} is {Ferbam exposure} ?
3,314
rank
536
Which of the Fungicides that cause Ferbam exposure has the lowest explosive concentration?
select ?ent where { ?ent wdt:P31 wd:Q193237 . ?ent wdt:P2204 ?obj . ?ent wdt:P1542 wd:Q21174317. } ORDER BY ASC(?obj)LIMIT 5
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q193237>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2204>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1542> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q21174317> . } ORDER BY ASC(?obj1) LIMIT 5
?E is_a Type. ?E pred Obj. ?E-secondClause value. MIN (value)
Which fungicide has the lowest explosive concentration causing Ferbam exposure?
What is {country} of {Honolulu} that is {end time} is {1894-7-4} ?
9,188
statement_property
5,633
What country was Honolulu part of on July 4, 1894?
SELECT ?obj WHERE { wd:Q18094 p:P17 ?s . ?s ps:P17 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1894')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q18094> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P17> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P582> <1894-7-4> }
(E pred F) prop ?value
What ws the country that Honolulu became a part of on July 4, 1894?
What is {start time} of {classical antiquity} that is {nature of statement} is {disputed} ?
8,442
statement_property
4,887
When did classical antiquity become a nature of ststement?
SELECT ?obj WHERE { wd:Q486761 p:P580 ?s . ?s ps:P580 ?obj . ?s pq:P5102 wd:Q18912752 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q486761> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P580> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P5102> <http://wikidata.dbpedia.org/resource/Q18912752> }
(E pred F) prop ?value
When did it become a nature of statement for classical antiquity?
what is the {point in time} for {Herbert A. Simon} has {award received} as {John von Neumann Theory Prize} ?
4,039
statement_property
484
When did Herbert A. Simon receive the John von Neumann Theory Prize?
SELECT ?value WHERE { wd:Q181529 p:P166 ?s . ?s ps:P166 wd:Q511102 . ?s pq:P585 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q181529> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P166> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q511102> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
(E pred ?Obj ) prop value
Herbert A. Simon accepted the John von Neumann Theory Prize on what date?
What is {has towns} of {subitem of} of {history of Texas} ?
16,049
right-subgraph
593
Tell me the history of Texas which towns are apart of this country.
SELECT ?answer WHERE { wd:Q1149383 wdt:P1269 ?X . ?X wdt:P150 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1149383> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1269>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P150> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Let me know the history of Texas which towns are separated of this nation.
What is {nominated for} of {Anjelica Huston} that is {statement is subject of} is {63rd Academy Awards} ?
6,480
statement_property
2,925
What was Anjelica Huston nominated for at the 63rd Academy Awards?
SELECT ?obj WHERE { wd:Q190998 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P805 wd:Q910856 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q190998> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P805> <http://wikidata.dbpedia.org/resource/Q910856> }
(E pred F) prop ?value
Anjelica Houston was nominated for what Oscar?
What is {timeline of topic} of {domain} of {Meton of Athens} ?
17,584
right-subgraph
1,144
What is the timeline of topic of the domain of Meton of Athens ?
SELECT ?answer WHERE { wd:Q261909 wdt:P101 ?X . ?X wdt:P2184 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q261909> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P101>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2184> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
What is the timeline of point of the space of Meton of Athens ?
What is the {taxon} with the {MIN(gestation period)} whose {taxon rank} is {species} ?
3,475
rank
697
What taxon ranked species has the shortest gestation period?
select ?ent where { ?ent wdt:P31 wd:Q16521 . ?ent wdt:P3063 ?obj . ?ent wdt:P105 wd:Q7432} ORDER BY ASC(?obj)LIMIT 5
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q16521>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3063>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P105> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q7432> . } ORDER BY ASC(?obj1) LIMIT 5
?E is_a Type. ?E pred Obj. ?E-secondClause value. MIN (value)
Give me the ranked species with the shortest gestation period.
What is the {human} for {relative} of {Ellen DeGeneres}
21,673
simple question right
2,019
Who is a relative of Ellen DeGeneres?
select distinct ?obj where { wd:Q483325 wdt:P1038 ?obj . ?obj wdt:P31 wd:Q5 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q483325> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1038> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q5> }
<S P ?O ; ?O instanceOf Type>
Who could be a relative of Ellen DeGeneres?
What is {continent} of {accused} of {Siege of Constantinople (717-718)} ?
15,878
right-subgraph
5
Which continent was accused of the Siege of Constantinople(717-718)?
SELECT ?answer WHERE { wd:Q27900 wdt:P710 ?X . ?X wdt:P30 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q27900> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P710>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P30> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which continent was accused of being behind the Siege of Constantinople (717-718)?
What is {NATO code for grade} of {public office} of {Jebe} ?
16,507
right-subgraph
332
What is {NATO code for grade} of {public office} of {Jebe} ?
SELECT ?answer WHERE { wd:Q1346632 wdt:P39 ?X . ?X wdt:P1611 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1346632> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P39>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1611> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which is NATO code for grade of the public office for Jebe?
What is {member of sports team} of {Kevin Keegan} that is {end time} is {1982-1-1} ?
7,140
statement_property
3,585
What team did Kevin Keegan play for until 1982-1-1?
SELECT ?obj WHERE { wd:Q152832 p:P54 ?s . ?s ps:P54 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1982')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q152832> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P54> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P582> <1982-1-1> }
(E pred F) prop ?value
For which team did Kevin Keegan play until 1982?
What is {location of work} of {sculptors} of {Sunflowers} ?
17,459
right-subgraph
101
Where was the sculpture "Sunflowers" created?
SELECT ?answer WHERE { wd:Q157541 wdt:P170 ?X . ?X wdt:P937 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q157541> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P170>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P937> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
WHERE IS THE SCULPTURE OF SUNFLOWERS CREATED
What is {founders} of {WWE}, that has {ancestor} is {Stephanie McMahon} ?
13,306
right-subgraph
366
Who are the founders of WWE and they are the ancestors of Stephanie McMahon?
SELECT ?answer WHERE { wd:Q35339 wdt:P112 ?answer . ?answer wdt:P1038 wd:Q842633}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q35339> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P112>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1038> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q842633> . }
E REF ?F . ?F RFG G
Who are the authors of WWE and they are the precursors of Stephanie McMahon?
Did {Alice_Cooper} {instrument} {harmonica}?
242
boolean one_hop right subgraph
242
Does Alice Cooper play the harmonica?
ASK WHERE { wd:Q332032 wdt:P1303 wd:Q51290 }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q332032> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1303> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q51290>. }
Ask (ent-pred-obj)
Alice Cooper is an American singer, songwriter, and actor whose career spans over fifty years. With his distinctive raspy voice and a stage show that features guillotines, electric chairs, fake blood, ..
What is {educated at} of {Benoit Mandelbrot} that is {end time} is {1949-0-0} ?
4,267
statement_property
712
where was Benoit Mandelbrot educated in 1949?
SELECT ?obj WHERE { wd:Q101740 p:P69 ?s . ?s ps:P69 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'1949')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q101740> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P69> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P582> <1949-0-0> }
(E pred F) prop ?value
In 1949 in which location the Benoit Mandelbrot was educated?
What is {prequel is} of {next is} of {cut of meat} ?
15,374
left-subgraph
239
What is the prequel of the next cut of meat?
SELECT ?answer WHERE { wd:Q29545091 wdt:P156 ?X . ?X wdt:P155 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q29545091> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P156>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P155> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
C RCD xD . xD RDE ?E
What is the prequel of the another cut of meat?
What is {position held} of {William Thomson, 1st Baron Kelvin} that is {series ordinal} is {36} ?
8,626
statement_property
5,071
what is position held of william thomson 1st baron kelvin that is series ordinal is 36?
SELECT ?obj WHERE { wd:Q122701 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P1545 ?x filter(contains(?x,'36')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q122701> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P39> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P1545> <36> }
(E pred F) prop ?value
What is the title of the position occupied by william thomson 1st baron kelvin that is series ordinal is 36?
what is the {official website} for {Wole Soyinka} has {archives at} as {Leeds University Library} ?
8,701
statement_property
5,146
what is the official website for wole soyinka has archives as leeds university library?
SELECT ?value WHERE { wd:Q41488 p:P485 ?s . ?s ps:P485 wd:Q24568958 . ?s pq:P856 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q41488> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P485> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q24568958> . ?statement <http://www.wikidata.org/entity/P856> ?value. }
(E pred ?Obj ) prop value
Which is Wole Soyinka's official website archives as leeds university library ?
What is {not same as} of {Alexander III of Russia}, that has {tomb} is {Archbasilica of St. John Lateran} ?
12,477
right-subgraph
1,488
"Who is not same as Alexander III of Russia, whose tomb is Archbasilica of St. John Lateran?"
SELECT ?answer WHERE { wd:Q120180 wdt:P1889 ?answer . ?answer wdt:P119 wd:Q84090}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q120180> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1889>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P119> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q84090> . }
E REF ?F . ?F RFG G
"Who isn't same as Alexander III of Russia, whose tomb is Archbasilica of St. John Lateran?"
What is {inhabitants} of {land} of {Sabha} ?
14,660
right-subgraph
959
Who are native to Sabha?
SELECT ?answer WHERE { wd:Q208389 wdt:P17 ?X . ?X wdt:P1082 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q208389> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P17>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1082> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Who are local to Sabha?
what is the {burial plot reference} for {Bjørnstjerne Bjørnson} has {place of burial} as {Vår Frelsers gravlund} ?
9,067
statement_property
5,512
Where is Bjørnstjerne Bjørnson's burial plot in Vår Frelsers gravlund?
SELECT ?value WHERE { wd:Q46405 p:P119 ?s . ?s ps:P119 wd:Q1069938 . ?s pq:P965 ?value}
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q46405> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P119> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q1069938> . ?statement <http://www.wikidata.org/entity/P965> ?value. }
(E pred ?Obj ) prop value
In Var Freslers gravlund where is Bjornstjerne Bjornson buried?
What is {used for treatment} of {disease treated} of {salicylic acid} ?
16,492
right-subgraph
640
Tell me the name of the illness treated with salicylic acid?
SELECT ?answer WHERE { wd:Q193572 wdt:P2175 ?X . ?X wdt:P2176 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q193572> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2175>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2176> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Tell me the identify of the sickness dealt with with salicylic acid?
What is {consumption rate} of {petroleum} that is {point in time} is {2007-0-0} ?
8,273
statement_property
4,718
How much petroleum was consumed in 2007?
SELECT ?obj WHERE { wd:Q22656 p:P2292 ?s . ?s ps:P2292 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'2007')) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q22656> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2292> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P585> <2007-0-0> }
(E pred F) prop ?value
What was the petroleum consumption rate in 2007?
What is {nominated for} of {Al Green} that is {statement is subject of} is {37th Tony Awards} ?
4,287
statement_property
732
What was Al Green nominated for at the 37th Tony Awards?
SELECT ?obj WHERE { wd:Q313260 p:P1411 ?s . ?s ps:P1411 ?obj . ?s pq:P805 wd:Q4635918 }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q313260> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P805> <http://wikidata.dbpedia.org/resource/Q4635918> }
(E pred F) prop ?value
Which Category was Al Green Nominated in during the 37th Tony Awards?
Does the {number of points/goals/set scored} of the {1978 African Cup of Nations} {equals} {45.6}
19,367
boolean with filter
1,385
Is the number of points/goals/set scored in the 1978 African Cup of Nations 45.6?
ASK WHERE { wd:Q117206 wdt:P1351 ?obj filter(?obj = 45.6) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q117206> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1351>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 45.6) }
ASK ?sbj ?pred ?obj filter ?obj = num
Is the number of points/goals/set scored within the 1978 African Glass of Countries 45.6?
What is {basin countries} of {on the shore of} of {Lefkada} ?
17,014
right-subgraph
686
What country is near Lefkada?
SELECT ?answer WHERE { wd:Q190138 wdt:P206 ?X . ?X wdt:P205 ?answer}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q190138> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P206>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?X . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?X. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P205> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
E REF xF . xF RFG ?G
Which country in in the border with Lefkanda?
What is the {grinder model} with the {MIN(sound power level)} whose {subclass of} is {grinding machine} ?
3,427
rank
649
What is the grinder model with the lowest sound power level whose subclass of is grinding machine?
select ?ent where { ?ent wdt:P31 wd:Q23811263 . ?ent wdt:P2797 ?obj . ?ent wdt:P279 wd:Q245761} ORDER BY ASC(?obj)LIMIT 5
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q23811263>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2797>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P279> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q245761> . } ORDER BY ASC(?obj1) LIMIT 5
?E is_a Type. ?E pred Obj. ?E-secondClause value. MIN (value)
In the subclass of grinding machine, which grinder model has the quietest power level?
Give me {new religious movement} that starts with {'s'}
24,262
string matching simple contains word
3,435
What new religious movement starts with the letter "s"?
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q477544 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q477544>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
What modern devout development begins with the letter "s"?
Give me {infectious disease} that {afflicts} {liver} and which that starts with {'h'}
25,591
string matching type + relation contains word
3,983
Name an infectious disease that afflicts liver and starts with letter H
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q18123741 . ?sbj wdt:P689 wd:Q9368 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P31> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q18123741>. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?sbj . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P689> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q9368>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'h')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
<?S P O ; ?S instanceOf Type ; starts with character >
Which infectious disease that afflicts liver and starts with letter H?
Does the {boiling point} of the {methanol} {equals} {117.6}
19,456
boolean with filter
1,474
IS THE BOILING POINT OF THE METHANOL EQUALS TO 117.6
ASK WHERE { wd:Q14982 wdt:P2102 ?obj filter(?obj = 117.6) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q14982> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2102>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 117.6) }
ASK ?sbj ?pred ?obj filter ?obj = num
IS THE Bubbling POINT OF THE METHANOL Breaks even with TO 117.6
What is {twin town} of {Nîmes}, that has {category of associated people} is {Category:People from Fresno, California} ?
12,241
right-subgraph
7,756
What type of people live in Fresno, California's twin city?
SELECT ?answer WHERE { wd:Q42807 wdt:P190 ?answer . ?answer wdt:P1792 wd:Q7118067}
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q42807> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P190>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1792> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q7118067> . }
E REF ?F . ?F RFG G
What sort of individuals live in Fresno, California's twin city?
What is the {Screen Actors Guild Award} for {winner} of {Anil Kapoor}
22,794
simple question left
3,855
For which film did Anil Kapoor} win a Screen Actors Guild Award?
select distinct ?sbj where { ?sbj wdt:P1346 wd:Q313956 . ?sbj wdt:P31 wd:Q268200 }
select distinct ?subj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?subj . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1346> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q313956> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q268200> }
<?S P O ; ?S InstanceOf Type>
For which film did Anil Kapoor} win a Screen On-screen characters Society Award?