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