Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>UNCC</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>
11
                            <_join>
12
                                <1>
13
                                    <_map>
14
                                        <UNCCD>UNCC</UNCCD>
15
                                        <*>*</*>
16
                                        <value>$herbarium</value>
17
                                    </_map>
18
                                </1>
19
                                <3>$accession</3>
20
                            </_join>
21
                        </authorlocationcode>
22
                        <iscultivated>
23
                            <_locationnarrative_is_cultivated>
24
                                <locationnarrative>
25
                                    <_join>
26
                                        <1>$locality</1>
27
                                        <3>$habitat</3>
28
                                    </_join>
29
                                </locationnarrative>
30
                            </_locationnarrative_is_cultivated>
31
                        </iscultivated>
32
                        <locationevent>
33
                            <taxonoccurrence>
34
                                <aggregateoccurrence>
35
                                    <collectiondate>
36
                                        <_date>
37
                                            <day>
38
                                                <_nullIf>
39
                                                    <null>0</null>
40
                                                    <type>float</type>
41
                                                    <value>$collday</value>
42
                                                </_nullIf>
43
                                            </day>
44
                                            <month>
45
                                                <_nullIf>
46
                                                    <null>0</null>
47
                                                    <type>float</type>
48
                                                    <value>$collmonth</value>
49
                                                </_nullIf>
50
                                            </month>
51
                                            <year>
52
                                                <_nullIf>
53
                                                    <null>0</null>
54
                                                    <type>float</type>
55
                                                    <value>$collyear</value>
56
                                                </_nullIf>
57
                                            </year>
58
                                        </_date>
59
                                    </collectiondate>
60
                                    <notes>
61
                                        <_join>
62
                                            <1>$comment1</1>
63
                                            <2>$comment2</2>
64
                                            <3>$comment3</3>
65
                                            <4>$comment4</4>
66
                                            <5>
67
                                                <_label>
68
                                                    <label>campus</label>
69
                                                    <value>$campus</value>
70
                                                </_label>
71
                                            </5>
72
                                            <6>
73
                                                <_label>
74
                                                    <label>loaned to</label>
75
                                                    <value>$loanto</value>
76
                                                </_label>
77
                                            </6>
78
                                            <7>
79
                                                <_label>
80
                                                    <label>in or out</label>
81
                                                    <value>$inorout</value>
82
                                                </_label>
83
                                            </7>
84
                                        </_join>
85
                                    </notes>
86
                                    <plantobservation>
87
                                        <authorplantcode>$collectno</authorplantcode>
88
                                        <specimenreplicate>
89
                                            <catalognumber_dwc>$accession</catalognumber_dwc>
90
                                            <collectionnumber>$collectno</collectionnumber>
91
                                            <institution_id>
92
                                                <sourcelist>
93
                                                    <name>
94
                                                        <_map>
95
                                                            <UNCCD>UNCC</UNCCD>
96
                                                            <*>*</*>
97
                                                            <value>$herbarium</value>
98
                                                        </_map>
99
                                                    </name>
100
                                                    <sourcename>
101
                                                        <name>
102
                                                            <_map>
103
                                                                <UNCCD>UNCC</UNCCD>
104
                                                                <*>*</*>
105
                                                                <value>$herbarium</value>
106
                                                            </_map>
107
                                                        </name>
108
                                                    </sourcename>
109
                                                </sourcelist>
110
                                            </institution_id>
111
                                        </specimenreplicate>
112
                                    </plantobservation>
113
                                </aggregateoccurrence>
114
                                <collector_id>
115
                                    <party>
116
                                        <fullname>
117
                                            <_join>
118
                                                <1>$collector</1>
119
                                                <2>$collector1</2>
120
                                                <3>$collector2</3>
121
                                                <4>$collector3</4>
122
                                            </_join>
123
                                        </fullname>
124
                                    </party>
125
                                </collector_id>
126
                                <iscultivated>$cultivated</iscultivated>
127
                                <taxondetermination>
128
                                    <taxonverbatim_id>
129
                                        <taxonverbatim>
130
                                            <taxonlabel_id>
131
                                                <taxonlabel>
132
                                                    <parent_id>
133
                                                        <taxonlabel>
134
                                                            <rank>
135
                                                                <_alt>
136
                                                                    <1>$usdaRank</1>
137
                                                                    <2>$infrarank</2>
138
                                                                </_alt>
139
                                                            </rank>
140
                                                            <parent_id>
141
                                                                <taxonlabel>
142
                                                                    <rank>cultivar</rank>
143
                                                                    <parent_id>
144
                                                                        <taxonlabel>
145
                                                                            <rank>forma</rank>
146
                                                                            <parent_id>
147
                                                                                <taxonlabel>
148
                                                                                    <rank>variety</rank>
149
                                                                                    <parent_id>
150
                                                                                        <taxonlabel>
151
                                                                                            <rank>subspecies</rank>
152
                                                                                            <parent_id>
153
                                                                                                <taxonlabel>
154
                                                                                                    <rank>species</rank>
155
                                                                                                    <taxonepithet>$species</taxonepithet>
156
                                                                                                    <parent_id>
157
                                                                                                        <taxonlabel>
158
                                                                                                            <rank>genus</rank>
159
                                                                                                            <taxonepithet>$genus</taxonepithet>
160
                                                                                                            <parent_id>
161
                                                                                                                <taxonlabel>
162
                                                                                                                    <rank>family</rank>
163
                                                                                                                    <taxonepithet>$family</taxonepithet>
164
                                                                                                                </taxonlabel>
165
                                                                                                            </parent_id>
166
                                                                                                        </taxonlabel>
167
                                                                                                    </parent_id>
168
                                                                                                </taxonlabel>
169
                                                                                            </parent_id>
170
                                                                                        </taxonlabel>
171
                                                                                    </parent_id>
172
                                                                                </taxonlabel>
173
                                                                            </parent_id>
174
                                                                        </taxonlabel>
175
                                                                    </parent_id>
176
                                                                </taxonlabel>
177
                                                            </parent_id>
178
                                                            <taxonepithet>$infraname</taxonepithet>
179
                                                        </taxonlabel>
180
                                                    </parent_id>
181
                                                    <rank>
182
                                                        <_alt>
183
                                                            <1>$usdaRank</1>
184
                                                            <2>$infrarank</2>
185
                                                        </_alt>
186
                                                    </rank>
187
                                                    <taxonomicname>
188
                                                        <_merge_prefix>
189
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
190
                                                            <value>
191
                                                                <_join_words>
192
                                                                    <1>
193
                                                                        <_alt>
194
                                                                            <1>$SciName</1>
195
                                                                            <2>
196
                                                                                <_join_words>
197
                                                                                    <2>$genus</2>
198
                                                                                    <3>$species</3>
199
                                                                                    <5>
200
                                                                                        <_join_words>
201
                                                                                            <1>
202
                                                                                                <_if name="if has infraspecificEpithet">
203
                                                                                                    <cond>$infraname</cond>
204
                                                                                                    <then>
205
                                                                                                        <_alt>
206
                                                                                                            <1>$usdaRank</1>
207
                                                                                                            <2>$infrarank</2>
208
                                                                                                        </_alt>
209
                                                                                                    </then>
210
                                                                                                </_if>
211
                                                                                            </1>
212
                                                                                            <2>$infraname</2>
213
                                                                                        </_join_words>
214
                                                                                    </5>
215
                                                                                </_join_words>
216
                                                                            </2>
217
                                                                        </_alt>
218
                                                                    </1>
219
                                                                    <2>$authors</2>
220
                                                                </_join_words>
221
                                                            </value>
222
                                                        </_merge_prefix>
223
                                                    </taxonomicname>
224
                                                </taxonlabel>
225
                                            </taxonlabel_id>
226
                                            <author>$authors</author>
227
                                            <family>$family</family>
228
                                            <genus>$genus</genus>
229
                                            <specific_epithet>$species</specific_epithet>
230
                                            <taxonname>$SciName</taxonname>
231
                                            <verbatimrank>
232
                                                <_alt>
233
                                                    <1>$usdaRank</1>
234
                                                    <2>$infrarank</2>
235
                                                </_alt>
236
                                            </verbatimrank>
237
                                        </taxonverbatim>
238
                                    </taxonverbatim_id>
239
                                </taxondetermination>
240
                            </taxonoccurrence>
241
                        </locationevent>
242
                        <locationnarrative>
243
                            <_merge>
244
                                <1>$locality</1>
245
                                <3>
246
                                    <_label>
247
                                        <label>habitat</label>
248
                                        <value>$habitat</value>
249
                                    </_label>
250
                                </3>
251
                            </_merge>
252
                        </locationnarrative>
253
                        <locationplace>
254
                            <place_id>
255
                                <place>
256
                                    <country>$country</country>
257
                                    <county>$county</county>
258
                                    <matched_place_id>
259
                                        <place>
260
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
261
                                            <country>$country</country>
262
                                            <county>$county</county>
263
                                            <stateprovince>$state</stateprovince>
264
                                        </place>
265
                                    </matched_place_id>
266
                                    <stateprovince>$state</stateprovince>
267
                                </place>
268
                            </place_id>
269
                        </locationplace>
270
                    </location>
271
                </path>
272
            </_simplifyPath>
273
        </path>
274
    </_setDefault>
275
</VegBIEN>
276
Inserted 26 new rows into database
(7-7/8)