Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to infer indirect mappings #5

Open
nichtich opened this issue Nov 6, 2018 · 0 comments
Open

Add method to infer indirect mappings #5

nichtich opened this issue Nov 6, 2018 · 0 comments

Comments

@nichtich
Copy link
Member

nichtich commented Nov 6, 2018

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:

  • hub with an optional array of conceptScheme URIs (toScheme of the first and fromScheme of the second step)
  • depth always set to 1 (but could be allowed more for inference along more steps, at least for exactMatch)

Can be implemented via breadth-first search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant