gbv / coli-ana

API to analyze DDC numbers
https://coli-conc.gbv.de/coli-ana/app/
MIT License
2 stars 0 forks source link

Add /voc endpoint #2

Closed nichtich closed 3 years ago

nichtich commented 3 years ago

To return the list of supported concept schemes (only DDC by now). This can be a static JSON file until other facetted concept schemes are supported (ILC2, UDC...).

nichtich commented 3 years ago

Example notation could be listed in JSKOS Concept Scheme non-standard field EXAMPLES (also used in BARTOC and KOS-Registry but may better renamed to exampleNotations (https://github.com/gbv/jskos/issues/102).

nichtich commented 3 years ago

Could also include

stefandesu commented 3 years ago
  • statistics (number of analyzed DDC numbers)

Should this go into the field extent? While it's not the size of the whole concept scheme in general, it is the number of analyzed notations for this particular concept scheme in coli-ana.

nichtich commented 3 years ago

As the whole application is focused on DDC anyway I'm not sure about the need of this endpoint anymore. To deliver statistics we could add a /stats endpoint instead (#29)

stefandesu commented 3 years ago

Yeah, I only asked about this because of the statistics. 😅 I'll close this for now! We can reopen in case we want to add support for multiple concept schemes.