digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

854
active users

🎉 The program tracks for WikidataCon 2025 are here!
wikidata.org/wiki/Event:Wikida

Check the Event Talk page in the coming weeks for further updates, including on how to submit your Session Proposal idea!
wikidata.org/wiki/Event_talk:W

📅 Save the date: 31 Oct – 2 Nov 2025

We will soon be welcoming your ideas on the following topics:

www.wikidata.orgEvent:WikidataCon 2025 - Wikidata

🧠 The Future of Wikidata
What comes next? The tech, the infrastructure, modelling, and ideas. We're talking AI, LLMs, Blazegraph, emerging technologies and anything else you can think of that will shape the future of Wikidata.

🔤 Lexemes and Languages
Lexicographical data and anything related.

🌍 Linked Open Data Ecosystem
Topics about Wikibase in any of its forms, connecting Wikibase instances to each other or to Wikidata, Federation and the broader LOD Ecosystem.

@wikidata

Does anybody reads replies to this particular account?
We did already work on federating wikidata, talked about it e.g. at Public Spaces AMS or Fediday B …
Can we come together or should I somehow send the code?
/ @maxlath

@sl007
Please share pointers to what you did re Wikidata federation.

cc @wikidata @maxlath

@EvoMRI @wikidata @maxlath

The background is that we intend to consume wikibase and wikidata in 4 federated ActivityPub clients, e.g.
redaktor (CMS), taxiteam (FCK uber), menschys (mutual help).

For example, for taxiteam we created a huge administrative-hierarchical Collection of all the Places and combine it with OSM & geohash down to building level.

So, yet I did ask myself how to transform wikidata to a nice representation of ActivityVocabulary.
I did put the excerpts in a gist
gist.github.com/sebilasse/670f a while ago.
Some things might have improved :)

The motivation was yet that it should be able to federate qualified statements but in a way that existing fediverse software can consume it but can be reversable after Updates to commit them.

The problem is that the hosts of the wikimedia foundations are the point of trust. It would be a dream to federate them an just btw, my opinion is that the EU should fund this digitalcourage.social/@sl007/1 like @sovtechfund did recently fund OSM.

Anyway, happy to help!

Gistabstracted wd (v1.1) to `as`, as described to max in fediabstracted wd (v1.1) to `as`, as described to max in fedi - wikidataToAS.ts

@EvoMRI @wikidata @maxlath @sovtechfund

PS forgot one import, Quantity is a cache ot all the Quantities and Units together with converters from the wikidata.

The benefits for the fediverse would be so great, alone all the multilanguage data might give ActivityPubs "Natural Language" a big boost.

screenshot gif, any AP Client can show _all_ wikilinks for 1 wikidata id.

Sebastian Lasse

@EvoMRI

addendum:
If we begin to use "conformant" in
w3.org/TR/activitypub/#conform
w3.org/TR/activitystreams-voca
w3.org/TR/activitystreams-core ff
it can do anything.
We would store the commit messages / edit meta alongside the Activities, and e.g. codeberg.org/fediverse/fep/src for the discussion.
And federate versioned qualified statements.

A script like above takes the Input of the wikis JSON-LD API and deliver application/ld+json; profile="w3.org/ns/activitystreams" …

The question is probably _how_ to federate wiki and the JSON-LD API already exists.
@maxlath did much tooling already, currently I am working on versioning as In AP anything

@wikidata @sovtechfund

www.w3.orgActivityPubThe ActivityPub protocol is a decentralized social networking protocol based upon the [ActivityStreams] 2.0 data format. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and content.