Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>MO</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>$CatalogNumber</3>
15
                            </_join>
16
                        </authorlocationcode>
17
                        <elevation_m>
18
                            <_avg>
19
                                <max>$MaximumElevation</max>
20
                                <min>$MinimumElevation</min>
21
                            </_avg>
22
                        </elevation_m>
23
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$Locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
24
                        <locationevent>
25
                            <taxonoccurrence>
26
                                <aggregateoccurrence>
27
                                    <collectiondate>
28
                                        <_date>
29
                                            <day>
30
                                                <_nullIf>
31
                                                    <null>0</null>
32
                                                    <type>float</type>
33
                                                    <value>$DayCollected</value>
34
                                                </_nullIf>
35
                                            </day>
36
                                            <month>
37
                                                <_nullIf>
38
                                                    <null>0</null>
39
                                                    <type>float</type>
40
                                                    <value>$MonthCollected</value>
41
                                                </_nullIf>
42
                                            </month>
43
                                            <year>
44
                                                <_nullIf>
45
                                                    <null>0</null>
46
                                                    <type>float</type>
47
                                                    <value>$YearCollected</value>
48
                                                </_nullIf>
49
                                            </year>
50
                                        </_date>
51
                                    </collectiondate>
52
                                    <count>$IndividualCount</count>
53
                                    <notes>
54
                                        <_alt>
55
                                            <0>$convertednotes</0>
56
                                            <1>$notes</1>
57
                                        </_alt>
58
                                    </notes>
59
                                    <plantobservation>
60
                                        <collectionnumber>$CollectorNumber</collectionnumber>
61
                                        <specimenreplicate>
62
                                            <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
63
                                            <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
64
                                            <institution_id>
65
                                                <sourcelist>
66
                                                    <name>$InstitutionCode</name>
67
                                                    <sourcename>
68
                                                        <name>
69
                                                            <_split>
70
                                                                <separator>, </separator>
71
                                                                <value>$InstitutionCode</value>
72
                                                            </_split>
73
                                                        </name>
74
                                                    </sourcename>
75
                                                </sourcelist>
76
                                            </institution_id>
77
                                        </specimenreplicate>
78
                                    </plantobservation>
79
                                </aggregateoccurrence>
80
                                <collector_id><party><fullname>$Collector</fullname></party></collector_id>
81
                                <taxondetermination>
82
                                    <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
83
                                    <taxonverbatim_id>
84
                                        <taxonverbatim>
85
                                            <taxonlabel_id>
86
                                                <taxonlabel>
87
                                                    <parent_id>
88
                                                        <taxonlabel>
89
                                                            <parent_id>
90
                                                                <taxonlabel>
91
                                                                    <rank>cultivar</rank>
92
                                                                    <parent_id>
93
                                                                        <taxonlabel>
94
                                                                            <rank>forma</rank>
95
                                                                            <parent_id>
96
                                                                                <taxonlabel>
97
                                                                                    <rank>variety</rank>
98
                                                                                    <parent_id>
99
                                                                                        <taxonlabel>
100
                                                                                            <rank>subspecies</rank>
101
                                                                                            <taxonepithet>$Subspecies</taxonepithet>
102
                                                                                            <parent_id>
103
                                                                                                <taxonlabel>
104
                                                                                                    <rank>species</rank>
105
                                                                                                    <taxonepithet>$species</taxonepithet>
106
                                                                                                    <parent_id>
107
                                                                                                        <taxonlabel>
108
                                                                                                            <rank>genus</rank>
109
                                                                                                            <taxonepithet>$genus</taxonepithet>
110
                                                                                                            <parent_id>
111
                                                                                                                <taxonlabel>
112
                                                                                                                    <rank>family</rank>
113
                                                                                                                    <taxonepithet>$family</taxonepithet>
114
                                                                                                                    <parent_id>
115
                                                                                                                        <taxonlabel>
116
                                                                                                                            <rank>order</rank>
117
                                                                                                                            <parent_id>
118
                                                                                                                                <taxonlabel>
119
                                                                                                                                    <rank>class</rank>
120
                                                                                                                                    <parent_id>
121
                                                                                                                                        <taxonlabel>
122
                                                                                                                                            <rank>phylum</rank>
123
                                                                                                                                            <parent_id>
124
                                                                                                                                                <taxonlabel>
125
                                                                                                                                                    <rank>kingdom</rank>
126
                                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
127
                                                                                                                                                </taxonlabel>
128
                                                                                                                                            </parent_id>
129
                                                                                                                                        </taxonlabel>
130
                                                                                                                                    </parent_id>
131
                                                                                                                                </taxonlabel>
132
                                                                                                                            </parent_id>
133
                                                                                                                        </taxonlabel>
134
                                                                                                                    </parent_id>
135
                                                                                                                </taxonlabel>
136
                                                                                                            </parent_id>
137
                                                                                                        </taxonlabel>
138
                                                                                                    </parent_id>
139
                                                                                                </taxonlabel>
140
                                                                                            </parent_id>
141
                                                                                        </taxonlabel>
142
                                                                                    </parent_id>
143
                                                                                </taxonlabel>
144
                                                                            </parent_id>
145
                                                                        </taxonlabel>
146
                                                                    </parent_id>
147
                                                                </taxonlabel>
148
                                                            </parent_id>
149
                                                        </taxonlabel>
150
                                                    </parent_id>
151
                                                    <taxonomicname>
152
                                                        <_merge_prefix>
153
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
154
                                                            <value>
155
                                                                <_join_words>
156
                                                                    <1>
157
                                                                        <_alt>
158
                                                                            <1>$ScientificName</1>
159
                                                                            <2>
160
                                                                                <_join_words>
161
                                                                                    <2>$genus</2>
162
                                                                                    <3>$species</3>
163
                                                                                    <4>$Subspecies</4>
164
                                                                                </_join_words>
165
                                                                            </2>
166
                                                                        </_alt>
167
                                                                    </1>
168
                                                                    <2>$ScientificNameAuthor</2>
169
                                                                </_join_words>
170
                                                            </value>
171
                                                        </_merge_prefix>
172
                                                    </taxonomicname>
173
                                                </taxonlabel>
174
                                            </taxonlabel_id>
175
                                            <author>$ScientificNameAuthor</author>
176
                                            <family>$family</family>
177
                                            <genus>$genus</genus>
178
                                            <specific_epithet>$species</specific_epithet>
179
                                            <taxonname>$ScientificName</taxonname>
180
                                        </taxonverbatim>
181
                                    </taxonverbatim_id>
182
                                </taxondetermination>
183
                            </taxonoccurrence>
184
                        </locationevent>
185
                        <locationnarrative>$Locality</locationnarrative>
186
                        <locationplace>
187
                            <place_id>
188
                                <place>
189
                                    <coordinates_id>
190
                                        <coordinates>
191
                                            <latitude_deg>
192
                                                <_nullIf>
193
                                                    <null>0</null>
194
                                                    <type>float</type>
195
                                                    <value>$latitude</value>
196
                                                </_nullIf>
197
                                            </latitude_deg>
198
                                            <longitude_deg>
199
                                                <_nullIf>
200
                                                    <null>0</null>
201
                                                    <type>float</type>
202
                                                    <value>$longitude</value>
203
                                                </_nullIf>
204
                                            </longitude_deg>
205
                                        </coordinates>
206
                                    </coordinates_id>
207
                                    <continent>$ContinentOcean</continent>
208
                                    <country>$Country</country>
209
                                    <county>$County</county>
210
                                    <matched_place_id>
211
                                        <place>
212
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
213
                                            <coordinates_id>
214
                                                <coordinates>
215
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
216
                                                    <latitude_deg>
217
                                                        <_nullIf>
218
                                                            <null>0</null>
219
                                                            <type>float</type>
220
                                                            <value>$latitude</value>
221
                                                        </_nullIf>
222
                                                    </latitude_deg>
223
                                                    <longitude_deg>
224
                                                        <_nullIf>
225
                                                            <null>0</null>
226
                                                            <type>float</type>
227
                                                            <value>$longitude</value>
228
                                                        </_nullIf>
229
                                                    </longitude_deg>
230
                                                </coordinates>
231
                                            </coordinates_id>
232
                                            <country>$Country</country>
233
                                            <county>$County</county>
234
                                            <stateprovince>$StateProvince</stateprovince>
235
                                        </place>
236
                                    </matched_place_id>
237
                                    <stateprovince>$StateProvince</stateprovince>
238
                                </place>
239
                            </place_id>
240
                        </locationplace>
241
                    </location>
242
                </path>
243
            </_simplifyPath>
244
        </path>
245
    </_setDefault>
246
</VegBIEN>
247
Inserted 38 new rows into database
(5-5/6)