gbv / jskos-tools

Tools for working with the JSKOS data format.
https://gbv.github.io/jskos-tools/
MIT License
2 stars 0 forks source link

Introduce class for set of concept schemes #38

Open nichtich opened 1 year ago

nichtich commented 1 year ago

Managing a set of ConceptScheme objects is frequently used, e.g. to find the corresponding concept scheme of a concept with known URI.

stefandesu commented 1 year ago

Can you list some examples of functionality that this would support, besides finding the corresponding concept scheme for a concept (which is indeed a very frequent operation)?

Edit: This could in theory also simply be a helper function, like findMatchingSchemeForConcept(schemes, concept) or something like that. But I'd also be fine with implementing a ConceptSchemeSet class.