Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/gcd2wikidata
Mapping the Grand Comics Database to Wikidata
https://github.com/nichtich/gcd2wikidata
comics mapping wikidata
Last synced: 5 days ago
JSON representation
Mapping the Grand Comics Database to Wikidata
- Host: GitHub
- URL: https://github.com/nichtich/gcd2wikidata
- Owner: nichtich
- License: unlicense
- Created: 2017-02-06T13:51:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T14:33:58.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T16:25:10.448Z (about 2 months ago)
- Topics: comics, mapping, wikidata
- Language: Shell
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mapping the Grand Comics Database to Wikidata
**Wikidata property [P3589](https://www.wikidata.org/wiki/Property:P3589) has been created to connect Wikidata items with GCD series IDs**
Data has been [imported into mix'n'match](https://tools.wmflabs.org/mix-n-match/?mode=catalog&catalog=378&show_autoq=1) to simplify mapping -- *please try out mapping with this tool!*
GCD dumps (MySQL and PostgreSQL) can be downloaded from
after login.The data is published under CC-BY.
In early 2017 the dump file (`current.zip`) it was less then 200MB and the
series less than 7MB compressed. See the bash script `extract.sh` to extract
series data from the full dump:* `series.zip` will contain the full series SQL table. The database scheme is documented at .
* `series.csv` will contain the full series table as CSV
* `series.tsv` will contain id, name, and year in TSV format to be uploaded to mix'n'majtch (conversion requires Catmandu)