Wikimedia-kategori From Wikipedia, the free encyclopedia
Kronologi over fødsler : | ||||||
◄◄ | 2010 | 2011 | 2012 | 2013 | 2014 | |
2015 | 2016 | 2017 | 2018 | 2019 | ►► |
SELECT ?item ?artikel ?titel ?født
WITH
{
SELECT ?item
WHERE
{
SERVICE wikibase:mwapi {
bd:serviceParam wikibase:api "Generator" .
bd:serviceParam wikibase:endpoint "da.wikipedia.org" .
bd:serviceParam mwapi:gcmtitle "Kategori:Født i 2011" .
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 . # Udkommenteringen af denne linje for at finde andet end mennesker - dyr og fiktive personer
?artikel schema:isPartOf <https://da.wikipedia.org/> .
?artikel schema:about ?item .
?artikel schema:name ?titel.
?item wdt:P569 ?født . hint:Prior hint:rangeSafe true .
FILTER (?født >= "2011-01-01T00:00:00Z"^^xsd:dateTime && ?født < "2012-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.