Skip to content

Source files and script to aggregate information about concept schemes

License

Notifications You must be signed in to change notification settings

DennisTobola/kos-registry

 
 

Repository files navigation

KOS Registry

Build Status

Source files and script to aggregate information about knowledge organization schemes

This repository is used to aggregate information about knowledge organization schemes (KOS) relevant to project coli-conc.

Requirements

  • jq
  • some npm modules (run npm install)
  • make

Sources

File registry.yaml further contains metadata about this KOS registry.

Usage

Calling npm run all will create the following files:

  • kos.ndjson
  • wikidata.ndjson
  • dante.ndjson

It will also combine those files by merging overlapping concept schemes into all.ndjson. Conflicting values are ignored so information in kos.yaml has priority.

Call npm run validate to validate the files. See Makefile for individual conversion steps.

See also

License

All data in this repository can be used freely as public domain (Creative Commons Zero v1.0 Universal)

About

Source files and script to aggregate information about concept schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • Makefile 18.3%