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

https://github.com/slub/lookup-tables

A (sample) project to store and maintain arbitrary lookup tables (as CSV)
https://github.com/slub/lookup-tables

Last synced: 4 months ago
JSON representation

A (sample) project to store and maintain arbitrary lookup tables (as CSV)

Awesome Lists containing this project

README

          

# lookup-tables

lookup tables ((mainly) two columns CSV files)

* [lookup_-_iso-639-1-code_to_language-name.csv](lookup/lookup_-_iso-639-1-code_to_language-name.csv): a (simple) translation from [ISO-639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) to corresponding (English) language names
* dervided from [language-codes-full.csv](https://datahub.io/core/language-codes/r/language-codes-full.csv) at [datahub.io](https://datahub.io), see [ISO Language Codes (639-1 and 693-2) and IETF Language Types](https://datahub.io/core/language-codes)
* see also [Codes for the Representation of Names of Languages](https://www.loc.gov/standards/iso639-2/php/code_list.php)
* [lookup_-_hochschulfaechersystematik_to_finc_class_facet.csv](lookup/lookup_-_hochschulfaechersystematik_to_finc_class_facet.csv): a mapping from the values of [Hochschulfächersystematik](https://w3id.org/kim/hochschulfaechersystematik/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hochschulfaechersystematik)) to the values of (the field) ```finc_class_facet```
* [lookup_-_hochschulfaechersystematik_to_fincclass_txtF_mv.csv](lookup/lookup_-_hochschulfaechersystematik_to_fincclass_txtF_mv.csv): a mapping from the values of [Hochschulfächersystematik](https://w3id.org/kim/hochschulfaechersystematik/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hochschulfaechersystematik)) to the values of (the field) ```fincclass_txtF_mv```
* [lookup_-_hochschulcampus_ressourcentypen_to_format_de14.csv](lookup/lookup_-_hochschulcampus_ressourcentypen_to_format_de14.csv): a mapping from the values of [Hochschulcampus Ressourcentypen](https://w3id.org/kim/hcrt/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hcrt)) to the values of (the field) ```format_de14```
* [lookup_-_hochschulcampus_ressourcentypen_to_format.csv](lookup/lookup_-_hochschulcampus_ressourcentypen_to_format.csv): a mapping from the values of [Hochschulcampus Ressourcentypen](https://w3id.org/kim/hcrt/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hcrt)) to the values of (the field) ```format```
* [opal_kurssprache_to_iso-639-1-code.csv](lookup/opal_kurssprache_to_iso-639-1-code.csv): a (simple) translation from values of the field ```kurssprache``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources to [ISO-639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
* [opal_license_to_license_uri.csv](lookup/opal_license_to_license_uri.csv): a (simple) translation from values of the field ```license``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources to their respective license URIs
* [opal_resourcetype_to_hcrt_uri.csv](lookup/opal_resourcetype_to_hcrt_uri.csv): a mapping from values of the field ```resourcetype``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources to values of [Hochschulcampus Ressourcentypen](https://w3id.org/kim/hcrt/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hcrt))
* [hcrt.csv](lookup/hcrt.csv): a (simple) translation from [Hochschulcampus Ressourcentypen](https://w3id.org/kim/hcrt/scheme) URIs to their respective labels in German and English (see also: [git repository](https://github.com/dini-ag-kim/hcrt))
* [lookup_-_opal_katalogeintraege_tags_to_hochschulfaechersystematik_urls.csv](lookup/lookup_-_opal_katalogeintraege_tags_to_hochschulfaechersystematik_urls.csv): a mapping from the extracted tags in ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources to the values of [Hochschulfächersystematik](https://w3id.org/kim/hochschulfaechersystematik/scheme) (see also: [git repository](https://github.com/dini-ag-kim/hochschulfaechersystematik))
* [hochschulfaechersystematik.csv](lookup/hochschulfaechersystematik.csv): a (simple) translation from [Hochschulfächersystematik](https://w3id.org/kim/hochschulfaechersystematik/scheme) URIs to their respective labels in German (see also: [git repository](https://github.com/dini-ag-kim/hochschulfaechersystematik))

# lists

lists with values (one column CSV files)

* [articles.csv](lists/articles.csv): a list of articles
* [opal_katalogeintraege_institution_blacklist.csv](lists/opal_katalogeintraege_institution_blacklist.csv): a blacklist for institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_katalogeintraege_institution_whitelist.csv](lists/opal_katalogeintraege_institution_whitelist.csv): a whitelist for institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_authorinstitution_blacklist.csv](lists/opal_authorinstitution_blacklist.csv): a blacklist for institution values in field ```authorinstitution``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_institution_blacklist.csv](lists/opal_institution_blacklist.csv): a blacklist for institution values in field ```institution``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_katalogeintraege_smaller_institution_blacklist.csv](lists/opal_katalogeintraege_smaller_institution_blacklist.csv): a blacklist for smaller institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_katalogeintraege_smaller_institution_whitelist.csv](lists/opal_katalogeintraege_smaller_institution_whitelist.csv): a whitelist for smaller institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_katalogeintraege_smaller_institution_cleanup.csv](lists/opal_katalogeintraege_smaller_institution_cleanup.csv): a clean-up list for smaller institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_katalogeintraege_smaller_institution_replacement.csv](lists/opal_katalogeintraege_smaller_institution_replacement.csv): a replacement list for smaller institution values in field ```katalogeintraege``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_moduleresponsible_academic_title_replacement.csv](lists/opal_moduleresponsible_academic_title_replacement.csv): a replacement list for academic titles in field ```moduleresponsible``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources
* [opal_moduleresponsible_organization_whitelist.csv](lists/opal_moduleresponsible_organization_whitelist.csv): a whitelist for organizations in field ```moduleresponsible``` in [OPAL](https://bildungsportal.sachsen.de/opal/) learning resources