Revision 5014
Added by Aaron Marcuse-Kubitza over 12 years ago
VegCore-VegBIEN.csv | ||
---|---|---|
138 | 138 |
phylum,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/phylum, |
139 | 139 |
specificEpithet,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/species, |
140 | 140 |
subspecies,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/subspecies/_alt/1, |
141 |
taxonRank,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/subspecies/_alt/2/_name/first,
|
|
142 |
infraspecificEpithet,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/subspecies/_alt/2/_name/last,
|
|
141 |
taxonRank,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/subspecies/_alt/2/_join_words/1,
|
|
142 |
infraspecificEpithet,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/subspecies/_alt/2/_join_words/2,
|
|
143 | 143 |
scientificName,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/taxonomicname, |
144 | 144 |
scientificNameWithAuthorship,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/taxonomicnamewithauthor/_first/1, |
145 | 145 |
scientificName,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonpath/taxonomicnamewithauthor/_first/2/_join_words/1/_first/1, |
... | ... | |
172 | 172 |
verbatimScientificName,/location/locationevent/taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonpath/taxonomicname, |
173 | 173 |
verbatimIdentificationQualifier,/location/locationevent/taxonoccurrence/taxondetermination[isoriginal=true]/taxonfit, |
174 | 174 |
recordedBy,/location/locationevent/taxonoccurrence/verbatimcollectorname, |
175 |
recordedBy.givenName,/location/locationevent/taxonoccurrence/verbatimcollectorname/_name/first,
|
|
176 |
recordedBy.surName,/location/locationevent/taxonoccurrence/verbatimcollectorname/_name/last,
|
|
175 |
recordedBy.givenName,/location/locationevent/taxonoccurrence/verbatimcollectorname/_join_words/1,
|
|
176 |
recordedBy.surName,/location/locationevent/taxonoccurrence/verbatimcollectorname/_join_words/2,
|
|
177 | 177 |
voucherType,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/cond/_eq:[right=indirect]/left", |
178 | 178 |
catalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then", |
179 | 179 |
temperature,/location/locationevent/temperature_c, |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Use new, more general _join_words() instead of _name()