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

How to share multiple dates for one specimen? #31

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Closed

How to share multiple dates for one specimen? #31

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Some specimens have multiple dates on their specimen label, for example: one 
for the flowers and one for the plant itself: "May 16 and August 7, 1991". For 
insect specimens I've even seen triple dates.

How do we advise to express such a date in eventDate 
(http://rs.tdwg.org/dwc/terms/index.htm#eventDate)?

1) No eventDate
verbatimEventDate: May 16 and August 7, 1991
eventDate: 
startDayOfYear: 
endDayOfYear:
year: 1991
month: 
day: 

2) Separated dates in eventDate:
verbatimEventDate: May 16 and August 7, 1991
eventDate: 1991-05-16|1991-08-07
startDayOfYear: 
endDayOfYear:
year: 1991
month: 
day: 

Original issue reported on code.google.com by peter.de...@gmail.com on 11 Jun 2011 at 4:06

@GoogleCodeExporter
Copy link
Author

After talking with John, I've decided to recommend option 1: no eventDate. 
Option 2 is not ISO 8601 compliant. For an example see: 
http://code.google.com/p/applecore/wiki/CollectionDate#Examples

This issue is considered closed. Leave a comment if you want to reopen it.

Original comment by peter.de...@gmail.com on 13 Jun 2011 at 8:06

  • Changed state: Done

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

1 participant