User:Orgabot

From Wikidata
Jump to navigation Jump to search
Babel user information
en-5 This user has professional knowledge of English.
it-1 Questo utente può contribuire con un livello elementare in italiano.
fr-1 Cet utilisateur dispose de connaissances de base en français.
de-1 Dieser Benutzer beherrscht Deutsch auf grundlegendem Niveau.
Users by language
This user is a member of
WikiProject Informatics.
This user loves Wikidata.
This user loves OpenRefine.
QuickStatements logoThis user uses QuickStatements.
This user uses Mix'n'match.
This user contributes using Windows 10.
This user uses DeepL Translator in contributing to Wikidata.

This bot is created to automate some changes on Wikidata entities. Mainly the tools used are Open Refine and Quickstatements.

At the moment the primary interest is in arranging the many pipe organ (Q281460) items on Wikidata. The bot is also being used to import elements from other web pages.

If you have any concerns, or communication, please feel free to contact me by adding a discussion to the bot.



Organs by country[edit]
#defaultView:Map{"hide":["?coord","?country"], "layer": "?countryLabel"}
SELECT ?item ?itemLabel ?coord ?country ?countryLabel WHERE {
  ?item wdt:P625 ?coord;
    wdt:P31 wd:Q281460.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  OPTIONAL { ?item wdt:P17 ?country. }
}

Try it!