Revision 6811
Added by Aaron Marcuse-Kubitza almost 12 years ago
mappings/VegCore-VegBIEN.csv | ||
---|---|---|
152 | 152 |
recordedBy.givenName,/location/locationevent/taxonoccurrence/collector_id/party/fullname/_join_words/1, |
153 | 153 |
recordedBy.surName,/location/locationevent/taxonoccurrence/collector_id/party/fullname/_join_words/2, |
154 | 154 |
growthForm,/location/locationevent/taxonoccurrence/growthform, |
155 |
verbatimGrowthForm,/location/locationevent/taxonoccurrence/growthform, |
|
156 | 155 |
individualID,"/location/locationevent/taxonoccurrence/iscultivated/_alt/1/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
157 | 156 |
occurrenceID,"/location/locationevent/taxonoccurrence/iscultivated/_alt/1/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
158 | 157 |
recordNumber,"/location/locationevent/taxonoccurrence/iscultivated/_alt/1/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
mappings/for_review/VegCore-VegBIEN.csv | ||
---|---|---|
152 | 152 |
recordedBy.givenName,//party/fullname, |
153 | 153 |
recordedBy.surName,//party/fullname, |
154 | 154 |
growthForm,//taxonoccurrence/growthform, |
155 |
verbatimGrowthForm,//taxonoccurrence/growthform, |
|
156 | 155 |
individualID,"//taxonoccurrence/iscultivated/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
157 | 156 |
occurrenceID,"//taxonoccurrence/iscultivated/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
158 | 157 |
recordNumber,"//taxonoccurrence/iscultivated/_if[@name=""if TaxonOccurrence""]/cond/_exists", |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed no longer used verbatimGrowthForm. Map to growthForm instead and translate growth form values to VegBIEN's growthform enum.