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
In #48, I incorporated prefix synonyms from the Bioregistry. Since it links all of the many Wikidata CURIE prefix variants together (wd, wikidata, WD_Entity), it's surprising that there are still disconnected prefix expansions:
I think this is a problem because of how the merging algorithm works. The issue might be that merge algorithm doesn't have a way to stitch two previously disjoint canonical CURIE/URI prefix records together when it's given synonyms (or it is doing it, but not getting the optimal results).
In #48, I incorporated prefix synonyms from the Bioregistry. Since it links all of the many Wikidata CURIE prefix variants together (
wd
,wikidata
,WD_Entity
), it's surprising that there are still disconnected prefix expansions:prefixmaps/src/prefixmaps/data/merged.csv
Line 4541 in b8a2bbd
prefixmaps/src/prefixmaps/data/merged.csv
Line 4574 in b8a2bbd
I think this is a problem because of how the merging algorithm works. The issue might be that merge algorithm doesn't have a way to stitch two previously disjoint canonical CURIE/URI prefix records together when it's given synonyms (or it is doing it, but not getting the optimal results).
Maybe an alternative is to just fix #49 directly
The text was updated successfully, but these errors were encountered: