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
I would like to be able to programmatically check datasets for darwin core naming conventions. To do so, it would be handy to have a simple yet comprehenisve list of darwin core terms. So far best I've been able to find is:
However, this list is missing 2 of the 9 classes ("mearurementOrFact" and "resourceRelationship"), resulting in something like 17 terms missing (things like measurementID, measurementType, measurementUnit, measurementRemarks, resourceRelationshipID, etc).
Is there a comprehensive list of Darwin Core Terms that I can just import without doing a bunch of complicated webscraping?
The text was updated successfully, but these errors were encountered:
I'm currently not aware of such a list, but it is an understandable feature request. I've added it as a suggestion at tdwg/dwc#418.
Note: the simple_dwc_vertical list you point to is missing the measurementOfFact and resourceRelationship terms by design, as those classes are not part of Simple Darwin Core.
I would like to be able to programmatically check datasets for darwin core naming conventions. To do so, it would be handy to have a simple yet comprehenisve list of darwin core terms. So far best I've been able to find is:
https://github.com/tdwg/dwc/blob/master/dist/simple_dwc_vertical.csv
However, this list is missing 2 of the 9 classes ("mearurementOrFact" and "resourceRelationship"), resulting in something like 17 terms missing (things like measurementID, measurementType, measurementUnit, measurementRemarks, resourceRelationshipID, etc).
Is there a comprehensive list of Darwin Core Terms that I can just import without doing a bunch of complicated webscraping?
The text was updated successfully, but these errors were encountered: