gbv / kos-registry

Source files and script to aggregate information about knowledge organization systems
https://coli-conc.gbv.de/terminologies/
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

create statistics #2

Closed nichtich closed 3 years ago

nichtich commented 5 years ago

A venn diagram and/or statistics of sources would be nice (how many schemes are described by which sources).

nichtich commented 5 years ago
jq -c '[.uri,.identifier[]?]|length' all.ndjson | sort | uniq -c
     91 1
     37 2
      2 3
      2 4
      1 5
stefandesu commented 5 years ago

The number of identifiers does not represent the number of sources in any way though. This would have to be done by parsing the .ndjson files.