Who was the winner of the latest Fields Medal? (Q189): Difference between revisions
Appearance
Added [es] aliases: ¿Quién ganó la última Medalla Fields?, ¿Quién fue otorgado la Medalla Fields más reciente? |
Removed [en-gb] aliases: ¿Quién ganó la última Medalla Fields?, ¿Quién fue otorgado la Medalla Fields más reciente? |
||
| aliases / en-gb / 0 | aliases / en-gb / 0 | ||
| aliases / en-gb / 1 | aliases / en-gb / 1 | ||
Revision as of 19:53, 10 February 2022
No description defined
- Who won the latest Fields Medal?
- Who was awarded the most recent Fields Medal?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Who was the winner of the latest Fields Medal? |
No description defined |
|
Statements
SELECT ?sbj WHERE { ?sbj p:P166 ?obj . ?obj ps:P166 wd:Q28835 . ?obj pq:P585 ?year . } ORDER BY DESC(?year) LIMIT 1
0 references
SELECT ?sbj WHERE { { SELECT (MAX(?date) AS ?recent) { ?sbj p:P166 ?obj . ?obj ps:P166 wd:Q28835 . ?obj pq:P585 ?date . } } ?sbj p:P166 ?obj . ?obj ps:P166 wd:Q28835 . ?obj pq:P585 ?recent . }
0 references