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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
19,749 |
What is the {courage award} for {next lower rank} of {Victoria Cross}
|
How is someone awarded the Victoria Cross?
|
What is the Victoria Cross awarded for?
|
SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:courage_award . resource:Victoria_Cross property:next_lower_rank ?k }
|
select distinct ?obj where { ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://wikidata.dbpedia.org/resource/Q219578> . ?statement <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.wikidata.org/entity/P3729> . ?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/Q18328097> }
|
select distinct ?obj where { wd:Q219578 wdt:P3729 ?obj . ?obj wdt:P31 wd:Q18328097 }
|
[
"http://www.wikidata.org/entity/Q1143510"
] |
[
"George Cross"
] |
simple question right
|
<S P ?O ; ?O instanceOf Type>
|
1
| 95 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.