gbv/kos-registry

create statistics

Closed this issue · 2 comments

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

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

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.