linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

Duplicate entries for Wikidata #49

Open cthoyt opened 8 months ago

cthoyt commented 8 months ago

There appear to be two different prefixes for Wikidata that are not merged together. From what I understand, the fact that both of these have the synonym type "canonical" means that they are considered fully independent.

https://github.com/linkml/prefixmaps/blob/b8a2bbdf56cca5dec9d12e7cc4a9cf408736abeb/src/prefixmaps/data/merged.csv#L4541

https://github.com/linkml/prefixmaps/blob/b8a2bbdf56cca5dec9d12e7cc4a9cf408736abeb/src/prefixmaps/data/merged.csv#L4574

amc-corey-cox commented 4 months ago

I'm not sure how we go about resolving this. We have two different prefixes from different sources with different URL's. The optimal solution would be to push this upstream and get them to agree, at least on the canonical URL. Otherwise, I feel like we're stuck with making arbitrary decisions in prefixmaps. Am I missing something?