https://github.com/gbv/cocoda-mappings
concordances, mappings and conversion scripts to create JSKOS mappings
https://github.com/gbv/cocoda-mappings
coli-conc data jskos
Last synced: 8 months ago
JSON representation
concordances, mappings and conversion scripts to create JSKOS mappings
- Host: GitHub
- URL: https://github.com/gbv/cocoda-mappings
- Owner: gbv
- Created: 2014-08-15T09:45:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T08:29:19.000Z (over 1 year ago)
- Last Synced: 2025-04-02T06:21:56.109Z (about 1 year ago)
- Topics: coli-conc, data, jskos
- Language: Perl
- Homepage: https://coli-conc.gbv.de/concordances/
- Size: 10.6 MB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains concordances between knowledge organization systems
(KOS) and scripts to harvest and convert these concordances.
This work is part of [project coli-conc](https://coli-conc.gbv.de/).
* the base directory contains PHP scripts to show
concordances at
* directory `wikidata` contains scripts to harvest mappings from Wikidata
* directory `csv` contains concordances and mappings from different sources in CSV format
* directory `zbw` contains scripts to convert mappings provided by ZBW
See file `README.md` in each particular directory for further documentation.
## SOURCES AND ISSUE TRACKER
## REQUIREMENTS
* wdmapper
* PHP >= 7.0 with ext-gd enabled
* Catmandu (for Perl scripts)
~~~bash
$ sudo apt-get install php-gd
$ composer install
$ sudo apt-get install python3-venv
$ python3 -m venv .venv
$ .venv/bin/pip install -r requirements.txt
$ source .venv/bin/activate
~~~~