You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 andfromScheme
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.
The text was updated successfully, but these errors were encountered: