uid
int32
0
30.2k
NNQT_question
stringlengths
25
350
paraphrased_question
stringlengths
0
750
question
stringlengths
1
655
simplified_query
stringlengths
57
405
sparql_dbpedia18
stringlengths
311
826
sparql_wikidata
stringlengths
37
357
answer
listlengths
0
2.42M
solved_answer
listlengths
0
2.42M
subgraph
stringclasses
14 values
template
stringclasses
26 values
template_id
stringclasses
13 values
template_index
int32
0
38.6k
20,652
What is the {aspect of history} for {history of topic} of {cryptography}
What is the authentic angle of cryptography point history?
What is the historical aspect of cryptography topic history?
SELECT DISTINCT ?q WHERE { resource:cryptography property:history_of_topic ?q . ?q rdf:type ontology:aspect_of_history }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q8789> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2184> . ?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/Q17524420> }
select distinct ?obj where { wd:Q8789 wdt:P2184 ?obj . ?obj wdt:P31 wd:Q17524420 }
[]
[]
simple question right
<S P ?O ; ?O instanceOf Type>
1
998
9,531
What is the {sibling} and the {child} of {Vlad_the_Impaler} ?
Who is related to Vlad the Impaler?
Who is the {sibling} and the {child} of {Vlad_the_Impaler} ?
SELECT ?v ?k WHERE { resource:Vlad_Tepes property:sibling ?v . resource:Vlad_Tepes property:child ?k }
SELECT ?ans_1 ?ans_2 WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q43715> . ?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> ?ans_1. ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q43715> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P40> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_2. }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q43715 wdt:P3373 ?ans_1 . wd:Q43715 wdt:P40 ?ans_2 }
[ "http://www.wikidata.org/entity/Q535103", "http://www.wikidata.org/entity/Q715428" ]
[ "Radu cel Frumos", "Ricardo serrano" ]
two intentions right subgraph
select where (ent-pred-obj1 . ent-pred-obj2)
1
233
8,361
what is the {instance of} for {Chaitanya Mahaprabhu} has {date of birth} as {1486-1-1} ?
Tell me when Chaitanya Mahaprabhu was born.
At what instance Chaitanya Mahaprabhu had his birth in the year 1486?
SELECT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?a ) , '1486' ) ) . ?p rdf:type ?v . resource:Chaitanya_Mahaprabhu property:date_of_birth ?p . ?p property:date_of_birth ?a }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q870262> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P569> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <1486-1-1> . ?statement <http://www.wikidata.org/entity/P31> ?value. }
SELECT ?value WHERE { wd:Q870262 p:P569 ?s . ?s ps:P569 ?x filter(contains(YEAR(?x),'1486')) . ?s pq:P31 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
4,806
6,270
What is {residence} of {Ernest Hemingway} that is {point in time} is {1928-0-0} ?
Where did Ernest Hemingway live in 1928?
Where is the residence of Ernest Hemingway in 1928-0-0?
SELECT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '1928' ) ) . ?n property:residence ?k . resource:Ernest_Hemingway property:residence ?n . ?n property:point_in_time ?d }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q23434> . ?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> ?obj . ?statement <http://www.wikidata.org/entity/P585> <1928-0-0> }
SELECT ?obj WHERE { wd:Q23434 p:P551 ?s . ?s ps:P551 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1928')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
2,715
24,811
Give me {national association football team} that starts with {'t'}
What may be a national affiliation football group whose title begins with the letter t.
What is a national association football team whose name starts with the letter t.
SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:national_association_football_team . FILTER ( STRSTARTS ( LCASE ( ?a ) , 't' ) ) }
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/Q6979593>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q6979593 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 't')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q27971", "Tunisia national football team", "http://www.wikidata.org/entity/Q386139", "Tajikistan national football team", "http://www.wikidata.org/entity/Q483856", "Turkey national association football team", "http://www.wikidata.org/entity/Q661442", "Tibet national association football team", "http://www.wikidata.org/entity/Q477448", "Tonga national football team", "http://www.wikidata.org/entity/Q486628", "Turkmenistan national football team", "http://www.wikidata.org/entity/Q499287", "Turks and Caicos Islands national football team", "http://www.wikidata.org/entity/Q733047", "Tuvalu national football team", "http://www.wikidata.org/entity/Q192149", "Trinidad and Tobago national football team", "http://www.wikidata.org/entity/Q191595", "Togo national football team", "http://www.wikidata.org/entity/Q270973", "Timor-Leste national football team", "http://www.wikidata.org/entity/Q239549", "Thailand national football team", "http://www.wikidata.org/entity/Q239405", "Tahiti national football team", "http://www.wikidata.org/entity/Q244728", "Tanzania national football team", "http://www.wikidata.org/entity/Q2596617", "Two Sicilies national football team", "http://www.wikidata.org/entity/Q973044", "Tamil Eelam national football team", "http://www.wikidata.org/entity/Q1624749", "Turkey national under-21 football team", "http://www.wikidata.org/entity/Q1385152", "Turkey women's national under-19 football team", "http://www.wikidata.org/entity/Q1478250", "Tobago football team", "http://www.wikidata.org/entity/Q3590415", "Tahiti national under-17 football team", "http://www.wikidata.org/entity/Q3590792", "Timor-Leste national under-16 football team", "http://www.wikidata.org/entity/Q3590547", "Tonga national under-17 football team", "http://www.wikidata.org/entity/Q3590429", "Trinidad and Tobago national under-17 football team", "http://www.wikidata.org/entity/Q3590437", "Tunisia national under-20 football team", "http://www.wikidata.org/entity/Q3590790", "Tajikistan national under-17 football team" ]
[ "Tunisia national football team", "Tunisia national football team", "Tajikistan national football team", "Tajikistan national football team", "Turkey national association football team", "Turkey national association football team", "Tibet national association football team", "Tibet national association football team", "Tonga national football team", "Tonga national football team", "Turkmenistan national football team", "Turkmenistan national football team", "Turks and Caicos Islands national football team", "Turks and Caicos Islands national football team", "Tuvalu national football team", "Tuvalu national football team", "Trinidad and Tobago national football team", "Trinidad and Tobago national football team", "Togo national football team", "Togo national football team", "Timor-Leste national football team", "Timor-Leste national football team", "Thailand national football team", "Thailand national football team", "Tahiti national football team", "Tahiti national football team", "Tanzania national football team", "Tanzania national football team", "Two Sicilies national football team", "Two Sicilies national football team", "Tamil Eelam national football team", "Tamil Eelam national football team", "Turkey national under-21 football team", "Turkey national under-21 football team", "Turkey women's national under-19 football team", "Turkey women's national under-19 football team", "Tobago football team", "Tobago football team", "Tahiti national under-17 football team", "Tahiti national under-17 football team", "Timor-Leste national under-16 football team", "Timor-Leste national under-16 football team", "Tonga national under-17 football team", "Tonga national under-17 football team", "Trinidad and Tobago national under-17 football team", "Trinidad and Tobago national under-17 football team", "Tunisia national under-20 football team", "Tunisia national under-20 football team", "Tajikistan national under-17 football team", "Tajikistan national under-17 football team" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; starts with character >
2
2,763
16,460
What is {lake} of {place of foundation} of {John England & the Western Swingers} ?
John England and the Western Swingers had what lake place of foundation?
WHICH IS THE LAKE PLACE OF FOUNDATION OF JOHN ENGLAND & THE WESTERN SWINGERS
SELECT ?s WHERE { resource:John_England_&_the_Western_Swingers property:location_of_formation ?k . ?k property:located_in_or_next_to_body_of_water ?s }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q6231791> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P740>. ?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 . }
SELECT ?answer WHERE { wd:Q6231791 wdt:P740 ?X . ?X wdt:P206 ?answer}
[ "http://www.wikidata.org/entity/Q1143718" ]
[ "Cumberland River" ]
left-subgraph
C RCD xD . xD RDE ?E
5
2,087
7,937
what is the {media legend} for {The Guardian} has {logo image} as {The Guardian 2018.svg} ?
Is the logo imagine for the media legend for The Guardian called The Guardian 2018.svg?
Is the media legend for The Guardian the logo image named The Guardian 2018.svg?
SELECT ?d WHERE { FILTER ( CONTAINS ( ?m , 'The Guardian 2018.svg' ) ) . resource:The_Guardian property:logo_image ?j . ?j property:logo_image ?m . ?j property:media_legend ?d }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q11148> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P154> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <The Guardian 2018.svg> . ?statement <http://www.wikidata.org/entity/P2096> ?value. }
SELECT ?value WHERE { wd:Q11148 p:P154 ?s . ?s ps:P154 ?x filter(contains(?x , 'The Guardian 2018.svg')) . ?s pq:P2096 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
4,382
11,499
What is {child} of {Pedro I} and {date of death}
Who is Pedro I's child and when were they born?
Who is Pedro I's child and when were they born?
SELECT ?r ?q WHERE { ?z property:date_of_death ?r . . ?z property:child ?q . resource:Pedro_I_of_Brazil property:child ?z }
select distinct ?dataprop1 ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q939> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P40> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P580> ?dataprop1 . }
SELECT ?value1 ?obj WHERE { wd:Q939 p:P40 ?s . ?s ps:P40 ?obj . ?s pq:P570 ?value1 . }
[]
[]
[]
[]
3
1,016
29,491
What is <interested in> of <Vivian Maier> ?
[]
Who is interested in Vivian Maier?
SELECT DISTINCT ?s WHERE { resource:Vivian_Maier property:interested_in ?s }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q200890> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2650> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q200890 wdt:P2650 ?answer}
[ "http://www.wikidata.org/entity/Q188728", "http://www.wikidata.org/entity/Q1851397" ]
[ "privacy", "street photography" ]
center
E REF ?F
1.1
3,788
1,160
How many {used by} are for {Transport Layer Security} ?
How many protocols are used by Transport Layer Security?
How many used by are for Transport Layer Security ?
SELECT ( COUNT ( ?g ) AS ?b ) { resource:Transport_Layer_Security property:used_by ?g }
SELECT (COUNT(?obj) AS ?objs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q206494> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1535> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . }
SELECT (COUNT(?obj) AS ?value ) { wd:Q206494 wdt:P1535 ?obj }
[ "5" ]
[ "5" ]
statement_property
Count Obj (ent-pred-obj)
Count_1
160
30,021
What is the {historical country} for {country} of {Ancient Egypt}
[]
Which is the historical country for the country of Ancient Egypt?
SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:historical_country . ?e property:country resource:Ancient_Egypt }
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/P17> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q11768> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q3024240> }
select distinct ?sbj where { ?sbj wdt:P17 wd:Q11768 . ?sbj wdt:P31 wd:Q3024240 }
[ "http://www.wikidata.org/entity/Q180568" ]
[ "New Kingdom of Egypt" ]
simple question left
<?S P O ; ?S InstanceOf Type>
2
2,026
2,793
What is the {sculpture} with the {MAX(horizontal depth)} ?
Which form has the most elevated flat depth?
Which sculpture has the highest horizontal depth?
SELECT ?k WHERE { ?k property:horizontal_depth ?v . ?k rdf:type ontology:sculpture }
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q860861>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P5524>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj .} ORDER BY DESC(?obj) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q860861 . ?ent wdt:P5524 ?obj } ORDER BY DESC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q92412135", "http://www.wikidata.org/entity/Q63863449", "http://www.wikidata.org/entity/Q92412138", "http://www.wikidata.org/entity/Q47686171", "http://www.wikidata.org/entity/Q63861773" ]
[ "Construction", "Roof", "Floor Construction", "Bouquet of Tulips", "Prinz Friedrich von Homburg, Ein Schauspiel, 3X" ]
rank
?E is_a Type, ?E pred Obj value. MAX/MIN (value)
Rank1
369
11,282
What is {head of government} of {Seattle} and {work period (start)}
When does the head of government of Seattle begins its work period?
When does the head of government of Seattle starts its work period?
SELECT ?f ?d WHERE { resource:Seattle property:head_of_government ?n . ?n property:work_period_(start) ?f . . ?n property:head_of_government ?d }
select distinct ?dataprop1 ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q5083> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P6> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P580> ?dataprop1 . }
SELECT ?value1 ?obj WHERE { wd:Q5083 p:P6 ?s . ?s ps:P6 ?obj . ?s pq:P2031 ?value1 . }
[]
[]
[]
[]
3
591
15,186
What is {twin cities} of {born in} of {Paulo Munhoz} ?
What city was Mr. Munhoz born in?
What city was Mr. Munhoz born in?
SELECT ?x WHERE { ?n property:twinned_administrative_body ?x . resource:Paulo_Munhoz property:place_of_birth ?n }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q10346721> . ?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/P190> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q10346721 wdt:P19 ?X . ?X wdt:P190 ?answer}
[ "http://www.wikidata.org/entity/Q456", "http://www.wikidata.org/entity/Q1335", "http://www.wikidata.org/entity/Q1748", "http://www.wikidata.org/entity/Q2933", "http://www.wikidata.org/entity/Q4970", "http://www.wikidata.org/entity/Q5468", "http://www.wikidata.org/entity/Q5475", "http://www.wikidata.org/entity/Q5818", "http://www.wikidata.org/entity/Q9022", "http://www.wikidata.org/entity/Q16568", "http://www.wikidata.org/entity/Q20714", "http://www.wikidata.org/entity/Q29042", "http://www.wikidata.org/entity/Q31487", "http://www.wikidata.org/entity/Q34820", "http://www.wikidata.org/entity/Q44210", "http://www.wikidata.org/entity/Q45412", "http://www.wikidata.org/entity/Q49233", "http://www.wikidata.org/entity/Q54108", "http://www.wikidata.org/entity/Q170688", "http://www.wikidata.org/entity/Q209801" ]
[ "Lyon", "Montevideo", "Copenhagen", "Asunción", "Hangzhou", "Durban", "Treviso", "Córdoba", "Guadalajara, Jalisco, México.", "Jacksonville", "Suwon", "Akureyri", "Kraków", "Santo Domingo", "Córdoba", "Coimbra", "Orlando", "Bahía Blanca", "Santa Cruz de la Sierra", "Himeji" ]
left-subgraph
C RCD xD . xD RDE ?E
5
8,452
4,625
What is {net worth estimate} of {Adam Sandler} that is {point in time} is {2015-0-0} ?
How much was Adam Sandler worth in 2015?
What was Adam Sandler's estimated net worth in 2015?
SELECT ?p WHERE { ?r property:net_worth ?p . resource:Adam_Sandler property:net_worth ?r . ?r property:point_in_time ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '2015' ) ) }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q132952> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2218> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P585> <2015-0-0> }
SELECT ?obj WHERE { wd:Q132952 p:P2218 ?s . ?s ps:P2218 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'2015')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
1,070
10,796
What is {date of birth} and {date of death} of {{Abigail Adams} has {child} as {Charles Adams}}
When used to be Abigail Adams' toddler Charles Adams born, and when did he die?
When was Abigail Adams' child Charles Adams born, and when did he die?
SELECT ?b ?r WHERE { ?g property:date_of_death ?r . resource:Abigail_Adams property:child ?g . ?g property:child resource:Charles_Adams . ?g property:date_of_birth ?b }
select distinct ?value1 ?value2 where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q206191> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P40> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q5074968>. ?statement <http://www.wikidata.org/entity/P580> ?value1 . ?statement <http://www.wikidata.org/entity/P2842> ?value2 }
SELECT ?value1 ?value2 WHERE { wd:Q206191 p:P40 ?s . ?s ps:P40 wd:Q5074968 . ?s pq:P569 ?value1 . ?s pq:P570 ?value2 }
[]
[]
[]
[]
2
1,171
21,993
What is the {plantation} for {residence} of {Thomas Jefferson}
Name Thomas Jefferson's estate.
What is the name of Thomas Jefferson's residence?
SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:plantation . resource:Thomas_Jefferson property:residence ?y }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q11812> . ?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> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q188913> }
select distinct ?obj where { wd:Q11812 wdt:P551 ?obj . ?obj wdt:P31 wd:Q188913 }
[ "http://www.wikidata.org/entity/Q199618" ]
[ "Monticello" ]
simple question right
<S P ?O ; ?O instanceOf Type>
1
3,054
12,674
What is {Indian reservation} of {Telangana}, that has {compulsory education (minimum age)} is {6.0} ?
What is the obligatory training minimal for the Indian reservation of Telangana?
What is the compulsory education minimum for the Indian reservation of Telangana?
SELECT ?z WHERE { resource:Telangana property:located_in_the_administrative_territorial_entity ?z . FILTER ( CONTAINS ( ?t , '6.0' ) ) . ?z property:compulsory_education_(minimum_age) ?t }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q677037> . ?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> ?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/P3270> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <6.0> . }
SELECT ?answer WHERE { wd:Q677037 wdt:P131 ?answer . ?answer wdt:P3270 ?x FILTER(contains(?x , '6.0'))}
[]
[]
right-subgraph
E REF ?F . ?F RFG G
1
88
5,947
What is {significant event} of {Harrison Schmitt} that is {point in time} is {1972-12-0} ?
In December 1972 Harrison Schmitt was involved in which significant event?
What significant event in December of 1972 involved Harrison Schmitt?
SELECT ?g WHERE { resource:Harrison_Schmitt property:significant_event ?f . FILTER ( CONTAINS ( YEAR ( ?x ) , '1972' ) ) . ?f property:point_in_time ?x . ?f property:significant_event ?g }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q108886> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P793> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P585> <1972-12-0> }
SELECT ?obj WHERE { wd:Q108886 p:P793 ?s . ?s ps:P793 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1972')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
2,392
8,593
What is {owned by} of {Google} that is {end time} is {2015-0-0} ?
What ended for Google in 2015?
what is owned by google that is end time is 2015-0-0?
SELECT ?o WHERE { ?z property:end_time ?i . FILTER ( CONTAINS ( YEAR ( ?i ) , '2015' ) ) . resource:Google property:owned_by ?z . ?z property:owned_by ?o }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q95> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P127> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P582> <2015-0-0> }
SELECT ?obj WHERE { wd:Q95 p:P127 ?s . ?s ps:P127 ?obj . ?s pq:P582 ?x filter(contains(YEAR(?x),'2015')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
5,038
23,138
Give me {prediction} that contains the word {singularity} in their name
Neon Beginning Evangelion is based on what Manga?
Tell me prediction whose name has the word singularity in it.
SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?s ) , 'singularity' ) ) . ?s rdf:type ontology:prediction }
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/Q748250>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'singularity')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q748250 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'singularity')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q237525", "technological singularity" ]
[ "technological singularity", "technological singularity" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
1,120
27,247
What is <first flight> of <Il-76> ?
[]
Which is the first flight for II-76?
SELECT DISTINCT ?j WHERE { resource:Ilyushin_Il-76 property:first_flight ?j }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q142549> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P606> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q142549 wdt:P606 ?answer}
[ "1971-03-25T00:00:00Z" ]
[ "1971-03-25T00:00:00Z" ]
center
E REF ?F
1.1
1,544
19,455
Does the {magnetic moment} of the {Ganymede} {equals} {1.056e+20}
Is 1.056e+20 the magnetic moment of Ganymede?
Is the magnetic moment of the Ganymede equal to 1.056e+20?
ASK WHERE { resource:Ganymede property:magnetic_moment ?u . FILTER ( ?u = 1.056e+20 ) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q3169> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2069>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 1.056e+20) }
ASK WHERE { wd:Q3169 wdt:P2069 ?obj filter(?obj = 1.056e+20) }
[]
[]
boolean with filter
ASK ?sbj ?pred ?obj filter ?obj = num
3
1,473
26,473
What is <coextensive with> of <Brasília> ?
[]
Which is coextensive with of Brasília?
SELECT DISTINCT ?i WHERE { resource:Brasília property:coextensive_with ?i }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2844> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3403> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q2844 wdt:P3403 ?answer}
[]
[]
center
E REF ?F
1.1
770
2,695
What is the {chemical tanker} with the {MAX(payload mass)} ?
Which chemical tanker has the greatest weight of payload?
Which chemical tanker has the largest payload mass?
SELECT ?y WHERE { ?y rdf:type ontology:chemical_tanker . ?y property:payload_mass ?k }
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q15254>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P4519>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj .} ORDER BY DESC(?obj) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q15254 . ?ent wdt:P4519 ?obj } ORDER BY DESC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q59295805", "http://www.wikidata.org/entity/Q83648859", "http://www.wikidata.org/entity/Q83652454", "http://www.wikidata.org/entity/Q26884343", "http://www.wikidata.org/entity/Q85976314" ]
[ "Blue Jade", "Green Sky", "Torm Thor", "STI Poplar", "Atlantic Jupiter" ]
rank
?E is_a Type, ?E pred Obj value. MAX/MIN (value)
Rank1
271
5,965
What is {position held} of {Fritz Lang} that is {replaced by} is {Olivia de Havilland} ?
Fritz Lang, who was succeeded by Olvia de Havilland, held what position?
What position held by Fritz Lang was succeeded by Olivia de Havilland?
SELECT ?c WHERE { resource:Fritz_Lang property:position_held ?w . ?w property:replaced_by resource:Olivia_de_Havilland . ?w property:position_held ?c }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q19504> . ?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/P1366> <http://wikidata.dbpedia.org/resource/Q95068> }
SELECT ?obj WHERE { wd:Q19504 p:P39 ?s . ?s ps:P39 ?obj . ?s pq:P1366 wd:Q95068 }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
2,410
26,311
What is <CANTIC-ID> of <Joseph Buonaparte.> ?
[]
What is Joseph Buonaparte's CANTIC-ID?
SELECT DISTINCT ?u WHERE { resource:Joseph_Bonaparte property:CANTIC_ID ?u }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q7726> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1273> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q7726 wdt:P1273 ?answer}
[]
[]
center
E REF ?F
1.1
608
3,393
What is the {taxon} with the {MIN(genome size)} whose {instance of} is {taxon} ?
What is the name of the taxon with the minimum genome size whose instance of is taxon?
What is the taxon with the minimum genome size whose instance of is taxon?
SELECT ?g WHERE { ?g rdf:type ontology:taxon . ?g rdf:type ontology:taxon . ?g property:genome_size ?h }
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/P2143>. ?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/P31> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q16521> . } ORDER BY ASC(?obj1) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q16521 . ?ent wdt:P2143 ?obj . ?ent wdt:P31 wd:Q16521} ORDER BY ASC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q161098" ]
[ "Triticum aestivum" ]
rank
?E is_a Type. ?E pred Obj. ?E-secondClause value. MIN (value)
Rank2
615
28,038
What is <kinematic viscosity> of <sulfuric acid> ?
[]
What is the kinematic viscosity of sulfuric acid (H2SO4)?
SELECT DISTINCT ?o WHERE { resource:sulfuric_acid property:kinematic_viscosity ?o }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q4118> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2118> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q4118 wdt:P2118 ?answer}
[]
[]
center
E REF ?F
1.1
2,335
19,710
What is the {hôtel particulier} for {residence} of {Thomas Jefferson}
Give me the name of the residence of Thomas Jefferson.
What is the name for the residence of Thomas Jefferson
SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:private_mansion . resource:Thomas_Jefferson property:residence ?d }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q11812> . ?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> ?obj . ?obj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q1365179> }
select distinct ?obj where { wd:Q11812 wdt:P551 ?obj . ?obj wdt:P31 wd:Q1365179 }
[ "http://www.wikidata.org/entity/Q3145874" ]
[ "Hôtel de Langeac" ]
simple question right
<S P ?O ; ?O instanceOf Type>
1
56
146
Did {Freemasonry} {history of topic} {history of Freemasonry}?
Was Freemasonry a history topic in the history of Freemasonry?
Did {Freemasonry} and {history of topic} {history of Freemasonry}?
ASK WHERE { resource:freemasonry property:history_of_topic resource:history_of_Freemasonry }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q41726> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2184> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q153704>. }
ASK WHERE { wd:Q41726 wdt:P2184 wd:Q153704 }
[]
[]
boolean one_hop right subgraph
Ask (ent-pred-obj)
1
146
7,926
What is {date of death} of {Callimachus} that is {sourcing circumstances} is {circa} ?
When did Callimachus pass away?
When did Callimachus die?
SELECT ?h WHERE { ?z property:sourcing_circumstances resource:circa . resource:Callimachus property:date_of_death ?z . ?z property:date_of_death ?h }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q192417> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P570> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P1480> <http://wikidata.dbpedia.org/resource/Q5727902> }
SELECT ?obj WHERE { wd:Q192417 p:P570 ?s . ?s ps:P570 ?obj . ?s pq:P1480 wd:Q5727902 }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
4,371
14,807
What is {happens in} of {school attended} of {Amy Bloom} ?
While Amy Bloom is a student what happens?
who happens in of school attended of amy bloom ?
SELECT ?j WHERE { ?g property:located_in_the_administrative_territorial_entity ?j . resource:Amy_Bloom property:educated_at ?g }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q4749108> . ?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/P131> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q4749108 wdt:P69 ?X . ?X wdt:P131 ?answer}
[ "http://www.wikidata.org/entity/Q49192", "http://www.wikidata.org/entity/Q49186", "http://www.wikidata.org/entity/Q1384" ]
[ "Middletown", "Northampton", "New York" ]
left-subgraph
C RCD xD . xD RDE ?E
5
23,633
6,899
What is {award received} of {Henri La Fontaine} that is {prize money} is {143010.0} ?
The award that had a prize of 143010.0 was which award that Henri La Fontaine received?
Henri La Fontaine received which award which had a prize money of 143010.0?
SELECT ?q WHERE { ?a property:prize_money ?v . ?a property:award_received ?q . FILTER ( CONTAINS ( ?v , '143010.0' ) ) . resource:Henri_La_Fontaine property:award_received ?a }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q190894> . ?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/P2121> <143010.0> }
SELECT ?obj WHERE { wd:Q190894 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P2121 ?x filter(contains(?x , '143010.0')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
3,344
23,702
Give me {childbirth} that contains the word {jesus} in their name
Let me know childbirth whose title has the word jesus in it.
Tell me childbirth whose name has the word jesus in it.
SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( LCASE ( ?q ) , 'jesus' ) ) . ?q rdf:type ontology:childbirth }
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/Q34581>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'jesus')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q34581 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'jesus')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q51628", "Nativity of Jesus" ]
[ "Nativity of Jesus", "Nativity of Jesus" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
2,847
29,199
What is <eWRC-results.com racer ID> of <Sébastien Ogier> ?
[]
Which is the eWRC-results.com racer ID for Sébastien Ogier?
SELECT DISTINCT ?i WHERE { resource:Sébastien_Ogier property:eWRC-results.com_racer_ID ?i }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q368793> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3927> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q368793 wdt:P3927 ?answer}
[]
[]
center
E REF ?F
1.1
3,496
10,891
What is {elected in} and {end cause} of {{John Hume} has {position held} as {Member of the 53rd Parliament of the United Kingdom}}
What position did John Hume hold, when was once he elected, and what function did he hold in the 53rd Parliament of the United Kingdom?
What position did John Hume hold, when was he elected, and what position did he hold in the 53rd Parliament of the United Kingdom?
SELECT ?c ?e WHERE { ?o property:end_cause ?e . resource:John_Hume property:position_held ?o . ?o property:position_held resource:Member_of_the_53rd_Parliament_of_the_United_Kingdom . ?o property:elected_in ?c }
select distinct ?value1 ?value2 where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q193630> . ?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/Q35921591>. ?statement <http://www.wikidata.org/entity/P580> ?value1 . ?statement <http://www.wikidata.org/entity/P2842> ?value2 }
SELECT ?value1 ?value2 WHERE { wd:Q193630 p:P39 ?s . ?s ps:P39 wd:Q35921591 . ?s pq:P2715 ?value1 . ?s pq:P1534 ?value2 }
[]
[]
[]
[]
2
1,358
28,344
What is <HTML entity> of <diamond> ?
[]
Which is the HTML entity for diamond?
SELECT DISTINCT ?n WHERE { resource:diamond property:HTML_entity ?n }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q5283> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P4575> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q5283 wdt:P4575 ?answer}
[ "&diams;" ]
[ "&diams;" ]
center
E REF ?F
1.1
2,641
28,582
What is <retirement age> of <Latvia> ?
[]
WHAT IS THE RETIREMENT AGE OF LATVIA
SELECT DISTINCT ?x WHERE { resource:Latvia property:retirement_age ?x }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q211> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3001> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q211 wdt:P3001 ?answer}
[ "62.5" ]
[ "62.5" ]
center
E REF ?F
1.1
2,879
1,087
How many {occupation} are for {Nancy Cartwright} ?
Nancy Cartwright has what number of occupations?
How many occupations does Nancy Cartwright have?
SELECT ( COUNT ( ?c ) AS ?t ) { resource:Nancy_Cartwright property:occupation ?c }
SELECT (COUNT(?obj) AS ?objs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q229211> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P106> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . }
SELECT (COUNT(?obj) AS ?value ) { wd:Q229211 wdt:P106 ?obj }
[ "3" ]
[ "3" ]
statement_property
Count Obj (ent-pred-obj)
Count_1
87
6,569
what is the {start time} for {South Africa} has {head of state} as {Jacob Zuma} ?
On what date did Jacob Zume become the head of state for South Africa?
When did Jacob Zume become the head of state for South Africa?
SELECT ?e WHERE { ?n property:head_of_state resource:Jacob_Zuma . ?n property:start_time ?e . resource:South_Africa property:head_of_state ?n }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q258> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P35> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q57282> . ?statement <http://www.wikidata.org/entity/P580> ?value. }
SELECT ?value WHERE { wd:Q258 p:P35 ?s . ?s ps:P35 wd:Q57282 . ?s pq:P580 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
3,014
6,789
what is the {point in time} for {Edmonton} has {population} as {932546} ?
What was the time during which Edmonton had a population of 932546?
Which year did Edmonton had a population of 932546?
SELECT ?k WHERE { resource:Edmonton property:population ?s . ?s property:point_in_time ?k . FILTER ( ?z = 932546 ) . ?s property:population ?z }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2096> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1082> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <932546> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
SELECT ?value WHERE { wd:Q2096 p:P1082 ?s . ?s ps:P1082 ?x filter(contains(?x , '932546')) . ?s pq:P585 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
3,234
2,479
What is the {English units of measurement} with the {MAX(conversion to SI unit)} ?
What unit of measurement has the highest conversion to an SI unit?
Which English unit of measurement has the highest conversion to an SI unit?
SELECT ?z WHERE { ?z property:conversion_to_SI_unit ?h . ?z rdf:type ontology:English_unit_of_measurement }
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q16782623>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?ent . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2370>. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj .} ORDER BY DESC(?obj) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q16782623 . ?ent wdt:P2370 ?obj } ORDER BY DESC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q81292", "http://www.wikidata.org/entity/Q253276", "http://www.wikidata.org/entity/Q1165588", "http://www.wikidata.org/entity/Q6502423", "http://www.wikidata.org/entity/Q6502030" ]
[ "acre", "mile", "rod", "fathom", "cubit" ]
rank
?E is_a Type, ?E pred Obj value. MAX/MIN (value)
Rank1
55
4,834
What is {inflation rate} of {Senegal} that is {point in time} is {2016-1-1} ?
In 2016 what was the invlation rate for Senegal?
What was Senegal’s inflation rate in 2016?
SELECT ?l WHERE { resource:Senegal property:inflation_rate ?o . FILTER ( CONTAINS ( YEAR ( ?e ) , '2016' ) ) . ?o property:point_in_time ?e . ?o property:inflation_rate ?l }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1041> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1279> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P585> <2016-1-1> }
SELECT ?obj WHERE { wd:Q1041 p:P1279 ?s . ?s ps:P1279 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'2016')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
1,279
29,435
What is <Lafonoteca artist ID> of <Miguel Bosé> ?
[]
What is Miguel Bose's Lafonoteca artist ID?
SELECT DISTINCT ?x WHERE { resource:Miguel_Bosé property:Lafonoteca_artist_ID ?x }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q356762> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P5295> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q356762 wdt:P5295 ?answer}
[]
[]
center
E REF ?F
1.1
3,732
23,180
Give me {video game genre} that contains the word {video} in their name
What kind of video game that contains the word video in its name
which video game genre that contains the word video in their name
SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:video_game_genre . FILTER ( CONTAINS ( LCASE ( ?k ) , 'video' ) ) }
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/Q659563>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'video')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q659563 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'video')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q63243980", "pool video game", "http://www.wikidata.org/entity/Q63645033", "sumo wrestling video game", "http://www.wikidata.org/entity/Q63465202", "handball video game", "http://www.wikidata.org/entity/Q63466098", "hockey video game", "http://www.wikidata.org/entity/Q63644993", "cycling video game", "http://www.wikidata.org/entity/Q63645022", "judo video game", "http://www.wikidata.org/entity/Q744038", "role-playing video game", "http://www.wikidata.org/entity/Q868217", "sports video game", "http://www.wikidata.org/entity/Q860750", "racing video game", "http://www.wikidata.org/entity/Q472055", "strategy video game", "http://www.wikidata.org/entity/Q1224999", "educational video game", "http://www.wikidata.org/entity/Q584105", "music video game", "http://www.wikidata.org/entity/Q54767", "puzzle video game", "http://www.wikidata.org/entity/Q63914800", "darts video game", "http://www.wikidata.org/entity/Q63645079", "karate video game", "http://www.wikidata.org/entity/Q63914602", "curling video game", "http://www.wikidata.org/entity/Q63914753", "air racing video game", "http://www.wikidata.org/entity/Q63915290", "canadian football video game", "http://www.wikidata.org/entity/Q63645108", "martial arts video game", "http://www.wikidata.org/entity/Q63915391", "american football video game", "http://www.wikidata.org/entity/Q63915162", "dodgeball video game", "http://www.wikidata.org/entity/Q63914927", "stunt racing video game", "http://www.wikidata.org/entity/Q63645120", "athletics video game", "http://www.wikidata.org/entity/Q63915027", "basketball video game", "http://www.wikidata.org/entity/Q63645039", "mixed martial arts video game" ]
[ "pool video game", "pool video game", "sumo wrestling video game", "sumo wrestling video game", "handball video game", "handball video game", "hockey video game", "hockey video game", "cycling video game", "cycling video game", "judo video game", "judo video game", "role-playing video game", "role-playing video game", "sports video game", "sports video game", "racing video game", "racing video game", "strategy video game", "strategy video game", "educational video game", "educational video game", "music video game", "music video game", "puzzle video game", "puzzle video game", "darts video game", "darts video game", "karate video game", "karate video game", "curling video game", "curling video game", "air racing video game", "air racing video game", "canadian football video game", "canadian football video game", "martial arts video game", "martial arts video game", "american football video game", "american football video game", "dodgeball video game", "dodgeball video game", "stunt racing video game", "stunt racing video game", "athletics video game", "athletics video game", "basketball video game", "basketball video game", "mixed martial arts video game", "mixed martial arts video game" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
1,135
10,481
What is {start time} and {place of marriage} of {{Victor Hugo} has {spouse} as {Adèle Foucher}}
When and the place did Victor Hugo marry his spouse, Adele Foucher?
When and where did Victor Hugo marry his spouse, Adele Foucher?
SELECT ?a ?o WHERE { ?j property:place_of_marriage ?o . ?j property:start_time ?a . resource:Victor_Hugo property:spouse ?j . ?j property:spouse resource:Adèle_Foucher }
select distinct ?value1 ?value2 where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q535> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P26> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2825429>. ?statement <http://www.wikidata.org/entity/P580> ?value1 . ?statement <http://www.wikidata.org/entity/P2842> ?value2 }
SELECT ?value1 ?value2 WHERE { wd:Q535 p:P26 ?s . ?s ps:P26 wd:Q2825429 . ?s pq:P580 ?value1 . ?s pq:P2842 ?value2 }
[]
[]
[]
[]
2
530
10,377
What is {point in time} and {winner} of {{Watership Down} has {award received} as {Carnegie Medal}}
On what year did Watership Down win the Carnegie Medal?
When did the book Watership Down earn the Carnegie Medal?
SELECT ?i ?u WHERE { ?a property:winner ?u . ?a property:award_received resource:Carnegie_Medal . resource:Watership_Down property:award_received ?a . ?a property:point_in_time ?i }
select distinct ?value1 ?value2 where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q936801> . ?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/Q1043985>. ?statement <http://www.wikidata.org/entity/P580> ?value1 . ?statement <http://www.wikidata.org/entity/P2842> ?value2 }
SELECT ?value1 ?value2 WHERE { wd:Q936801 p:P166 ?s . ?s ps:P166 wd:Q1043985 . ?s pq:P585 ?value1 . ?s pq:P1346 ?value2 }
[]
[]
[]
[]
2
312
17,953
What is {published in journal} of {citation} of {Strategies for reporting health plan performance information to consumers: evidence from controlled studies.} ?
What reference is distributed in the diary of Strategies for announcing wellbeing plan execution data to buyers; proof from controlled investigations?
What citation is published in the journal of Strategies for reporting health plan performance information to consumers; evidence from controlled studies?
SELECT ?z WHERE { resource:Strategies_for_reporting_health_plan_performance_information_to_consumers:_evidence_from_controlled_studies. property:cites_work ?m . ?m property:published_in ?z }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q34520285> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2860>. ?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/P1433> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q34520285 wdt:P2860 ?X . ?X wdt:P1433 ?answer}
[]
[]
left-subgraph
C RCD xD . xD RDE ?E
5
12
22,545
What is the {dwarf spheroidal galaxy} for {parent astronomical body} of {Andromeda Galaxy}
What is the predominate spheroidal system of the Andromeda Galaxy?
What is the dwarf spheroidal galaxy of the Andromeda Galaxy?
SELECT DISTINCT ?r WHERE { ?r property:parent_astronomical_body resource:Andromeda_Galaxy . ?r rdf:type ontology:dwarf_spheroidal_galaxy }
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/P397> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2469> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q654754> }
select distinct ?sbj where { ?sbj wdt:P397 wd:Q2469 . ?sbj wdt:P31 wd:Q654754 }
[ "http://www.wikidata.org/entity/Q287905", "http://www.wikidata.org/entity/Q493581", "http://www.wikidata.org/entity/Q587807", "http://www.wikidata.org/entity/Q779522", "http://www.wikidata.org/entity/Q1186558", "http://www.wikidata.org/entity/Q1656479", "http://www.wikidata.org/entity/Q2259795", "http://www.wikidata.org/entity/Q2704275", "http://www.wikidata.org/entity/Q2704510", "http://www.wikidata.org/entity/Q2727447", "http://www.wikidata.org/entity/Q4759486", "http://www.wikidata.org/entity/Q4759484", "http://www.wikidata.org/entity/Q9151363", "http://www.wikidata.org/entity/Q9151366", "http://www.wikidata.org/entity/Q9151369", "http://www.wikidata.org/entity/Q9151374", "http://www.wikidata.org/entity/Q11685798", "http://www.wikidata.org/entity/Q11685797", "http://www.wikidata.org/entity/Q24451226" ]
[ "Andromeda II", "NGC 147", "Andromeda XXI", "Andromeda IX", "Cassiopeia Dwarf", "Pegasus Dwarf Spheroidal Galaxy", "Andromeda VIII", "Andromeda III", "Andromeda V", "Andromeda I", "Andromeda X", "Andromeda XXII", "Andromeda XII", "Andromeda XIII", "Andromeda XVIII", "Andromeda XXIII", "Andromeda XIV", "Andromeda XI", "Andromeda XV" ]
simple question left
<?S P O ; ?S InstanceOf Type>
2
3,606
18,075
Does the {semi-major axis} of the {6635 Zuber} {greater than} {1.51193832}
Is the semi-major hub of 6635 Zuber more noteworthy than 1.51193832?
Is the semi-major axis of 6635 Zuber greater than 1.51193832?
ASK WHERE { FILTER ( ?b > 1.51193832 ) . resource:6635_Zuber property:semi-major_axis_of_an_orbit ?b }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q80489> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2233>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj > 1.51193832) }
ASK WHERE { wd:Q80489 wdt:P2233 ?obj filter(?obj > 1.51193832) }
[]
[]
boolean with filter
ASK ?sbj ?pred ?obj filter ?obj = num
3
93
9,324
what is the {of} for {Knights Templar} has {dissolved, abolished or demolished} as {1312-3-22} ?
Why was Knights Templar destroyed in 1312?
Give the reason for Knights Templar demolished in the year 1312?
SELECT ?g WHERE { ?y property:dissolved,_abolished_or_demolished_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '1312' ) ) . ?y property:of ?g . resource:Knights_Templar property:dissolved,_abolished_or_demolished_date ?y }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q41300> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P576> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <1312-3-22> . ?statement <http://www.wikidata.org/entity/P642> ?value. }
SELECT ?value WHERE { wd:Q41300 p:P576 ?s . ?s ps:P576 ?x filter(contains(YEAR(?x),'1312')) . ?s pq:P642 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
5,769
13,077
What is {studied at} of {Hubert Dreyfus}, that has {colour} is {crimson} ?
Hubert Dreyfus studied at which university where the school's main color is crimson?
Hubert Dreyfus studied at which college where the school's primary colour is crimson?
SELECT ?d WHERE { resource:Hubert_Dreyfus property:educated_at ?d . ?d property:color resource:crimson }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q971585> . ?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> ?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/P462> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q303826> . }
SELECT ?answer WHERE { wd:Q971585 wdt:P69 ?answer . ?answer wdt:P462 wd:Q303826}
[]
[]
right-subgraph
E REF ?F . ?F RFG G
1
661
1,791
How many {nominated for} are to/by {Palme d'Or} ?
Palme d'Or was nominated for how many awards?
How many awards were the Palme d'Or nominated for?
SELECT ( COUNT ( ?x ) AS ?h ) { ?x property:nominated_for resource:Palme_d'Or }
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/P1411> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> http://wikidata.dbpedia.org/resource/Q179808 . }
SELECT (COUNT(?sub) AS ?value ) { ?sub wdt:P1411 wd:Q179808 }
[ "13" ]
[ "13" ]
statement_property
Count ent (ent-pred-obj)
Count_2
1,135
3,677
what is the {determination method} for {kerosene} has {flash point} as {162.0} ?
Which was the determination method for kerosene in flash point 162.0?
In flash point 162.0 what was the determination method for kerosene?
SELECT ?g WHERE { resource:kerosene property:flash_point ?w . FILTER ( ?u = 162.0 ) . ?w property:determination_method ?g . ?w property:flash_point ?u }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q76904> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2128> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <162.0> . ?statement <http://www.wikidata.org/entity/P459> ?value. }
SELECT ?value WHERE { wd:Q76904 p:P2128 ?s . ?s ps:P2128 ?x filter(contains(?x , '162.0')) . ?s pq:P459 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
122
8,767
What is {award received} of {Arthur C. Clarke} that is {for work} is {Rendezvous with Rama} ?
The award Arthur C.Clarke received for his Rendezvous with Rama?
What is award received of Arthur C. Clarke that is work is Rendezvous with Rama ?
SELECT ?x WHERE { resource:Arthur_C._Clarke property:award_received ?h . ?h property:award_received ?x . ?h property:for_work resource:Rendezvous_with_Rama }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q47087> . ?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/P1686> <http://wikidata.dbpedia.org/resource/Q741222> }
SELECT ?obj WHERE { wd:Q47087 p:P166 ?s . ?s ps:P166 ?obj . ?s pq:P1686 wd:Q741222 }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
5,212
23,661
Give me {Wikimedia disambiguation page} that contains the word {zhou} in their name
Tell me the disambiguation page of Wikimedia whose name contains the word zhou.
Tell me Wikimedia disambiguation page whose name has the word zhou in it.
SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:Wikimedia_disambiguation_page . FILTER ( CONTAINS ( LCASE ( ?b ) , 'zhou' ) ) }
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/Q4167410>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zhou')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q4167410 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'zhou')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q29056", "Zhou", "http://www.wikidata.org/entity/Q24809", "Taizhou", "http://www.wikidata.org/entity/Q197521", "Zhaozhou", "http://www.wikidata.org/entity/Q361287", "Suzhou", "http://www.wikidata.org/entity/Q398540", "Fuzhou", "http://www.wikidata.org/entity/Q411431", "Shenzhou", "http://www.wikidata.org/entity/Q413207", "Haizhou", "http://www.wikidata.org/entity/Q424850", "Xiangzhou", "http://www.wikidata.org/entity/Q443270", "Yuanzhou", "http://www.wikidata.org/entity/Q444587", "Yinzhou District", "http://www.wikidata.org/entity/Q445424", "Tongzhou", "http://www.wikidata.org/entity/Q446938", "Jingzhou", "http://www.wikidata.org/entity/Q812667", "Bazhou", "http://www.wikidata.org/entity/Q851442", "Huizhou", "http://www.wikidata.org/entity/Q898438", "Xinzhou", "http://www.wikidata.org/entity/Q1062188", "Changzhou", "http://www.wikidata.org/entity/Q1074640", "Jinzhou", "http://www.wikidata.org/entity/Q1176394", "Ganzhou", "http://www.wikidata.org/entity/Q1208465", "Yuzhou", "http://www.wikidata.org/entity/Q1208943", "Jizhou", "http://www.wikidata.org/entity/Q1306248", "Chaozhou", "http://www.wikidata.org/entity/Q1472456", "Meizhou", "http://www.wikidata.org/entity/Q1688906", "Jiaozhou", "http://www.wikidata.org/entity/Q1903954", "Quanzhou", "http://www.wikidata.org/entity/Q2370204", "Suzhou He" ]
[ "Zhou", "Zhou", "Taizhou", "Taizhou", "Zhaozhou", "Zhaozhou", "Suzhou", "Suzhou", "Fuzhou", "Fuzhou", "Shenzhou", "Shenzhou", "Haizhou", "Haizhou", "Xiangzhou", "Xiangzhou", "Yuanzhou", "Yuanzhou", "Yinzhou District", "Yinzhou District", "Tongzhou", "Tongzhou", "Jingzhou", "Jingzhou", "Bazhou", "Bazhou", "Huizhou", "Huizhou", "Xinzhou", "Xinzhou", "Changzhou", "Changzhou", "Jinzhou", "Jinzhou", "Ganzhou", "Ganzhou", "Yuzhou", "Yuzhou", "Jizhou", "Jizhou", "Chaozhou", "Chaozhou", "Meizhou", "Meizhou", "Jiaozhou", "Jiaozhou", "Quanzhou", "Quanzhou", "Suzhou He", "Suzhou He" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
167
9,745
What is the {named after} and the {child astronomical body} of {Andromeda_Galaxy} ?
Who is the child astronomical body of Andromeda_Galaxy named after?
What is the named after and the child astronomical body of Andromeda_Galaxy ?
SELECT ?l ?t WHERE { resource:Andromeda_Galaxy property:named_after ?l . resource:Andromeda_Galaxy property:child_astronomical_body ?t }
SELECT ?ans_1 ?ans_2 WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q2469> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P138> . ?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/Q2469> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P398> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?ans_2. }
SELECT ?ans_1 ?ans_2 WHERE { wd:Q2469 wdt:P138 ?ans_1 . wd:Q2469 wdt:P398 ?ans_2 }
[ "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q4662", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q13720", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q13724", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q287905", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q490334", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q493581", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q587807", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q779522", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q1186558", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q1656479", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q2025704", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q2259795", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q2704275", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q2704510", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q2727447", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q3249403", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q4759484", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q4759486", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q9151363", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q9151366", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q9151369", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q9151374", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q11685797", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q11685798", "http://www.wikidata.org/entity/Q9256", "http://www.wikidata.org/entity/Q11685799" ]
[ "Andromeda", "Messier 110", "Andromeda", "Messier 32", "Andromeda", "Triangulum Galaxy", "Andromeda", "Andromeda II", "Andromeda", "NGC 185", "Andromeda", "NGC 147", "Andromeda", "Andromeda XXI", "Andromeda", "Andromeda IX", "Andromeda", "Cassiopeia Dwarf", "Andromeda", "Pegasus Dwarf Spheroidal Galaxy", "Andromeda", "Andromeda IV", "Andromeda", "Andromeda VIII", "Andromeda", "Andromeda III", "Andromeda", "Andromeda V", "Andromeda", "Andromeda I", "Andromeda", "Andromeda XIX", "Andromeda", "Andromeda XXII", "Andromeda", "Andromeda X", "Andromeda", "Andromeda XII", "Andromeda", "Andromeda XIII", "Andromeda", "Andromeda XVIII", "Andromeda", "Andromeda XXIII", "Andromeda", "Andromeda XI", "Andromeda", "Andromeda XIV", "Andromeda", "Andromeda XX" ]
two intentions right subgraph
select where (ent-pred-obj1 . ent-pred-obj2)
1
36
15,911
What is {has local government areas} of {subitem of} of {history of Vietnam} ?
What place are the archives of Vietnam situated?
Where are the archives of Vietnam located?
SELECT ?v WHERE { resource:history_of_Vietnam property:facet_of ?b . ?b property:contains_administrative_territorial_entity ?v }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q212913> . ?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 . }
SELECT ?answer WHERE { wd:Q212913 wdt:P1269 ?X . ?X wdt:P150 ?answer}
[]
[]
right-subgraph
E REF xF . xF RFG ?G
2
748
1,585
How many {editor} are for {Vogue} ?
How many individuals act as editors for the magazine Vogue?
How many editors are there for Vogue magazine?
SELECT ( COUNT ( ?r ) AS ?g ) { resource:British_Vogue property:editor ?r }
SELECT (COUNT(?obj) AS ?objs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q6351976> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P98> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . }
SELECT (COUNT(?obj) AS ?value ) { wd:Q6351976 wdt:P98 ?obj }
[ "10" ]
[ "10" ]
statement_property
Count Obj (ent-pred-obj)
Count_1
585
12,928
What is {claimed by} of {Ross Dependency}, that has {total fertility rate} is {2.19} ?
What is claimed by Ross Reliance whose add up to richness rate is 2.19?
What is claimed by Ross Dependency whose total fertility rate is 2.19?
SELECT ?q WHERE { FILTER ( ?q = 2.19 ) . ?q property:total_fertility_rate ?q . resource:Ross_Dependency property:territory_claimed_by ?q }
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> . }
SELECT ?answer WHERE { wd:Q203073 wdt:P1336 ?answer . ?answer wdt:P4841 ?x FILTER(contains(?x , '2.19'))}
[]
[]
right-subgraph
E REF ?F . ?F RFG G
1
627
8,537
what is the {character role} for {Super Smash Bros. Melee} has {voice actor} as {Nobuyuki Hiyama} ?
Who voices Nobuyuki Hiyami in Super Smash brothers melee?
Who is the voice actor of Super Smash Bros Melee in the character role of Nobuyuki Hiyama?
SELECT ?u WHERE { ?w property:voice_actor resource:Nobuyuki_Hiyama . resource:Super_Smash_Bros._Melee property:voice_actor ?w . ?w property:character_role ?u }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1052131> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P725> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2273472> . ?statement <http://www.wikidata.org/entity/P453> ?value. }
SELECT ?value WHERE { wd:Q1052131 p:P725 ?s . ?s ps:P725 wd:Q2273472 . ?s pq:P453 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
4,982
23,987
Give me {asymmetric warfare} that contains the word {drug} in their name
t me know hilter kilter fighting whose title has the word sedate in it.
Tell me asymmetric warfare whose name has the word drug in it.
SELECT DISTINCT ?r WHERE { FILTER ( CONTAINS ( LCASE ( ?r ) , 'drug' ) ) . ?r rdf:type ontology:asymmetric_warfare }
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/Q752673>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'drug')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q752673 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'drug')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q475678", "Mexican Drug War" ]
[ "Mexican Drug War", "Mexican Drug War" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
120
10,465
What is {number of matches played} and {number of points/goals/set scored} of {{Roberto Baggio} has {member of sports team} as {Bologna F.C. 1909}}
State the number of matches Roberto Baggio played for Bologna F.C. 1909 and the number of goals he scored.
How many matches did Roberto Baggio play for Bologna F.C. 1909, and how many goals did he score?
SELECT ?o ?m WHERE { ?h property:number_of_points/goals/set_scored ?m . resource:Roberto_Baggio property:member_of_sports_team ?h . ?h property:member_of_sports_team resource:Bologna_FC_1909 . ?h property:number_of_matches_played/races/starts ?o }
select distinct ?value1 ?value2 where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q67964> . ?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/Q1893>. ?statement <http://www.wikidata.org/entity/P580> ?value1 . ?statement <http://www.wikidata.org/entity/P2842> ?value2 }
SELECT ?value1 ?value2 WHERE { wd:Q67964 p:P54 ?s . ?s ps:P54 wd:Q1893 . ?s pq:P1350 ?value1 . ?s pq:P1351 ?value2 }
[]
[]
[]
[]
2
498
18,407
Does the {maximum temperature record} of the {Massachusetts} {equals} {107}
Was the 107 the hottest temperature ever recorded in Massachusetts?
Is it true that the maximum temperature record of the Massachusetts equals to 107?
ASK WHERE { FILTER ( ?u = 107 ) . resource:Massachusetts property:maximum_temperature_record ?u }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q771> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P6591>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 107) }
ASK WHERE { wd:Q771 wdt:P6591 ?obj filter(?obj = 107) }
[]
[]
boolean with filter
ASK ?sbj ?pred ?obj filter ?obj = num
3
425
12,417
What is {founders} of {Confucianism}, that has {kids} is {Kong Li} ?
Give me the name of the confucianism founder kid Kong Li.
Who is the founder of Confucianism, whose kid is Kong Li?
SELECT ?w WHERE { resource:Confucianism property:founded_by ?w . ?w property:child resource:Kong_Li }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q9581> . ?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/P40> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q7240164> . }
SELECT ?answer WHERE { wd:Q9581 wdt:P112 ?answer . ?answer wdt:P40 wd:Q7240164}
[ "http://www.wikidata.org/entity/Q4604" ]
[ "Confucius" ]
right-subgraph
E REF ?F . ?F RFG G
1
59
5,783
what is the {temperature} for {2,4,6-trinitrotoluene} has {density} as {1.65} ?
what is the {temperature} for {2,4,6-trinitrotoluene} which has {thickness} as {1.65} ?
what is the {temperature} for {2,4,6-trinitrotoluene} which has {density} as {1.65} ?
SELECT ?u WHERE { ?q property:density ?r . ?q property:temperature ?u . FILTER ( CONTAINS ( ?r , '1.65' ) ) . resource:TNT property:density ?q }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q170167> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2054> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <1.65> . ?statement <http://www.wikidata.org/entity/P2076> ?value. }
SELECT ?value WHERE { wd:Q170167 p:P2054 ?s . ?s ps:P2054 ?x filter(contains(?x , '1.65')) . ?s pq:P2076 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
2,228
9,031
what is the {end time} for {Titian} has {work location} as {Augsburg} ?
When does Titian stop working at Augsburg?
what is the end time for Titian has a work location as Augsburg ?
SELECT ?x WHERE { resource:Titian property:work_location ?u . ?u property:work_location resource:Augsburg . ?u property:end_time ?x }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q47551> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P937> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2749> . ?statement <http://www.wikidata.org/entity/P582> ?value. }
SELECT ?value WHERE { wd:Q47551 p:P937 ?s . ?s ps:P937 wd:Q2749 . ?s pq:P582 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
5,476
23,175
Give me {field of study} that contains the word {technology} in their name
Tell me the study field whose name contains the word technology.
Tell me field of study whose name has the word technology in it.
SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:field_of_study . FILTER ( CONTAINS ( LCASE ( ?g ) , 'technology' ) ) }
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/Q2267705>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'technology')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2267705 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'technology')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q3475787", "Science and technology of physical and sporting activities" ]
[ "Science and technology of physical and sporting activities", "Science and technology of physical and sporting activities" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
595
25,752
What is <has facility> of <Hartsfield–Jackson Atlanta International Airport> ?
[]
What facilities does the Hartsfield-Jackson Atlanta International Airport have?
SELECT DISTINCT ?d WHERE { resource:Hartsfield–Jackson_Atlanta_International_Airport property:has_facility ?d }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q214861> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P912> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q214861 wdt:P912 ?answer}
[]
[]
center
E REF ?F
1.1
49
25,542
Give me {mineral variety} that {crystal system} {trigonal crystal system} and which that starts with {'s'}
What mineral variety is in the Trigonal Crystal System and begins with the letter "s"?
What mineral variety is in the Trigonal Crystal System and starts with the letter "s"?
SELECT DISTINCT ?g WHERE { ?g property:crystal_system resource:trigonal_crystal_system . ?g rdf:type ontology:mineral_variety . FILTER ( STRSTARTS ( LCASE ( ?g ) , 's' ) ) }
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/Q429795>. ?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/P556> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q588274>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q429795 . ?sbj wdt:P556 wd:Q588274 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 's')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q127583", "sapphire" ]
[ "sapphire", "sapphire" ]
string matching type + relation contains word
<?S P O ; ?S instanceOf Type ; starts with character >
4
2,224
96
Did {Srinivasa_Ramanujan} {field of work} {number theory}?
Did Srinivasa Ramanujan do number theory?
Was Srinivasa Ramanujan's field of work number theory?
ASK WHERE { resource:Srinivasa_Ramanujan property:field_of_work resource:number_theory }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q83163> . ?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> <http://wikidata.dbpedia.org/resource/Q12479>. }
ASK WHERE { wd:Q83163 wdt:P101 wd:Q12479 }
[]
[]
boolean one_hop right subgraph
Ask (ent-pred-obj)
1
96
17,573
What is {seat} of {label} of {Melting the Crown} ?
What name discharged the collection Dissolving the Crown?
What label released the album Melting the Crown?
SELECT ?j WHERE { resource:Melting_the_Crown property:record_label ?a . ?a property:headquarters_location ?j }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q20081317> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P264>. ?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/P159> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q20081317 wdt:P264 ?X . ?X wdt:P159 ?answer}
[ "http://www.wikidata.org/entity/Q16555" ]
[ "Houston" ]
left-subgraph
C RCD xD . xD RDE ?E
5
7,223
13,018
What is {is in the voivodeship of} of {canals of Amsterdam}, that has {Q48460} is {2--492352} ?
What is in the voivodeship of canals of Amsterdam, that has Q48460 is 2--492352?
What is in the voivodeship of canals of Amsterdam, that has Q48460 is 2--492352?
SELECT ?g WHERE { FILTER ( CONTAINS ( ?x , '2--492352' ) ) . ?g property:Dewey_Decimal_Classification ?x . resource:canals_of_Amsterdam property:located_in_the_administrative_territorial_entity ?g }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q340013> . ?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> ?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/P1036> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <2--492352> . }
SELECT ?answer WHERE { wd:Q340013 wdt:P131 ?answer . ?answer wdt:P1036 ?x FILTER(contains(?x , '2--492352'))}
[]
[]
right-subgraph
E REF ?F . ?F RFG G
1
382
13,312
What is {parent} of {Fernando Pessoa}, that has {Christian name} is {Joaquim} ?
Which parent of Fernando Pessoa is named Joaquim?
Which parent of Fernando Pessoa is named Joaquim?
SELECT ?g WHERE { ?g property:given_name resource:Joaquim . resource:Fernando_Pessoa property:father ?g }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q173481> . ?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> ?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/P735> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q18115086> . }
SELECT ?answer WHERE { wd:Q173481 wdt:P22 ?answer . ?answer wdt:P735 wd:Q18115086}
[ "http://www.wikidata.org/entity/Q10307501" ]
[ "Joaquim de Seabra Pessoa" ]
right-subgraph
E REF ?F . ?F RFG G
1
3,512
11,941
What is {founder} of {Cricket World Cup}, that has {has states} is {North East England} ?
Cricket World Cup of North East England was founded by who?
Who is the founder of the Cricket World Cup from North East England?
SELECT ?a WHERE { ?a property:contains_administrative_territorial_entity resource:North_East_England . resource:Cricket_World_Cup property:founded_by ?a }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q192202> . ?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/P150> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q47983> . }
SELECT ?answer WHERE { wd:Q192202 wdt:P112 ?answer . ?answer wdt:P150 wd:Q47983}
[ "http://www.wikidata.org/entity/Q21" ]
[ "England" ]
right-subgraph
E REF ?F . ?F RFG G
1
91
23,770
Give me {people} that contains the word {wuhuan} in their name
Which individuals contains the word wuhuan in their name
Which people contains the word wuhuan in their name
SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:people . FILTER ( CONTAINS ( LCASE ( ?j ) , 'wuhuan' ) ) }
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/Q2472587>. ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wuhuan')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q2472587 . ?sbj rdfs:label ?sbj_label . FILTER(CONTAINS(lcase(?sbj_label), 'wuhuan')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[ "http://www.wikidata.org/entity/Q1269374", "Wuhuan" ]
[ "Wuhuan", "Wuhuan" ]
string matching simple contains word
<?S P O ; ?S instanceOf Type ; contains word >
1
923
12,855
What is {developed by} of {ARM architecture}, that has {end date} is {2000-11-1} ?
What is ARM engineering creating with an conclusion date of 2000-11-1?
What is ARM architecture developing with an end date of 2000-11-1?
SELECT ?j WHERE { resource:ARM_architecture property:developer ?j . FILTER ( CONTAINS ( YEAR ( ?p ) , '2000' ) ) . ?j property:dissolved,_abolished_or_demolished_date ?p }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q16980> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P178>. ?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/P576> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <2000-11-1> . }
SELECT ?answer WHERE { wd:Q16980 wdt:P178 ?answer . ?answer wdt:P576 ?x FILTER(contains(YEAR(?x),'2000'))}
[ "http://www.wikidata.org/entity/Q342149" ]
[ "Acorn Computers" ]
right-subgraph
E REF ?F . ?F RFG G
1
295
2,902
What is the {Velká pardubická} with the {MAX(race time)} whose {sponsor} is {Česká pojišťovna} ?
Name of the Velká pardubická sponsored with the longest race time by Česká pojišÿovna?
Name the Velká pardubická sponsored by Česká pojišťovna with the longest race time ?
SELECT ?s WHERE { ?s property:sponsor resource:Generali_Česká_pojišťovna . ?s rdf:type ontology:Velká_pardubická . ?s property:race_time ?u }
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q1701273>. ?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/P2781>. ?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/P859> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q11283119> . } ORDER BY DESC(?obj1) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q1701273 . ?ent wdt:P2781 ?obj . ?ent wdt:P859 wd:Q11283119 } ORDER BY DESC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q11878810", "http://www.wikidata.org/entity/Q11878819", "http://www.wikidata.org/entity/Q11878818", "http://www.wikidata.org/entity/Q11878821" ]
[ "Velká pardubická 1997", "Velká pardubická 2002", "Velká pardubická 2001", "Velká pardubická 2003" ]
rank
?E is_a Type. ?E pred Obj. ?E-secondClause value. MAX (value)
Rank2
101
1,105
How many {founded by} are for {Oprah Winfrey} ?
Tell me how many things are founded by Oprah Winfrey.
How many things are founded by Oprah Winfrey?
SELECT ( COUNT ( ?n ) AS ?h ) { resource:Oprah_Winfrey property:founded_by ?n }
SELECT (COUNT(?obj) AS ?objs ) { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q55800> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P112> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . }
SELECT (COUNT(?obj) AS ?value ) { wd:Q55800 wdt:P112 ?obj }
[ "0" ]
[ "0" ]
statement_property
Count Obj (ent-pred-obj)
Count_1
105
21,856
What is the {painting} for {inspired by} of {Catholic Church}
What are the titles of the paintings for which the Catholic Church was a source of inspiration?
Which paintings were inspired by the Catholic Church?
SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:painting . ?c property:inspired_by resource:Catholic_Church }
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/P941> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q9592> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q3305213> }
select distinct ?sbj where { ?sbj wdt:P941 wd:Q9592 . ?sbj wdt:P31 wd:Q3305213 }
[ "http://www.wikidata.org/entity/Q18480054", "http://www.wikidata.org/entity/Q18562182", "http://www.wikidata.org/entity/Q18562185" ]
[ "Bishop Saint and Saint Francis of Assisi", "Madonna and Christ Child with Angels and Saints Mary Magdalene, Francis, Dorothy and Anthony Abbot", "Madonna and Christ Child with Infant Saint John the Baptist and Three Angels" ]
simple question left
<?S P O ; ?S InstanceOf Type>
2
2,202
12,009
What is {twin town} of {Fes}, that has {Wikivoyage banner} is {Burkina Faso Wikivoyage banner.jpg} ?
What is in { Burkina Faso } the { twin town to Fes }?
What is the {twin town to Fes} that is in {Burkina Faso}?
SELECT ?t WHERE { resource:Fez property:twinned_administrative_body ?t . ?t property:page_banner ?m . FILTER ( CONTAINS ( ?m , 'Burkina Faso Wikivoyage banner.jpg' ) ) }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q80985> . ?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/P948> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <Burkina Faso Wikivoyage banner.jpg> . }
SELECT ?answer WHERE { wd:Q80985 wdt:P190 ?answer . ?answer wdt:P948 ?x FILTER(contains(?x , 'Burkina Faso Wikivoyage banner.jpg'))}
[]
[]
right-subgraph
E REF ?F . ?F RFG G
1
5,684
4,527
what is the {statement is subject of} for {Jacques Cousteau} has {nominated for} as {Academy Award for Best Documentary Feature} ?
What was the name of the film about Jacques Cousteau that was nominated for a Best Documentary Feature Academy Award?
What was the movie about Jacques Cousteau that was nominated for a Best Documentary Feature Academy Award?
SELECT ?z WHERE { ?v property:statement_is_subject_of ?z . resource:Jacques_Cousteau property:nominated_for ?v . ?v property:nominated_for resource:Academy_Award_for_Best_Documentary_Feature }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q83233> . ?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/Q111332> . ?statement <http://www.wikidata.org/entity/P805> ?value. }
SELECT ?value WHERE { wd:Q83233 p:P1411 ?s . ?s ps:P1411 wd:Q111332 . ?s pq:P805 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
972
22,925
What is the {protected area} for {creator} of {Frank Gehry}
Which range of arrive did Straight to the point Gehry ensure?
Which area of land did Frank Gehry protect?
SELECT DISTINCT ?o WHERE { ?o property:creator resource:Frank_Gehry . ?o rdf:type ontology:protected_area }
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/P170> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q180374> . ?subj <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q473972> }
select distinct ?sbj where { ?sbj wdt:P170 wd:Q180374 . ?sbj wdt:P31 wd:Q473972 }
[ "http://www.wikidata.org/entity/Q5318133" ]
[ "Dwight D. Eisenhower Memorial" ]
simple question left
<?S P O ; ?S InstanceOf Type>
2
3,986
13,528
What is {partner town} of {Marseille}, that has {cfsi} is {Category:Films shot in Marrakesh} ?
"Who is {partner town} of {Marseille}, which has {cfsi} is {Category:Films shot in Marrakesh} ?"
"Who is {partner town} of {Marseille}, which has {cfsi} is {Category:Films shot in Marrakesh} ?"
SELECT ?t WHERE { resource:Marseille property:twinned_administrative_body ?t . ?t property:category_for_films_shot_at_this_location resource:Category:Films_shot_in_Marrakesh }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q23482> . ?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/P1740> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q10218915> . }
SELECT ?answer WHERE { wd:Q23482 wdt:P190 ?answer . ?answer wdt:P1740 wd:Q10218915}
[ "http://www.wikidata.org/entity/Q101625" ]
[ "Marrakesh" ]
right-subgraph
E REF ?F . ?F RFG G
1
4,305
3,671
What is {pronunciation audio} of {sweet potato} that is {language of work or name} is {French} ?
Give me the pronunciation audio of sweet potato whose language of work or name is French?
What is the pronunciation audio of sweet potato whose language of work or name is French?
SELECT ?b WHERE { ?s property:pronunciation_audio ?b . resource:sweet_potato property:pronunciation_audio ?s . ?s property:language_of_work_or_name resource:French }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q37937> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P443> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P407> <http://wikidata.dbpedia.org/resource/Q150> }
SELECT ?obj WHERE { wd:Q37937 p:P443 ?s . ?s ps:P443 ?obj . ?s pq:P407 wd:Q150 }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
116
7,627
what is the {point in time} for {Karl Malone} has {award received} as {All-NBA Team} ?
The duration of Karl Malones All NBA team selection?
What is the { time point } for { Karl Malone } as { All - NBA Team }?
SELECT ?h WHERE { ?x property:point_in_time ?h . ?x property:award_received resource:All-NBA_Team . resource:Karl_Malone property:award_received ?x }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q199896> . ?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/Q674359> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
SELECT ?value WHERE { wd:Q199896 p:P166 ?s . ?s ps:P166 wd:Q674359 . ?s pq:P585 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
4,072
25,421
Give me {international association football clubs cup} that {anthem} {UEFA Champions League Anthem} and which that starts with {'c'}
What worldwide affiliation football clubs glass utilizes the UEFA Champions League Anthem and begins with the letter "c"?
What international association football clubs cup uses the UEFA Champions League Anthem and starts with the letter "c"?
SELECT DISTINCT ?u WHERE { ?u property:anthem resource:UEFA_Champions_League_Anthem . ?u rdf:type ontology:international_association_football_clubs_cup . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'c' ) ) }
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/Q34542757>. ?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/P85> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q1453101>. ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q34542757 . ?sbj wdt:P85 wd:Q1453101 . ?sbj rdfs:label ?sbj_label . FILTER(STRSTARTS(lcase(?sbj_label), 'c')) . FILTER (lang(?sbj_label) = 'en') } LIMIT 25
[]
[]
string matching type + relation contains word
<?S P O ; ?S instanceOf Type ; starts with character >
4
2,349
27,322
What is <engine configuration> of <diesel engine> ?
[]
What is engine configuration of diesel engine ?
SELECT DISTINCT ?n WHERE { ?n property:engine_configuration resource:diesel_engine }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?answer. ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1002> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q174174>. }
select distinct ?answer where { ?answer wdt:P1002 wd:Q174174}
[ "http://www.wikidata.org/entity/Q11801801" ]
[ "Pesa 218M" ]
center
?D RDE E
1.2
1,619
20,843
What is the {waterfall} for {location} of {Lewis and Clark Expedition}
What is the cascade for Lewis and Clark Expedition?
What is the waterfall for Lewis and Clark Expedition?
SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:waterfall . resource:The_Lewis_and_Clark_Expedition property:location ?i }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q505802> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P276> . ?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/Q34038> }
select distinct ?obj where { wd:Q505802 wdt:P276 ?obj . ?obj wdt:P31 wd:Q34038 }
[ "http://www.wikidata.org/entity/Q37774" ]
[ "Great Falls" ]
simple question right
<S P ?O ; ?O instanceOf Type>
1
1,189
21,848
What is the {human} for {child} of {Bernie Ecclestone}
who is the child of bernie ecclestone?
who is the child of bernie ecclestone?
SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:human . resource:Bernie_Ecclestone property:child ?j }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q172724> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P40> . ?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> }
select distinct ?obj where { wd:Q172724 wdt:P40 ?obj . ?obj wdt:P31 wd:Q5 }
[ "http://www.wikidata.org/entity/Q2465450", "http://www.wikidata.org/entity/Q7178632" ]
[ "Tamara Ecclestone", "Petra Ecclestone" ]
simple question right
<S P ?O ; ?O instanceOf Type>
1
2,194
21,300
What is the {human} for {commissioned by} of {Taj Mahal}
Who commissioned the Taj Mehal
Who commissioned the Taj Mehal
SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:human . resource:Taj_Mahal property:commissioned_by ?d }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q9141> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P88> . ?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> }
select distinct ?obj where { wd:Q9141 wdt:P88 ?obj . ?obj wdt:P31 wd:Q5 }
[ "http://www.wikidata.org/entity/Q83672" ]
[ "Shah Jahan" ]
simple question right
<S P ?O ; ?O instanceOf Type>
1
1,646
2,827
What is the {FA Cup Final} with the {MAX(attendance)} whose {sport} is {association football} ?
What is the highest attendance for the FA Cup Final for football sports?
What is the FA Cup Final with the highest attendance for football sports?
SELECT ?z WHERE { ?z property:attendance ?g . ?z property:sport resource:association_football . ?z rdf:type ontology:FA_Cup_Final }
select ?ent where { ?ent <http://www.wikidata.org/entity/P31> <http://wikidata.dbpedia.org/resource/Q4484477>. ?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/P1110>. ?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/P641> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://wikidata.dbpedia.org/resource/Q2736> . } ORDER BY DESC(?obj1) LIMIT 5
select ?ent where { ?ent wdt:P31 wd:Q4484477 . ?ent wdt:P1110 ?obj . ?ent wdt:P641 wd:Q2736 } ORDER BY DESC(?obj)LIMIT 5
[ "http://www.wikidata.org/entity/Q1345035", "http://www.wikidata.org/entity/Q2062071", "http://www.wikidata.org/entity/Q4558369", "http://www.wikidata.org/entity/Q4567139", "http://www.wikidata.org/entity/Q4568367" ]
[ "1923 FA Cup Final", "1913 FA Cup Final", "1905 FA Cup Final", "1951 FA Cup Final", "1955 FA Cup Final" ]
rank
?E is_a Type. ?E pred Obj. ?E-secondClause value. MAX (value)
Rank2
26
28,540
What is <RHE professor ID> of <Numa Denis Fustel de Coulanges> ?
[]
What is RHE professor's ID of Numa Denis Fustel de Coulanges?
SELECT DISTINCT ?f WHERE { resource:Numa_Denis_Fustel_de_Coulanges property:RHE_professor_ID ?f }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q462597> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P5462> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q462597 wdt:P5462 ?answer}
[]
[]
center
E REF ?F
1.1
2,837
3,580
What is {population} of {Namibia} that is {point in time} is {1986-0-0} ?
How many people lived in Namibia in 1986?
What was Namibia's population in 1986?
SELECT ?z WHERE { FILTER ( CONTAINS ( YEAR ( ?n ) , '1986' ) ) . ?t property:point_in_time ?n . ?t property:population ?z . resource:Namibia property:population ?t }
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1030> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P1082> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj . ?statement <http://www.wikidata.org/entity/P585> <1986-0-0> }
SELECT ?obj WHERE { wd:Q1030 p:P1082 ?s . ?s ps:P1082 ?obj . ?s pq:P585 ?x filter(contains(YEAR(?x),'1986')) }
[]
[]
statement_property
(E pred F) prop ?value
statement_property_2
25
27,639
What is <AnimeCons.com ID> of <Troy Baker> ?
[]
What is AnimeCons.com id for Troy Baker?
SELECT DISTINCT ?v WHERE { resource:Troy_Baker property:AnimeCons.com_guest_ID ?v }
select distinct ?answer where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q1147551> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3790> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer. }
select distinct ?answer where { wd:Q1147551 wdt:P3790 ?answer}
[]
[]
center
E REF ?F
1.1
1,936
14,537
What is {resident animal species} of {based in} of {killing of Harambe} ?
Time of operation of Air Algerie Boeing 747?
What is {end time} and {start time} of {{Boeing 747} has {operator} as {Air Algérie}} ?
SELECT ?h WHERE { ?n property:species_kept ?h . resource:killing_of_Harambe property:location ?n }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q24284065> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P276>. ?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/P1990> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q24284065 wdt:P276 ?X . ?X wdt:P1990 ?answer}
[ "http://www.wikidata.org/entity/Q140", "http://www.wikidata.org/entity/Q15083", "http://www.wikidata.org/entity/Q18498", "http://www.wikidata.org/entity/Q19537", "http://www.wikidata.org/entity/Q19939", "http://www.wikidata.org/entity/Q23907", "http://www.wikidata.org/entity/Q25348", "http://www.wikidata.org/entity/Q29220", "http://www.wikidata.org/entity/Q30197", "http://www.wikidata.org/entity/Q33609", "http://www.wikidata.org/entity/Q36135", "http://www.wikidata.org/entity/Q40261", "http://www.wikidata.org/entity/Q46212", "http://www.wikidata.org/entity/Q47910", "http://www.wikidata.org/entity/Q73901", "http://www.wikidata.org/entity/Q95036", "http://www.wikidata.org/entity/Q127216", "http://www.wikidata.org/entity/Q132922", "http://www.wikidata.org/entity/Q133006", "http://www.wikidata.org/entity/Q153433", "http://www.wikidata.org/entity/Q185385", "http://www.wikidata.org/entity/Q186778", "http://www.wikidata.org/entity/Q191781", "http://www.wikidata.org/entity/Q191968", "http://www.wikidata.org/entity/Q193327", "http://www.wikidata.org/entity/Q193469", "http://www.wikidata.org/entity/Q203628", "http://www.wikidata.org/entity/Q213889", "http://www.wikidata.org/entity/Q215388", "http://www.wikidata.org/entity/Q244813", "http://www.wikidata.org/entity/Q245183", "http://www.wikidata.org/entity/Q249024", "http://www.wikidata.org/entity/Q300981", "http://www.wikidata.org/entity/Q319545", "http://www.wikidata.org/entity/Q327028", "http://www.wikidata.org/entity/Q467996", "http://www.wikidata.org/entity/Q476593", "http://www.wikidata.org/entity/Q541813", "http://www.wikidata.org/entity/Q569758", "http://www.wikidata.org/entity/Q691238", "http://www.wikidata.org/entity/Q733375", "http://www.wikidata.org/entity/Q737838", "http://www.wikidata.org/entity/Q749577" ]
[ "lion", "northern giraffe", "Canis lupus", "bonobo", "tiger", "cheetah", "Mallard", "Sumatran rhinoceros", "Panthera uncia", "polar bear", "clouded leopard", "West Indian manatee", "aardvark", "Indian rhinoceros", "Paraponera clavata", "Diceros bicornis", "bald eagle", "Bactrian camel", "Asian elephant", "Yellow-cheeked gibbon", "Lemur catta", "aye-aye", "Japanese macaque", "Passenger Pigeon", "American alligator", "Budorcas taxicolor", "Little Penguin", "Symphalangus syndactylus", "boa constrictor", "African Penguin", "Tiger Python", "Macropus rufogriseus", "Desmodus rotundus", "coconut lorikeet", "North American river otter", "Scarlet Ibis", "blue-throated macaw", "Angola colobus", "black-capped lory", "Crested mona monkey", "Cygnus buccinator", "Gorilla gorilla", "Paradisaea raggiana" ]
left-subgraph
C RCD xD . xD RDE ?E
5
46
8,604
what is the {point in time} for {Jean Renoir} has {nominated for} as {BAFTA Award for Best Film} ?
Tell me the year Jean Renoir notimated for the BAFTA Award for Best Film.
When was Jean Renoir nominated for the BAFTA Award for Best Film?
SELECT ?b WHERE { resource:Jean_Renoir property:nominated_for ?x . ?x property:nominated_for resource:BAFTA_Award_for_Best_Film . ?x property:point_in_time ?b }
select distinct ?value where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q50713> . ?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/Q139184> . ?statement <http://www.wikidata.org/entity/P585> ?value. }
SELECT ?value WHERE { wd:Q50713 p:P1411 ?s . ?s ps:P1411 wd:Q139184 . ?s pq:P585 ?value}
[]
[]
statement_property
(E pred ?Obj ) prop value
statement_property_1
5,049
16,894
What is {date disbanded} of {label} of {Calvin Harris} ?
on what date was the label Calvin Harris disbanded?
What date disbanded for label Calvin Harris ?
SELECT ?a WHERE { ?x property:dissolved,_abolished_or_demolished_date ?a . resource:Calvin_Harris property:record_label ?x }
SELECT ?answer WHERE { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q81637> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P264>. ?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/P576> . ?statement2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?answer . }
SELECT ?answer WHERE { wd:Q81637 wdt:P264 ?X . ?X wdt:P576 ?answer}
[ "2012-01-01T00:00:00Z" ]
[ "2012-01-01T00:00:00Z" ]
right-subgraph
E REF xF . xF RFG ?G
2
2,933
18,723
Does the {budget} of the {Tinkoff} {equals} {19200000.0}
Is Tinkoff's budget 19200000?
Is the budget of Tinkoff equal to 19200000?
ASK WHERE { resource:Tinkoff property:budget ?n . FILTER ( ?n = 19200000.0 ) }
ASK { ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q62424> . ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P2769>. ?statement1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?obj. filter(?obj = 19200000.0) }
ASK WHERE { wd:Q62424 wdt:P2769 ?obj filter(?obj = 19200000.0) }
[]
[]
boolean with filter
ASK ?sbj ?pred ?obj filter ?obj = num
3
741