MartinPoulter
Babel user information | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Users by language |
My name: Martin (Q18002399) Poulter (Q7235572).
Training
edit- I deliver customised training to specialist audiences (librarians, researchers, developers) on Wikidata and other Wikimedia projects. See wmuk:User:MartinPoulter#Activity_summary
- See my TEDx Talk about Wikidata from March 2018.
Wikidata Queries
editI am learning about SPARQL and the Query Service so I can make interesting visualisations for research and education. A sub-page lists my example queries.
Past work
editFrom October 2016 to October 2019, I was employed as the Wikimedian In Residence at the University of Oxford, based at the Bodleian Libraries. This involved some paid editing to share data from and about GLAMs and research projects with Wikidata.
Properties
editI proposed Electronic Enlightenment ID (P3429), English Short Title Catalogue ID (P3939), thesis submitted to (P4101), Atlas of Hillforts ID (P4102), Early Modern Letters Online location ID (P4672), Japan Search name ID (P6698), Dictionary of Irish Biography ID (P6829)
Puzzle games
editI've contributed some games to Wikidata:Everything is connected.
Visualisations I use in presentations
editFor the definitive list see Wikidata:Tools/External_tools.
- Wikidata Query Service
- WikiShootMe
- Histropedia
- Reasonator
- Wikidata Graph Builder
- Wikidata timeline tool (Zika papers example)
- Wikiproject Sum of all paintings | Property statistics dashboard
- Crotos (Views of artworks)
- Painted Planet (artworks on map)
- Scholia (scholarly profiles)
- Wikidata Art Depiction Explorer
- Kanzaki image annotation viewer
- Knowledge Grapher (inspired by my work!)
- Textes d'Affiches (films and their textual inspiration)
- Monumental
- Monumental-GLAM
- GraFa
- WD External Identifier Dashboard
- Map of Wikipedia (not Wikidata-driven)
- Statistics for Wikicite | Wikicite 2018-19 report
- PAC2's Observable notebooks
Contributing to Wikidata
edit- Wikidata:Linked open data workflow <- important overview
- Wikidata:Tools
- Wikidata:Data donation
- Wikidata:Dataset Imports
- Source Metadata tool (import bibliographic data from DOI/PMID) (newer version not currently working)
- QuickStatements (Version 1) (Version 2)
- Tabernacle
- Commons-WD: tool for populating Wikidata by attaching attributes to files from Commons categories
- Soweego: bulk reconciliation
- Hilary Thorsen's video tutorial on adding to Wikidata via OpenRefine
- My hosted instance of OpenRefine
Getting data out of Wikidata
edit- Wikidata:SPARQL_query_service/Wikidata_Query_Help/Result_Views
- Wikidata:SPARQL_query_service/query_optimization#Optimization_strategies
- Wikidata:For developers
- mw:Wikibase/Indexing/RDF Dump Format | Example item in JSON
- Wikidata:Request_a_query
- Special:ApiSandbox
- Wikidata resolver: query based on single property and value
- Linked Data Fragments (quick/ simple WD querying)
- AutoDesc - Wikidata automated description API
- Article Place Holder examples: New Norwegian Haitian Creole Welsh
- Third-party services that use Wikidata identifiers
- Jane's user page with some useful links
- Wikidata:WikiProject_sum_of_all_paintings/Property_statistics
- Wikidata:WikiProject_Manuscripts/Dashboard
- Wikidata:WikiProject_Sculpture/Top_collections
- Wikidata:WikiProject_Cultural_heritage
- FindingGLAMs
- Wikidata:WikiProject_Heritage_institutions/Data_structure
- Wikidata Image Positions
- Example of a Wikidata infobox on Commons
- Textrazor: identify Wikidata entities in text
- Searching Wikidata & other Wikibase sites by statement
- Voice interfaces to Wikidata: AskPlatyp.us and Wiri
- Question interface: WDAqua
- Text parsing: OpenTapioca
- Wikidata:Map data
- Mirador (IIIF viewer)
- PAWS (interactive notebooks)
- Wikxibit
Overviews of Wikidata
edit- Special:ItemByTitle
- Special:ItemDisambiguation
- Special:ListDatatypes
- SPARQL recent changes
- Wikidata dashboard: total statements, statements per item etc.
- Wikidata:WikiCite/Journals by publisher
- Wikidata:WikiProject Source MetaData/Theses by institution
Wikidata partnerships
edit- Wikidata Scholar at the National Library of Wales
- Query: 20 most-documented pieces of art
- Dan Scott's guide to representing musicians, bands, and music festivals
- Beat Estermann's work on modelling the performing arts: Slides
- "Wikidata as a linking hub for knowledge organization systems?" Joachim Neubert paper about reconciling GND, RePEc and Wikidata, from NKOS 2017 conference proceedings
- Why data partners should link their vocabulary to Wikidata: a new case study (Europeana)
- Wikidata: From “an” Identifier to “the” Identifier (2019) "Using the Wikidata identifier of notable entities as a common identifier for connecting resources has significant benefits compared to traversing the ever-growing linked data cloud." by Theo van Veen, Royal University of the Netherlands.
- WikiCite report
- Wikidata:WikiFactMine
- Andrew Lih's blog post about depictions
- "First Date with Wikidata" Andrew Lih's slides, Museum Computer Network 2018
- Knipel/ Lih slides about work with the MET for Wikimania 2019
- Opening up Research Data in Film Studies by Using the Structured Knowledge Base Wikidata (2019)
- Notes from the Wikidata & National Libraries meeting, 2019
- "(Wikidata) has the potential to take on a role as a centralized repository for medical knowledge"
- Wikidata as a FAIR knowledge graph for the life sciences
- How we helped a small art museum to increase the impact of its collections, with Wikimedia projects and structured data, December 2019
- [1], report on a Swedish pilot project, 2019
- meta:GLAM/Metadata standards and Wikimedia
- Representing COVID-19 information in collaborative knowledge graphs: the case of Wikidata
Other SPARQL
editMe in Wikidata
edit- I'm Q19959618. I wrote Q42887055. I devised and implemented the programme of Q114247349 though it was Phoebe Harkins at the Wellcome Collection who truly made it happen.
I've done about 230,000 edits through User:QuickStatementsBot.
Plomer book in Wikidata
editSELECT ?personLabel ?locationLabel (YEAR(?floruit) AS ?year) ?link WHERE {
?bio wdt:P1433/wdt:P629? wd:Q40901539. # biography in the book
?person wdt:P1343 ?bio. # person subject of the biography
?person wdt:P937 ?location. # where person worked
?person wdt:P1317 ?floruit. # year when person was active
?link schema:about ?bio. # link to transcribed biography
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} ORDER BY ?year
Connecting the Plomer book to the DNB
edit#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel
WITH { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q41092013 wd:Q7341875 wd:Q18917186 wd:Q19389637 wd:Q40901539 wd:Q36180 wd:Q19066456 wd:Q18877169 wd:Q998550 wd:Q182436 wd:Q15987216 wd:Q84}
} } AS %item1
WITH {SELECT (?item1 AS ?item2) WHERE {INCLUDE %item1} } AS %item2
WHERE {
INCLUDE %item1.
INCLUDE %item2.
?item1 ?prop ?item2.
?edge wikibase:directClaim ?prop ; a wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Plomer book as a timeline
edit#defaultView:Timeline{"hide": "?floruit"}
SELECT ?personLabel ?floruit (year(?floruit) as ?year) WHERE {
?bio wdt:P1433/wdt:P629? wd:Q40901539. # biography in the book
?person wdt:P1343 ?bio. # person subject of the biography
?person wdt:P937 wd:Q34217. # person worked in Oxford
?person wdt:P1317 ?floruit. # year when person was active
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} ORDER BY ?year