Wikimedia-kategori From Wikipedia, the free encyclopedia
Kronologi over fødsler : | ||||||
◄◄ | 1940 | 1941 | 1942 | 1943 | 1944 | |
1945 | 1946 | 1947 | 1948 | 1949 | ►► |
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 1949" .
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 >= "1949-01-01T00:00:00Z"^^xsd:dateTime && ?født < "1950-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.