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

Extend FileMatcher to set id and acceptedName (acceptedNameUsage) columns in the config #1

Open
gaurav opened this issue Jun 26, 2014 · 6 comments

Comments

@gaurav
Copy link
Owner

gaurav commented Jun 26, 2014

That would be sweet.

@gaurav gaurav self-assigned this Jun 26, 2014
@gaurav gaurav added this to the Complete FileMatcher milestone Nov 25, 2014
@gaurav
Copy link
Owner Author

gaurav commented Nov 25, 2014

Bear in mind that -- according to the spec at http://darwincore.googlecode.com/svn/trunk/terms/index.htm#acceptedNameUsageID -- this may be a globally unique ID. We could provide acceptedNameUsageID, and then look up acceptedName by taxonID if available in the same database. We definitely should not do this across multiple databases since we can't tell if http://darwincore.googlecode.com/svn/trunk/terms/index.htm#taxonID is globally unique or not.

@tucotuco
Copy link
Collaborator

This particular issue is not a priority for VertNet, as we have no NameUsageIDs in use anywhere in the network.

@gaurav
Copy link
Owner Author

gaurav commented Dec 1, 2014

Do you need accepted names at all? Or should BT just focus on matching names to checklists for now?

@tucotuco
Copy link
Collaborator

tucotuco commented Dec 1, 2014

Well, what we expect back, given a submitted name, is an accepted name, no?

@gaurav
Copy link
Owner Author

gaurav commented Dec 1, 2014

Right now, we return the queried name, scientificName and the "acceptedName" (which I should really replace with http://terms.tdwg.org/wiki/dwc:acceptedNameUsage). However, if it's a checklist like ITIS, which uses acceptedNameUsageIDs instead of acceptedNameUsage, we can't figure out the accepted name. Is that okay for now?

@tucotuco
Copy link
Collaborator

tucotuco commented Dec 4, 2014

It is OK for now, but without name resolution to a name, ITIS will be of
less utility.

On Mon, Dec 1, 2014 at 11:41 PM, Gaurav Vaidya [email protected]
wrote:

Right now, we return the queried name, scientificName and the
"acceptedName" (which I should really replace with
http://terms.tdwg.org/wiki/dwc:acceptedNameUsage). However, if it's a
checklist like ITIS, which uses acceptedNameUsageIDs instead of
acceptedNameUsage, we can't figure out the accepted name. Is that okay for
now?


Reply to this email directly or view it on GitHub
#1 (comment).

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

No branches or pull requests

2 participants