-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adding identifer namespaces? #1354
Comments
Yes, the local namespace isn't great. It happens during import of ZooBank though, not in the XRelease which just copies them over. Here is the source record: Which is based on this verbatim record: For the XRelease I would think removing local identifiers makes sense and making sure that nomenclator identifiers are added with their proper namespace. |
Unless ZooBank shares a different dwca I don't know how to improve this. The scientificNameID is taken as an alternative name id, but there is no scope. I could maybe block it from alt ids in case the name has the exact same identifier like we have here |
So the dwca:ID needs their https://api.checklistbank.org/dataset/2037/verbatim?q=d8167df7-42af-4dd2-bc49-5aae7f11a500 Is that what the Perhaps having a dataset configuration option for ID namespace would be useful (like the dataset option for adding extinct to all values?). Then for |
yes, identifier without scope means that it is just a local id. |
In the xrelease, I see ZooBank identifiers like this:
local:d8167df7-42af-4dd2-bc49-5aae7f11a500
https://api.checklistbank.org/dataset/301904/nameusage/DV3JP
It seems like it should be prefixed with their lsid namespace instead of
local:
?urn:lsid:zoobank.org:act:D8167DF7-42AF-4DD2-BC49-5AAE7F11A500
https://zoobank.org/NomenclaturalActs/d8167df7-42af-4dd2-bc49-5aae7f11a500
As far as I can tell, the
local:
namespace gets added by the backend:https://www.checklistbank.org/dataset/2037/verbatim?q=D8167DF7-42AF-4DD2-BC49-5AAE7F11A500
I might also start using COLDP
alternativeID
for Systema Dipterorum in order to add the ZooBank IDs soon, although Systema Dipterorum is in the process of adding the ZooBank IDs.The text was updated successfully, but these errors were encountered: