Tag: wikibase

Cloudflare workers for wikibase.cloud uptime & status

Recently I wanted to create a live status page for wikibase.cloud, that also tracking the status of the various services and response times, so that people in the Telegram group might be able to try and correlate their experiences (possibly slow behaviour) with what was seen by others in other locations on other sites, without…

By addshore August 8, 2024 2

Wikibase Phrase Entity, Viewing

This entry is part 7 of 7 in the series Wikibase ecosystem

In my previous post, we got to the point of being able to create a new Wikibase Entity, it is stored in the MediaWiki database as a page, however we can’t actually view it via any interface currently. In this post, we will work through another set of code changes, tackling each issue as we…

By addshore July 12, 2024 2

Wikibase Phrase Entity, Creation

This entry is part 6 of 7 in the series Wikibase ecosystem

Finally, after a long lead up of discussing what an entity is, looking at some examples of entity extensions, and one extension that chose not to make use of the Wikibase Entity system & EntityDocument. What does it take to create a new type of data entity within Wikibase that implements the EntityDocument interface and…

By addshore July 11, 2024 1

EntitySchema, and the entity flip-flop

This entry is part 5 of 7 in the series Wikibase ecosystem

The EntitySchema extension, previously called WikibaseSchema, has had an interesting life since its initial creation back in early 2019. The main point this story is intended to highlight is that EntitySchema started off its planned life as an Entity within a Wikibase. As the development team started work on an initial version, it flipped away…

By addshore July 11, 2024 3

Wikibase: What is an entity?

This entry is part 1 of 7 in the series Wikibase ecosystem

I left the Wikidata and Wikibase teams roughly a year ago, and at the time there were some long and deep discussions going on inside the team trying to define what an entity was, and what should and should not be an entity. At the recent Hackathon in Tallinn, this topic resurfaced to me, as…

By addshore May 31, 2024 5

Creating properties with statements using Wikidata Integrator

Wikidata Integrator is a Python library that simplifies data integration from Wikidata (and other Wikibases). It is written in Python, is focused on Wikibase concepts (as opposed to some libraries which are MediaWiki focused) and has a user-friendly interface. I’m currently working on a demo Wikibase and decided to bring all of the data into…

By addshore July 16, 2023 0

Wikibase and reconciliation

Over the years I have created a few little side projects, as well as working on other folks’ Wikibases, and of course Wikidata. And the one thing that I still wish would work better out of the box is reconciliation. What is reconciliation In the context of Wikibase, reconciliation refers to the process of matching…

By addshore July 14, 2023 3