Revision 3907
Added by Aaron Marcuse-Kubitza over 12 years ago
import.specimens.xml.ref | ||
---|---|---|
206 | 206 |
</date> |
207 | 207 |
</_date> |
208 | 208 |
</obsstartdate> |
209 |
<specimenreplicate> |
|
210 |
<catalognumber_dwc>$CatalogNumber</catalognumber_dwc> |
|
211 |
<collectioncode_dwc>$CollectionCode</collectioncode_dwc> |
|
212 |
<collectionnumber><_alt><1><_alt><1>$CollectorNumber</1></_alt></1></_alt></collectionnumber> |
|
213 |
<description><_merge><1>$convertednotes</1></_merge></description> |
|
214 |
<institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id> |
|
209 |
<taxonoccurrence> |
|
210 |
<aggregateoccurrence> |
|
211 |
<plantobservation> |
|
212 |
<specimenreplicate> |
|
213 |
<catalognumber_dwc>$CatalogNumber</catalognumber_dwc> |
|
214 |
<collectioncode_dwc>$CollectionCode</collectioncode_dwc> |
|
215 |
<collectionnumber><_alt><1><_alt><1>$CollectorNumber</1></_alt></1></_alt></collectionnumber> |
|
216 |
<description><_merge><1>$convertednotes</1></_merge></description> |
|
217 |
<institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id> |
|
218 |
<verbatimcollectorname>$Collector</verbatimcollectorname> |
|
219 |
</specimenreplicate> |
|
220 |
</plantobservation> |
|
221 |
</aggregateoccurrence> |
|
215 | 222 |
<taxondetermination> |
216 | 223 |
<iscurrent>true</iscurrent> |
217 | 224 |
<role>identifier</role> |
... | ... | |
291 | 298 |
</plantconcept> |
292 | 299 |
</plantconcept_id> |
293 | 300 |
</taxondetermination> |
294 |
<verbatimcollectorname>$Collector</verbatimcollectorname> |
|
295 |
</specimenreplicate> |
|
301 |
</taxonoccurrence> |
|
296 | 302 |
</locationevent> |
297 | 303 |
<locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative> |
298 | 304 |
<sourceaccessioncode> |
... | ... | |
308 | 314 |
</sourceaccessioncode> |
309 | 315 |
</location> |
310 | 316 |
</VegBIEN> |
311 |
Inserted 32 new rows into database |
|
317 |
Inserted 38 new rows into database |
Also available in: Unified diff
mappings/DwC2-VegBIEN.specimens.csv: Mapped specimenreplicate via plantobservation for consistency with plots data. (This change is required for VegCSV table merging to work properly.) This is also a more accurate way of representing the data, because a specimen in fact comes from a plant, and it's natural to place the plant-related data (measurements, etc.) in the plantobservation table.