Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_join>
9
                        <1>$InstitutionCD</1>
10
                        <2>$CollectionCD</2>
11
                        <3>$CatalogNO</3>
12
                    </_join>
13
                </authorlocationcode>
14 4753 aaronmk
                <elevation_m>
15 4621 aaronmk
                    <_avg>
16 4820 aaronmk
                        <max>$MaximumElevationInMeter</max>
17 4822 aaronmk
                        <min>$MinimumElevationInMeter</min>
18 4621 aaronmk
                    </_avg>
19 4753 aaronmk
                </elevation_m>
20 4621 aaronmk
                <locationevent>
21
                    <taxonoccurrence>
22
                        <aggregateoccurrence>
23 6217 aaronmk
                            <collectiondate>$LatestDateCollected</collectiondate>
24 4621 aaronmk
                            <plantobservation>
25
                                <specimenreplicate>
26
                                    <catalognumber_dwc>$CatalogNO</catalognumber_dwc>
27
                                    <collectioncode_dwc>$CollectionCD</collectioncode_dwc>
28 6179 aaronmk
                                    <institution_id><sourcename><name>$InstitutionCD</name></sourcename></institution_id>
29 4621 aaronmk
                                </specimenreplicate>
30
                            </plantobservation>
31
                        </aggregateoccurrence>
32 6171 aaronmk
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
33 4621 aaronmk
                        <taxondetermination>
34 5600 aaronmk
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
35 5657 aaronmk
                            <taxonverbatim_id>
36
                                <taxonverbatim>
37
                                    <taxonlabel_id>
38 5608 aaronmk
                                        <taxonlabel>
39 5657 aaronmk
                                            <matched_label_id>
40
                                                <taxonlabel>
41 6179 aaronmk
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
42 5657 aaronmk
                                                    <taxonomicname>
43
                                                        <_join_words>
44 6359 aaronmk
                                                            <1>
45
                                                                <_taxon_family_require_std>
46
                                                                    <family>
47
                                                                        <_nullIf>
48
                                                                            <null>$ScientificName</null>
49
                                                                            <value>$Family</value>
50
                                                                        </_nullIf>
51
                                                                    </family>
52
                                                                </_taxon_family_require_std>
53
                                                            </1>
54 5788 aaronmk
                                                            <2>
55
                                                                <_join_words>
56
                                                                    <1>
57
                                                                        <_alt>
58
                                                                            <1>$ScientificName</1>
59
                                                                            <2>
60
                                                                                <_join_words>
61
                                                                                    <2>$Genus</2>
62
                                                                                    <3>$SpecificEpithet</3>
63
                                                                                    <5>$InfraspecificEpithet</5>
64
                                                                                </_join_words>
65
                                                                            </2>
66
                                                                        </_alt>
67
                                                                    </1>
68
                                                                    <2>$AuthorOfScientificName</2>
69
                                                                </_join_words>
70
                                                            </2>
71 5657 aaronmk
                                                        </_join_words>
72
                                                    </taxonomicname>
73
                                                </taxonlabel>
74
                                            </matched_label_id>
75 5294 aaronmk
                                            <parent_id>
76 5608 aaronmk
                                                <taxonlabel>
77 5294 aaronmk
                                                    <parent_id>
78 5608 aaronmk
                                                        <taxonlabel>
79 5657 aaronmk
                                                            <rank>cultivar</rank>
80 5294 aaronmk
                                                            <parent_id>
81 5608 aaronmk
                                                                <taxonlabel>
82 5657 aaronmk
                                                                    <rank>forma</rank>
83 5294 aaronmk
                                                                    <parent_id>
84 5608 aaronmk
                                                                        <taxonlabel>
85 5657 aaronmk
                                                                            <rank>variety</rank>
86 5294 aaronmk
                                                                            <parent_id>
87 5608 aaronmk
                                                                                <taxonlabel>
88 5657 aaronmk
                                                                                    <rank>subspecies</rank>
89 5294 aaronmk
                                                                                    <parent_id>
90 5608 aaronmk
                                                                                        <taxonlabel>
91 5657 aaronmk
                                                                                            <rank>species</rank>
92
                                                                                            <taxonepithet>$SpecificEpithet</taxonepithet>
93 5306 aaronmk
                                                                                            <parent_id>
94 5608 aaronmk
                                                                                                <taxonlabel>
95 5657 aaronmk
                                                                                                    <rank>genus</rank>
96
                                                                                                    <taxonepithet>$Genus</taxonepithet>
97
                                                                                                    <parent_id>
98
                                                                                                        <taxonlabel>
99
                                                                                                            <rank>family</rank>
100
                                                                                                            <taxonepithet>$Family</taxonepithet>
101
                                                                                                        </taxonlabel>
102
                                                                                                    </parent_id>
103 5608 aaronmk
                                                                                                </taxonlabel>
104 5306 aaronmk
                                                                                            </parent_id>
105 5608 aaronmk
                                                                                        </taxonlabel>
106 5294 aaronmk
                                                                                    </parent_id>
107 5608 aaronmk
                                                                                </taxonlabel>
108 5294 aaronmk
                                                                            </parent_id>
109 5608 aaronmk
                                                                        </taxonlabel>
110 5294 aaronmk
                                                                    </parent_id>
111 5608 aaronmk
                                                                </taxonlabel>
112 5294 aaronmk
                                                            </parent_id>
113 5608 aaronmk
                                                        </taxonlabel>
114 5294 aaronmk
                                                    </parent_id>
115 5657 aaronmk
                                                    <taxonepithet>$InfraspecificEpithet</taxonepithet>
116 5608 aaronmk
                                                </taxonlabel>
117 5294 aaronmk
                                            </parent_id>
118 5657 aaronmk
                                            <taxonomicname>
119
                                                <_join_words>
120 6359 aaronmk
                                                    <1>
121
                                                        <_taxon_family_require_std>
122
                                                            <family>
123
                                                                <_nullIf>
124
                                                                    <null>$ScientificName</null>
125
                                                                    <value>$Family</value>
126
                                                                </_nullIf>
127
                                                            </family>
128
                                                        </_taxon_family_require_std>
129
                                                    </1>
130 5788 aaronmk
                                                    <2>
131
                                                        <_join_words>
132
                                                            <1>
133
                                                                <_alt>
134
                                                                    <1>$ScientificName</1>
135
                                                                    <2>
136
                                                                        <_join_words>
137
                                                                            <2>$Genus</2>
138
                                                                            <3>$SpecificEpithet</3>
139
                                                                            <5>$InfraspecificEpithet</5>
140
                                                                        </_join_words>
141
                                                                    </2>
142
                                                                </_alt>
143
                                                            </1>
144
                                                            <2>$AuthorOfScientificName</2>
145
                                                        </_join_words>
146
                                                    </2>
147 5657 aaronmk
                                                </_join_words>
148
                                            </taxonomicname>
149 5608 aaronmk
                                        </taxonlabel>
150 5657 aaronmk
                                    </taxonlabel_id>
151
                                    <author>$AuthorOfScientificName</author>
152
                                    <family>$Family</family>
153
                                    <genus>$Genus</genus>
154 5783 aaronmk
                                    <specific_epithet>$SpecificEpithet</specific_epithet>
155 5948 aaronmk
                                    <taxonname>$ScientificName</taxonname>
156 5657 aaronmk
                                </taxonverbatim>
157
                            </taxonverbatim_id>
158 4621 aaronmk
                        </taxondetermination>
159
                        <taxondetermination>
160
                            <isoriginal>true</isoriginal>
161 5657 aaronmk
                            <taxonverbatim_id>
162
                                <taxonverbatim>
163
                                    <taxonlabel_id>
164 5608 aaronmk
                                        <taxonlabel>
165 5657 aaronmk
                                            <matched_label_id>
166
                                                <taxonlabel>
167 6179 aaronmk
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
168 5657 aaronmk
                                                    <taxonomicname>
169 5788 aaronmk
                                                        <_join_words>
170 6359 aaronmk
                                                            <1>
171
                                                                <_taxon_family_require_std>
172
                                                                    <family>
173
                                                                        <_nullIf>
174
                                                                            <null>$ScientificNameOriginal</null>
175
                                                                            <value>$GBIFFamilyOriginal</value>
176
                                                                        </_nullIf>
177
                                                                    </family>
178
                                                                </_taxon_family_require_std>
179
                                                            </1>
180 5657 aaronmk
                                                            <2>
181 5788 aaronmk
                                                                <_alt>
182
                                                                    <1>$ScientificNameOriginal</1>
183 5657 aaronmk
                                                                    <2>$GBIFGenusOriginal</2>
184 5788 aaronmk
                                                                </_alt>
185 5657 aaronmk
                                                            </2>
186 5788 aaronmk
                                                        </_join_words>
187 5657 aaronmk
                                                    </taxonomicname>
188
                                                </taxonlabel>
189
                                            </matched_label_id>
190 5295 aaronmk
                                            <parent_id>
191 5608 aaronmk
                                                <taxonlabel>
192 5295 aaronmk
                                                    <parent_id>
193 5608 aaronmk
                                                        <taxonlabel>
194 5657 aaronmk
                                                            <rank>cultivar</rank>
195 5295 aaronmk
                                                            <parent_id>
196 5608 aaronmk
                                                                <taxonlabel>
197 5657 aaronmk
                                                                    <rank>forma</rank>
198 5295 aaronmk
                                                                    <parent_id>
199 5608 aaronmk
                                                                        <taxonlabel>
200 5657 aaronmk
                                                                            <rank>variety</rank>
201 5295 aaronmk
                                                                            <parent_id>
202 5608 aaronmk
                                                                                <taxonlabel>
203 5657 aaronmk
                                                                                    <rank>subspecies</rank>
204 5295 aaronmk
                                                                                    <parent_id>
205 5608 aaronmk
                                                                                        <taxonlabel>
206 5657 aaronmk
                                                                                            <rank>species</rank>
207 5306 aaronmk
                                                                                            <parent_id>
208 5608 aaronmk
                                                                                                <taxonlabel>
209 5657 aaronmk
                                                                                                    <rank>genus</rank>
210
                                                                                                    <taxonepithet>$GBIFGenusOriginal</taxonepithet>
211
                                                                                                    <parent_id>
212
                                                                                                        <taxonlabel>
213
                                                                                                            <rank>family</rank>
214
                                                                                                            <taxonepithet>$GBIFFamilyOriginal</taxonepithet>
215
                                                                                                        </taxonlabel>
216
                                                                                                    </parent_id>
217 5608 aaronmk
                                                                                                </taxonlabel>
218 5306 aaronmk
                                                                                            </parent_id>
219 5608 aaronmk
                                                                                        </taxonlabel>
220 5295 aaronmk
                                                                                    </parent_id>
221 5608 aaronmk
                                                                                </taxonlabel>
222 5295 aaronmk
                                                                            </parent_id>
223 5608 aaronmk
                                                                        </taxonlabel>
224 5295 aaronmk
                                                                    </parent_id>
225 5608 aaronmk
                                                                </taxonlabel>
226 5295 aaronmk
                                                            </parent_id>
227 5608 aaronmk
                                                        </taxonlabel>
228 5295 aaronmk
                                                    </parent_id>
229 5608 aaronmk
                                                </taxonlabel>
230 5295 aaronmk
                                            </parent_id>
231 5657 aaronmk
                                            <taxonomicname>
232 5788 aaronmk
                                                <_join_words>
233 6359 aaronmk
                                                    <1>
234
                                                        <_taxon_family_require_std>
235
                                                            <family>
236
                                                                <_nullIf>
237
                                                                    <null>$ScientificNameOriginal</null>
238
                                                                    <value>$GBIFFamilyOriginal</value>
239
                                                                </_nullIf>
240
                                                            </family>
241
                                                        </_taxon_family_require_std>
242
                                                    </1>
243 5657 aaronmk
                                                    <2>
244 5788 aaronmk
                                                        <_alt>
245
                                                            <1>$ScientificNameOriginal</1>
246 5657 aaronmk
                                                            <2>$GBIFGenusOriginal</2>
247 5788 aaronmk
                                                        </_alt>
248 5657 aaronmk
                                                    </2>
249 5788 aaronmk
                                                </_join_words>
250 5657 aaronmk
                                            </taxonomicname>
251 5608 aaronmk
                                        </taxonlabel>
252 5657 aaronmk
                                    </taxonlabel_id>
253
                                    <family>$GBIFFamilyOriginal</family>
254
                                    <genus>$GBIFGenusOriginal</genus>
255 5948 aaronmk
                                    <taxonname>$ScientificNameOriginal</taxonname>
256 5657 aaronmk
                                </taxonverbatim>
257
                            </taxonverbatim_id>
258 4621 aaronmk
                        </taxondetermination>
259
                    </taxonoccurrence>
260
                </locationevent>
261
                <locationnarrative>$Locality</locationnarrative>
262 4726 aaronmk
                <locationplace>
263 5855 aaronmk
                    <place_id>
264
                        <place>
265 5861 aaronmk
                            <coordinates_id>
266
                                <coordinates>
267
                                    <latitude_deg>
268
                                        <_nullIf>
269
                                            <null>0</null>
270
                                            <type>float</type>
271
                                            <value>$VerbatimLatitude</value>
272
                                        </_nullIf>
273
                                    </latitude_deg>
274
                                    <longitude_deg>
275
                                        <_nullIf>
276
                                            <null>0</null>
277
                                            <type>float</type>
278
                                            <value>$VerbatimLongitude</value>
279
                                        </_nullIf>
280
                                    </longitude_deg>
281
                                </coordinates>
282
                            </coordinates_id>
283 4727 aaronmk
                            <country>$Country</country>
284
                            <county>$County</county>
285 5958 aaronmk
                            <matched_place_id>
286
                                <place>
287 6179 aaronmk
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
288 5958 aaronmk
                                    <coordinates_id>
289
                                        <coordinates>
290 6179 aaronmk
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
291 5969 aaronmk
                                            <latitude_deg>
292
                                                <_nullIf>
293
                                                    <null>0</null>
294
                                                    <type>float</type>
295
                                                    <value>$VerbatimLatitude</value>
296
                                                </_nullIf>
297
                                            </latitude_deg>
298
                                            <longitude_deg>
299
                                                <_nullIf>
300
                                                    <null>0</null>
301
                                                    <type>float</type>
302
                                                    <value>$VerbatimLongitude</value>
303
                                                </_nullIf>
304
                                            </longitude_deg>
305 5958 aaronmk
                                        </coordinates>
306
                                    </coordinates_id>
307
                                    <country>$Country</country>
308 6294 aaronmk
                                    <county>$County</county>
309 5958 aaronmk
                                    <stateprovince>$StateProvince</stateprovince>
310
                                </place>
311
                            </matched_place_id>
312 4727 aaronmk
                            <stateprovince>$StateProvince</stateprovince>
313 5855 aaronmk
                        </place>
314
                    </place_id>
315 4726 aaronmk
                </locationplace>
316 4621 aaronmk
            </location>
317
        </path>
318
    </_simplifyPath>
319 3641 aaronmk
</VegBIEN>
320 6171 aaronmk
Inserted 46 new rows into database