Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:34:03.000Z (2 months ago)
- Last Synced: 2024-10-28T10:13:32.343Z (2 months ago)
- Topics: coli-conc, data, jskos
- Language: Perl
- Homepage: https://coli-conc.gbv.de/concordances/
- Size: 10.2 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 ZBWSee 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
~~~~