query-616d1292980fbd0280c676a55babbc4c
| Query: Recent changes | Find images | TABernacle | PetScan | WDQS . Manual changes to the list will be removed on the next update! a botThis list is periodically updated by Manually update list 27 State of Palestine Mohammad Mustafa 27 Democratic Republic of the Congo Judith Tuluka Suminwa 27 Portugal Luís Montenegro 27 Senegal Bassirou Diomaye Diakhar Faye 26 Iceland Bjarni Benediktsson 26 Ireland Simon Harris 22 Solomon Islands Jeremiah Manele 22 Serbia Miloš Vučević 21 Singapore Lawrence Wong 21 Kuwait Ahmad Al Abdullah Al Sabah 20 Taiwan Cho Jung-tai 15 North Macedonia Hristijan Mickoski 14 Panama José Raúl Mulino 14 Kingdom of the Netherlands Dick Schoof 13 United Kingdom Keir Starmer 12 Nepal Khadga Prasad Sharma Oli 11 Estonia Kristen Michal 10 Iran Masoud Pezeshkian 8 Tunisia Kamel Madouri 7 Thailand Paetongtarn Shinawatra 7 Equatorial Guinea Manuel Osa Nsue Nsua 6 Bulgaria Dimitar Glavchev 5 Monaco Didier Guillaume 4 France Michel Barnier 3 Syria Mohammad Ghazi al-Jalali 3 Jordan Jafar A Hassan 2 Sri Lanka Anura Kumara Dissanayake 1 Japan Shigeru Ishiba 1 Mexico Claudia Sheinbaum -2 Indonesia Prabowo Subianto Weeks Country Person image End of automatically generated list.The underlying query that generates this report is:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?country ?countryLabel ?weeks
WHERE {
?country wdt:P31 wd:Q3624078 ; wdt:P1313 ?office .
?item wdt:P31 wd:Q5 ; p:P39 ?posn .
?posn ps:P39 ?office ; pq:P580 ?start_date .
FILTER NOT EXISTS { ?posn pq:P582 ?end_date }
BIND(ROUND((NOW() - ?start_date)/7) AS ?weeks)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?start_date)
LIMIT 30