Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3786 aaronmk
    <location id="-1">
4
        <elevation>
5
            <_alt>
6
                <2>
7
                    <_avg>
8
                        <max>
9
                            <_units>
10
                                <default>m</default>
11
                                <to>m</to>
12
                                <to></to>
13
                                <value>$MaximumElevation</value>
14
                            </_units>
15
                        </max>
16
                        <min>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>
22
                                    <_rangeStart>
23
                                        <value>
24
                                            <_replace>
25
                                                <\bca\.?></\bca\.?>
26
                                                <value>$MinimumElevation</value>
27
                                            </_replace>
28
                                        </value>
29
                                    </_rangeStart>
30
                                </value>
31
                            </_units>
32
                        </min>
33
                    </_avg>
34
                </2>
35
            </_alt>
36
        </elevation>
37
        <elevationrange>
38
            <_range>
39
                <from>
40
                    <_units>
41
                        <default>m</default>
42
                        <to>m</to>
43
                        <to></to>
44
                        <value>
45
                            <_rangeStart>
46
                                <value>
47
                                    <_replace>
48
                                        <\bca\.?></\bca\.?>
49
                                        <value>$MinimumElevation</value>
50
                                    </_replace>
51
                                </value>
52
                            </_rangeStart>
53
                        </value>
54
                    </_units>
55
                </from>
56
                <to>
57
                    <_units>
58
                        <default>m</default>
59
                        <to>m</to>
60
                        <to></to>
61
                        <value>
62 3641 aaronmk
                            <_alt>
63 3786 aaronmk
                                <1>$MaximumElevation</1>
64 3641 aaronmk
                                <2>
65 3786 aaronmk
                                    <_rangeEnd>
66
                                        <value>
67
                                            <_replace>
68
                                                <\bca\.?></\bca\.?>
69
                                                <value>$MinimumElevation</value>
70
                                            </_replace>
71
                                        </value>
72
                                    </_rangeEnd>
73 3641 aaronmk
                                </2>
74
                            </_alt>
75 3786 aaronmk
                        </value>
76
                    </_units>
77
                </to>
78
            </_range>
79
        </elevationrange>
80
        <locationdetermination>
81
            <latitude>
82
                <_alt>
83
                    <1>
84
                        <_nullIf>
85
                            <null>0</null>
86
                            <type>float</type>
87
                            <value>$latitude</value>
88
                        </_nullIf>
89
                    </1>
90
                </_alt>
91
            </latitude>
92
            <longitude>
93
                <_alt>
94
                    <1>
95
                        <_nullIf>
96
                            <null>0</null>
97
                            <type>float</type>
98
                            <value>$longitude</value>
99
                        </_nullIf>
100
                    </1>
101
                </_alt>
102
            </longitude>
103
            <namedplace_id>
104
                <_simplifyPath>
105
                    <next>parent_id/namedplace</next>
106
                    <require>placename</require>
107
                    <path>
108
                        <namedplace>
109
                            <rank>county</rank>
110
                            <placename>$County</placename>
111
                            <parent_id>
112
                                <namedplace>
113
                                    <rank>stateProvince</rank>
114
                                    <placename>$StateProvince</placename>
115
                                    <parent_id>
116
                                        <namedplace>
117
                                            <rank>country</rank>
118
                                            <placename>$Country</placename>
119
                                            <parent_id>
120
                                                <namedplace>
121
                                                    <rank>continent</rank>
122
                                                    <placename>$ContinentOcean</placename>
123
                                                </namedplace>
124
                                            </parent_id>
125
                                        </namedplace>
126
                                    </parent_id>
127
                                </namedplace>
128
                            </parent_id>
129
                        </namedplace>
130
                    </path>
131
                </_simplifyPath>
132
            </namedplace_id>
133
        </locationdetermination>
134
        <locationevent>
135 3915 aaronmk
            <taxonoccurrence>
136
                <aggregateoccurrence>
137
                    <collectiondate>
138
                        <_date>
139
                            <date>
140 3780 aaronmk
                                <_alt>
141
                                    <1>
142 3786 aaronmk
                                        <_date>
143
                                            <day>
144
                                                <_nullIf>
145
                                                    <null>0</null>
146
                                                    <type>float</type>
147
                                                    <value>$DayCollected</value>
148
                                                </_nullIf>
149
                                            </day>
150
                                            <month>
151
                                                <_nullIf>
152
                                                    <null>0</null>
153
                                                    <type>float</type>
154
                                                    <value>$MonthCollected</value>
155
                                                </_nullIf>
156
                                            </month>
157
                                            <year>
158
                                                <_nullIf>
159
                                                    <null>0</null>
160
                                                    <type>float</type>
161
                                                    <value>$YearCollected</value>
162
                                                </_nullIf>
163
                                            </year>
164
                                        </_date>
165 3780 aaronmk
                                    </1>
166
                                </_alt>
167 3915 aaronmk
                            </date>
168
                        </_date>
169
                    </collectiondate>
170 3912 aaronmk
                    <notes>$convertednotes</notes>
171 3907 aaronmk
                    <plantobservation>
172
                        <specimenreplicate>
173
                            <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
174
                            <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
175
                            <collectionnumber><_alt><1><_alt><1>$CollectorNumber</1></_alt></1></_alt></collectionnumber>
176
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
177
                            <verbatimcollectorname>$Collector</verbatimcollectorname>
178
                        </specimenreplicate>
179
                    </plantobservation>
180
                </aggregateoccurrence>
181 3786 aaronmk
                <taxondetermination>
182
                    <iscurrent>true</iscurrent>
183
                    <role>identifier</role>
184
                    <party_id>
185
                        <party>
186
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
187
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
188
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
189
                        </party>
190
                    </party_id>
191
                    <isoriginal>true</isoriginal>
192
                    <plantconcept_id>
193
                        <plantconcept>
194
                            <plantname_id>
195 3780 aaronmk
                                <_simplifyPath>
196 3786 aaronmk
                                    <next>parent_id/plantname</next>
197
                                    <require>plantname</require>
198 3780 aaronmk
                                    <path>
199 3641 aaronmk
                                        <plantname>
200 3786 aaronmk
                                            <rank>binomial</rank>
201
                                            <plantname>$ScientificName</plantname>
202 3641 aaronmk
                                            <parent_id>
203
                                                <plantname>
204 3786 aaronmk
                                                    <rank>authority</rank>
205
                                                    <plantname>$ScientificNameAuthor</plantname>
206 3641 aaronmk
                                                    <parent_id>
207
                                                        <plantname>
208 3786 aaronmk
                                                            <rank>subspecies</rank>
209
                                                            <plantname>$Subspecies</plantname>
210 3641 aaronmk
                                                            <parent_id>
211
                                                                <plantname>
212 3786 aaronmk
                                                                    <rank>species</rank>
213
                                                                    <plantname>$species</plantname>
214 3641 aaronmk
                                                                    <parent_id>
215
                                                                        <plantname>
216 3786 aaronmk
                                                                            <rank>genus</rank>
217
                                                                            <plantname>$genus</plantname>
218 3641 aaronmk
                                                                            <parent_id>
219
                                                                                <plantname>
220 3786 aaronmk
                                                                                    <rank>family</rank>
221
                                                                                    <plantname>$family</plantname>
222 3641 aaronmk
                                                                                    <parent_id>
223
                                                                                        <plantname>
224 3786 aaronmk
                                                                                            <rank>order</rank>
225 3641 aaronmk
                                                                                            <parent_id>
226
                                                                                                <plantname>
227 3786 aaronmk
                                                                                                    <rank>class</rank>
228 3641 aaronmk
                                                                                                    <parent_id>
229
                                                                                                        <plantname>
230 3786 aaronmk
                                                                                                            <rank>subkingdom</rank>
231
                                                                                                            <parent_id>
232
                                                                                                                <plantname>
233
                                                                                                                    <rank>kingdom</rank>
234
                                                                                                                    <plantname>$Kingdom</plantname>
235
                                                                                                                </plantname>
236
                                                                                                            </parent_id>
237 3641 aaronmk
                                                                                                        </plantname>
238
                                                                                                    </parent_id>
239
                                                                                                </plantname>
240
                                                                                            </parent_id>
241
                                                                                        </plantname>
242
                                                                                    </parent_id>
243
                                                                                </plantname>
244
                                                                            </parent_id>
245
                                                                        </plantname>
246
                                                                    </parent_id>
247
                                                                </plantname>
248
                                                            </parent_id>
249
                                                        </plantname>
250
                                                    </parent_id>
251
                                                </plantname>
252
                                            </parent_id>
253
                                        </plantname>
254 3786 aaronmk
                                    </path>
255
                                </_simplifyPath>
256
                            </plantname_id>
257
                        </plantconcept>
258
                    </plantconcept_id>
259
                </taxondetermination>
260 3907 aaronmk
            </taxonoccurrence>
261 3786 aaronmk
        </locationevent>
262
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
263
        <sourceaccessioncode>
264
            <_alt>
265
                <2>
266
                    <_merge>
267
                        <1>$InstitutionCode</1>
268
                        <2>$CollectionCode</2>
269
                        <3>$CatalogNumber</3>
270
                    </_merge>
271
                </2>
272
            </_alt>
273
        </sourceaccessioncode>
274
    </location>
275 3641 aaronmk
</VegBIEN>
276 3907 aaronmk
Inserted 38 new rows into database