Wikimedia-kategori From Wikipedia, the free encyclopedia
Kronologi over dødsfald : | ||||||
◄◄ | 2020 | 2021 | 2022 | 2023 | 2024 | |
2025 | 2026 | 2027 | 2028 | 2029 | ►► |
SELECT ?item ?artikel ?titel ?død
WITH
{
SELECT ?item
WHERE
{
SERVICE wikibase:mwapi {
bd:serviceParam wikibase:api "Generator" .
bd:serviceParam wikibase:endpoint "da.wikipedia.org" .
bd:serviceParam mwapi:gcmtitle "Kategori:Døde i 2020" .
bd:serviceParam mwapi:generator "categorymembers" .
bd:serviceParam mwapi:gcmtype "page" .
bd:serviceParam mwapi:gcmlimit "max" .
?item wikibase:apiOutputItem mwapi:item.
}
}
} AS %mwapi
WHERE
{
# ?item wdt:P31 wd:Q5 . # Fjern udkommenteringen af denne linje for kun at finde mennesker
?artikel schema:isPartOf <https://da.wikipedia.org/> .
?artikel schema:about ?item .
?artikel schema:name ?titel.
?item wdt:P570 ?død . hint:Prior hint:rangeSafe true .
FILTER (?død >= "2020-01-01T00:00:00Z"^^xsd:dateTime && ?død < "2021-01-01T00:00:00Z"^^xsd:dateTime)
MINUS
{
INCLUDE %mwapi
}
}
Se også:
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.