Projects/Wikipediapodden
Jump to navigation
Jump to search
| Some topical projects initiated by the WMSE team to create basic data. See what's been done and how you can help out.
Affiliates' reports and official documents • Conferences • This Month in GLAM • GLAM events • Support items • OpenRefine • Wikipediapodden • Maintenance |
Wikipediapodden (Q23267) is a podcast in Swedish, created by members of the volunteer community, about Wikipedia and the Wikimedia movement. The episodes are uploaded to Wikimedia Commons.
Metabase has items for the podcast episodes.
Episodes of Wikipediapodden
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT ?item ?itemLabel ?date ?url ?commonsfile
WHERE
{
?item wbt:P5 wb:Q23235 .
?item wbt:P86 wb:Q23267.
OPTIONAL {?item wbt:P22 ?commonsfile}
OPTIONAL {?item wbt:P18 ?date}
OPTIONAL {?item wbt:P12 ?url}
SERVICE wikibase:label { bd:serviceParam wikibase:language "sv". }
}
ORDER BY DESC(?date)