Babel user information
en-N This user has a native understanding of English.
de-1 Dieser Benutzer beherrscht Deutsch auf grundlegendem Niveau.
fr-1 Cet utilisateur dispose de connaissances de base en français.
This user is penguin powered.
Users by language
This user is on GitHub as ross-spencer.


Digital preservation subject matter expert and software developer. Real name: Ross Spencer.

Twitter: @paintergoblin and @beet_keeper. ORCID: https://orcid.org/0000-0002-5144-9794

Wikidata contributions edit

Wikidata pages edit

Wikidata publications edit

  1. Siegfried and Wikidata, together at Last!

Wikidata code edit

  1. Wikiprov: Rudimentary reification for Wikidata

SPARQL queries edit

Corporate archives edit

Listed corporate archives and addresses edit

# List corporate archives, location, and address where available. 
SELECT ?item ?itemLabel ?countryLabel ?address 
{
  ?item wdt:P31 wd:Q10605195 .
  optional { ?item wdt:P17 ?country . }
  optional { ?item wdt:P6375 ?address . } 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,fr,ja,it,sv"  }
}
Try it!