Projects/Affiliates' reports and official documents
| 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 |

In autumn of 2025, we started collecting and inputing data about important documents produced by Wikimedia affiliates around the world, such as their annual plans and reports, strategic plans etc. All affiliates produce such documents, and they are an important source of knowledge about their work, so being able to find and compare them is useful for those who want to learn about how the affiliates work.
As the first step, we used the following table, produced by Wikimedia Europe (Q24162): Members key information mapping.
🖊️ Help out by adding missing documents from your affiliate.
Core documents
All documents of the following types, together with their publishers:
- annual report (Q53)
- financial statement (Q54)
- operational plan (Q36499)
- budget (Q22266)
- strategic plan (Q36469)
- minutes (Q57)
- audit report (Q55)
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT DISTINCT ?item ?itemLabel ?publisherLabel
WHERE
{
{ ?item wbt:P5 wb:Q53. }
UNION
{ ?item wbt:P5 wb:Q54. }
UNION
{ ?item wbt:P5 wb:Q36499. }
UNION
{ ?item wbt:P5 wb:Q22266. }
UNION
{ ?item wbt:P5 wb:Q36469. }
UNION
{ ?item wbt:P5 wb:Q57. }
UNION
{ ?item wbt:P5 wb:Q55. }
OPTIONAL {?item wbt:P21 ?publisher}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,sv". }
}
ORDER BY ?publisherLabel