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

Add method to infer indirect mappings #5

Open nichtich opened 5 years ago

nichtich commented 5 years ago

To implement lookup of indirect mappings add a method inferMappings(mappings[, options]) that returns a set of mappings from another set of mappings. The passed set of mappings should include possible chains. Options:

Can be implemented via breadth-first search.