Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
~~~~