Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_alt>
9
                        <1>$GlobalUniqueIdentifier</1>
10
                        <2>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>
15
                                    <_alt>
16
                                        <1>$CatalogNumberNumeric</1>
17
                                        <2>$CatalogNumber</2>
18
                                    </_alt>
19
                                </3>
20
                            </_join>
21
                        </2>
22
                    </_alt>
23
                </authorlocationcode>
24
                <elevation_m>
25
                    <_avg>
26
                        <max>$MaximumElevationInMeters</max>
27
                        <min>$MinimumElevationInMeters</min>
28
                    </_avg>
29
                </elevation_m>
30
                <locationevent>
31
                    <taxonoccurrence>
32
                        <aggregateoccurrence>
33
                            <collectiondate>
34
                                <_alt>
35
                                    <1><_date><date>$VerbatimCollectingDate</date></_date></1>
36
                                    <2>
37
                                        <_date>
38
                                            <day>
39
                                                <_nullIf>
40
                                                    <null>0</null>
41
                                                    <type>float</type>
42
                                                    <value>$DayCollected</value>
43
                                                </_nullIf>
44
                                            </day>
45
                                            <month>
46
                                                <_nullIf>
47
                                                    <null>0</null>
48
                                                    <type>float</type>
49
                                                    <value>$MonthCollected</value>
50
                                                </_nullIf>
51
                                            </month>
52
                                            <year>
53
                                                <_nullIf>
54
                                                    <null>0</null>
55
                                                    <type>float</type>
56
                                                    <value>$YearCollected</value>
57
                                                </_nullIf>
58
                                            </year>
59
                                        </_date>
60
                                    </2>
61
                                </_alt>
62
                            </collectiondate>
63
                            <count>$IndividualCount</count>
64
                            <notes>$FieldNotes</notes>
65
                            <plantobservation>
66
                                <collectionnumber>$CollectorNumber</collectionnumber>
67
                                <definedvalue fkey="tablerecord_id">
68
                                    <userdefined_id>
69
                                        <userdefined>
70
                                            <tablename>plantobservation</tablename>
71
                                            <userdefinedname>sex</userdefinedname>
72
                                        </userdefined>
73
                                    </userdefined_id>
74
                                    <definedvalue>$Sex</definedvalue>
75
                                </definedvalue>
76
                                <specimenreplicate>
77
                                    <catalognumber_dwc>
78
                                        <_alt>
79
                                            <1>$CatalogNumberNumeric</1>
80
                                            <2>$CatalogNumber</2>
81
                                        </_alt>
82
                                    </catalognumber_dwc>
83
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
84
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
85
                                    <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
86
                                </specimenreplicate>
87
                            </plantobservation>
88
                        </aggregateoccurrence>
89
                        <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
90
                        <taxondetermination>
91
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
92
                            <taxonverbatim_id>
93
                                <taxonverbatim>
94
                                    <taxonlabel_id>
95
                                        <taxonlabel>
96
                                            <matched_label_id>
97
                                                <taxonlabel>
98
                                                    <creator_id>
99
                                                        <party>
100
                                                            <creator_id>0</creator_id>
101
                                                            <organizationname>TNRS</organizationname>
102
                                                        </party>
103
                                                    </creator_id>
104
                                                    <taxonomicname>
105
                                                        <_join_words>
106
                                                            <1><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></1>
107
                                                            <2>
108
                                                                <_alt>
109
                                                                    <1>$ScientificNameAuthor</1>
110
                                                                    <2>
111
                                                                        <_alt>
112
                                                                            <1>$ScientificName</1>
113
                                                                            <2>
114
                                                                                <_join_words>
115
                                                                                    <2>$Genus</2>
116
                                                                                    <3>$Species</3>
117
                                                                                    <4>$Subspecies</4>
118
                                                                                </_join_words>
119
                                                                            </2>
120
                                                                        </_alt>
121
                                                                    </2>
122
                                                                </_alt>
123
                                                            </2>
124
                                                        </_join_words>
125
                                                    </taxonomicname>
126
                                                </taxonlabel>
127
                                            </matched_label_id>
128
                                            <creationdate>
129
                                                <_date>
130
                                                    <day>
131
                                                        <_nullIf>
132
                                                            <null>0</null>
133
                                                            <type>float</type>
134
                                                            <value>$DayIdentified</value>
135
                                                        </_nullIf>
136
                                                    </day>
137
                                                    <month>
138
                                                        <_nullIf>
139
                                                            <null>0</null>
140
                                                            <type>float</type>
141
                                                            <value>$MonthIdentified</value>
142
                                                        </_nullIf>
143
                                                    </month>
144
                                                    <year>
145
                                                        <_nullIf>
146
                                                            <null>0</null>
147
                                                            <type>float</type>
148
                                                            <value>$YearIdentified</value>
149
                                                        </_nullIf>
150
                                                    </year>
151
                                                </_date>
152
                                            </creationdate>
153
                                            <creator_id>
154
                                                <_simplifyPath>
155
                                                    <next>creator_id</next>
156
                                                    <path><party><fullname>$IdentifiedBy</fullname></party></path>
157
                                                </_simplifyPath>
158
                                            </creator_id>
159
                                            <parent_id>
160
                                                <taxonlabel>
161
                                                    <parent_id>
162
                                                        <taxonlabel>
163
                                                            <rank>cultivar</rank>
164
                                                            <parent_id>
165
                                                                <taxonlabel>
166
                                                                    <rank>forma</rank>
167
                                                                    <parent_id>
168
                                                                        <taxonlabel>
169
                                                                            <rank>variety</rank>
170
                                                                            <parent_id>
171
                                                                                <taxonlabel>
172
                                                                                    <rank>subspecies</rank>
173
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
174
                                                                                    <parent_id>
175
                                                                                        <taxonlabel>
176
                                                                                            <rank>species</rank>
177
                                                                                            <taxonepithet>$Species</taxonepithet>
178
                                                                                            <parent_id>
179
                                                                                                <taxonlabel>
180
                                                                                                    <rank>genus</rank>
181
                                                                                                    <taxonepithet>$Genus</taxonepithet>
182
                                                                                                    <parent_id>
183
                                                                                                        <taxonlabel>
184
                                                                                                            <rank>family</rank>
185
                                                                                                            <taxonepithet>$Family</taxonepithet>
186
                                                                                                            <parent_id>
187
                                                                                                                <taxonlabel>
188
                                                                                                                    <rank>order</rank>
189
                                                                                                                    <taxonepithet>$Order</taxonepithet>
190
                                                                                                                    <parent_id>
191
                                                                                                                        <taxonlabel>
192
                                                                                                                            <rank>class</rank>
193
                                                                                                                            <taxonepithet>$Class</taxonepithet>
194
                                                                                                                            <parent_id>
195
                                                                                                                                <taxonlabel>
196
                                                                                                                                    <rank>phylum</rank>
197
                                                                                                                                    <taxonepithet>$Phylum</taxonepithet>
198
                                                                                                                                    <parent_id>
199
                                                                                                                                        <taxonlabel>
200
                                                                                                                                            <rank>kingdom</rank>
201
                                                                                                                                            <taxonepithet>$Kingdom</taxonepithet>
202
                                                                                                                                        </taxonlabel>
203
                                                                                                                                    </parent_id>
204
                                                                                                                                </taxonlabel>
205
                                                                                                                            </parent_id>
206
                                                                                                                        </taxonlabel>
207
                                                                                                                    </parent_id>
208
                                                                                                                </taxonlabel>
209
                                                                                                            </parent_id>
210
                                                                                                        </taxonlabel>
211
                                                                                                    </parent_id>
212
                                                                                                </taxonlabel>
213
                                                                                            </parent_id>
214
                                                                                        </taxonlabel>
215
                                                                                    </parent_id>
216
                                                                                </taxonlabel>
217
                                                                            </parent_id>
218
                                                                        </taxonlabel>
219
                                                                    </parent_id>
220
                                                                </taxonlabel>
221
                                                            </parent_id>
222
                                                        </taxonlabel>
223
                                                    </parent_id>
224
                                                </taxonlabel>
225
                                            </parent_id>
226
                                            <taxonomicname>
227
                                                <_join_words>
228
                                                    <1><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></1>
229
                                                    <2>
230
                                                        <_alt>
231
                                                            <1>$ScientificNameAuthor</1>
232
                                                            <2>
233
                                                                <_alt>
234
                                                                    <1>$ScientificName</1>
235
                                                                    <2>
236
                                                                        <_join_words>
237
                                                                            <2>$Genus</2>
238
                                                                            <3>$Species</3>
239
                                                                            <4>$Subspecies</4>
240
                                                                        </_join_words>
241
                                                                    </2>
242
                                                                </_alt>
243
                                                            </2>
244
                                                        </_alt>
245
                                                    </2>
246
                                                </_join_words>
247
                                            </taxonomicname>
248
                                        </taxonlabel>
249
                                    </taxonlabel_id>
250
                                    <binomial>$ScientificName</binomial>
251
                                    <family>$Family</family>
252
                                    <genus>$Genus</genus>
253
                                    <specific_epithet>$Species</specific_epithet>
254
                                    <taxonomicname>$ScientificNameAuthor</taxonomicname>
255
                                </taxonverbatim>
256
                            </taxonverbatim_id>
257
                            <determinationdate>
258
                                <_date>
259
                                    <day>
260
                                        <_nullIf>
261
                                            <null>0</null>
262
                                            <type>float</type>
263
                                            <value>$DayIdentified</value>
264
                                        </_nullIf>
265
                                    </day>
266
                                    <month>
267
                                        <_nullIf>
268
                                            <null>0</null>
269
                                            <type>float</type>
270
                                            <value>$MonthIdentified</value>
271
                                        </_nullIf>
272
                                    </month>
273
                                    <year>
274
                                        <_nullIf>
275
                                            <null>0</null>
276
                                            <type>float</type>
277
                                            <value>$YearIdentified</value>
278
                                        </_nullIf>
279
                                    </year>
280
                                </_date>
281
                            </determinationdate>
282
                            <notes>$Remarks</notes>
283
                            <taxonfit>$IdentificationModifier</taxonfit>
284
                        </taxondetermination>
285
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
286
                    </taxonoccurrence>
287
                    <waterdepth_m>
288
                        <_avg>
289
                            <max>$MaximumDepthInMeters</max>
290
                            <min>$MinimumDepthInMeters</min>
291
                        </_avg>
292
                    </waterdepth_m>
293
                </locationevent>
294
                <locationnarrative>$Locality</locationnarrative>
295
                <locationplace>
296
                    <place_id>
297
                        <place>
298
                            <coordinates_id>
299
                                <coordinates>
300
                                    <coordsaccuracy_deg><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg>
301
                                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
302
                                    <latitude_deg>
303
                                        <_nullIf>
304
                                            <null>0</null>
305
                                            <type>float</type>
306
                                            <value>$DecimalLatitude</value>
307
                                        </_nullIf>
308
                                    </latitude_deg>
309
                                    <longitude_deg>
310
                                        <_nullIf>
311
                                            <null>0</null>
312
                                            <type>float</type>
313
                                            <value>$DecimalLongitude</value>
314
                                        </_nullIf>
315
                                    </longitude_deg>
316
                                </coordinates>
317
                            </coordinates_id>
318
                            <continent>$ContinentOcean</continent>
319
                            <country>$Country</country>
320
                            <county>$County</county>
321
                            <stateprovince>$StateProvince</stateprovince>
322
                        </place>
323
                    </place_id>
324
                </locationplace>
325
            </location>
326
        </path>
327
    </_simplifyPath>
328
</VegBIEN>
329
Inserted 39 new rows into database
(5-5/6)