Difference between revisions of "What age is the youngest head of state in the world? (Q578)"

From QAWiki
Jump to navigation Jump to search
(‎Added [es] aliases: ¿Qué edad tiene la jefa o el jefe de estado más joven del mundo?, ¿Qué edad tiene el líder más joven de un país en el mundo?)
 
(5 intermediate revisions by the same user not shown)
Property / instance of
 
Property / instance of: question / rank
 
Normal rank
Property / query
 
SELECT (YEAR(NOW())-YEAR(?obj2) - IF(MONTH(NOW())>MONTH(?obj2),0,IF(MONTH(NOW())=MONTH(?obj2) && DAY(NOW())>=DAY(?obj2),0,1)) AS ?age) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P35 ?obj1 . ?obj1 wdt:P569 ?obj2 . FILTER(!isBlank(?obj2)) } ORDER BY DESC(?obj2) LIMIT 1
Property / query: SELECT (YEAR(NOW())-YEAR(?obj2) - IF(MONTH(NOW())>MONTH(?obj2),0,IF(MONTH(NOW())=MONTH(?obj2) && DAY(NOW())>=DAY(?obj2),0,1)) AS ?age) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P35 ?obj1 . ?obj1 wdt:P569 ?obj2 . FILTER(!isBlank(?obj2)) } ORDER BY DESC(?obj2) LIMIT 1 / rank
 
Normal rank
Property / query: SELECT (YEAR(NOW())-YEAR(?obj2) - IF(MONTH(NOW())>MONTH(?obj2),0,IF(MONTH(NOW())=MONTH(?obj2) && DAY(NOW())>=DAY(?obj2),0,1)) AS ?age) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P35 ?obj1 . ?obj1 wdt:P569 ?obj2 . FILTER(!isBlank(?obj2)) } ORDER BY DESC(?obj2) LIMIT 1 / qualifier
 
Property / query: SELECT (YEAR(NOW())-YEAR(?obj2) - IF(MONTH(NOW())>MONTH(?obj2),0,IF(MONTH(NOW())=MONTH(?obj2) && DAY(NOW())>=DAY(?obj2),0,1)) AS ?age) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P35 ?obj1 . ?obj1 wdt:P569 ?obj2 . FILTER(!isBlank(?obj2)) } ORDER BY DESC(?obj2) LIMIT 1 / qualifier
 
Property / imports mentions from
 
Property / imports mentions from: Who is the youngest head of state in the world? / rank
 
Normal rank
Property / imports mentions from
 
Property / imports mentions from: What age is Justin Bieber? / rank
 
Normal rank
Property / component question
 
Property / component question: Who is the youngest head of state in the world? / rank
 
Normal rank
Property / component question
 
Property / component question: What age is Justin Bieber? / rank
 
Normal rank

Latest revision as of 13:30, 13 May 2025

No description defined
  • What age is is the youngest leader of a country in the world?
Language Label Description Also known as
English
What age is the youngest head of state in the world?
No description defined
  • What age is is the youngest leader of a country in the world?

Statements

0 references
SELECT (YEAR(NOW())-YEAR(?obj2) - IF(MONTH(NOW())>MONTH(?obj2),0,IF(MONTH(NOW())=MONTH(?obj2) && DAY(NOW())>=DAY(?obj2),0,1)) AS ?age) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P35 ?obj1 . ?obj1 wdt:P569 ?obj2 . FILTER(!isBlank(?obj2)) } ORDER BY DESC(?obj2) LIMIT 1
0 references