Materials for the workshop hosted by the LD4 Wikibase Working Hour at the 2022 LD4 Conference on Linked Data
- Slide deck
- Open notes document in Etherpad
- Project page of the LD4 Wikibase Working Hour
- The wikibase.cloud instance used in today's workshop
- List of properties used in our wikibase.cloud instance
- Spreadsheet with application profile for properties
- Query service of our wikibase.cloud instance
- First query with no prefixes
- Second query with prefixes
- Third query with qualifier and visualization
- Fourth query used in hands-on exercises
- Fifth query used in hands-on exercises
- QuickStatements syntax reference page
- Dataset used during the demo
- Docker Desktop
- Section on reconciling with Wikibase in the OpenRefine User Manual
- GitHub repo of the Wikibase reconciliation service
- Jim Hahn's presentation on reconciling a Wikibase with data in OpenRefine
- OpenRefine to Wikibase: data upload pipeline
- TIB presentation on using OpenRefine with Wikibase instances
- Sample Wikibase manifests for use with OpenRefine
git clone https://github.com/wetneb/openrefine-wikibase
- Sample config file
docker-compose up
- Dataset used during reconciliation demo
- Browser page of the reconciliation service
- http://localhost:8000/en/api : enter this URL when "adding a standard service" to OpenRefine
- cell.recon.match.id: extracts Q-number of the matched Wikibase item
- cell.recon.match.name: extracts the label of the matched Wikibase item
- JSON manifest used during demo