Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>TEX</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <elevation_m>
11
                            <_units>
12
                                <to>m</to>
13
                                <to></to>
14
                                <value>$ELEVATION</value>
15
                            </_units>
16
                        </elevation_m>
17
                        <iscultivated>
18
                            <_locationnarrative_is_cultivated>
19
                                <locationnarrative>
20
                                    <_join>
21
                                        <1>$LOCALITY</1>
22
                                        <3>$VEGETATION</3>
23
                                    </_join>
24
                                </locationnarrative>
25
                            </_locationnarrative_is_cultivated>
26
                        </iscultivated>
27
                        <locationevent>
28
                            <taxonoccurrence>
29
                                <aggregateoccurrence>
30
                                    <collectiondate>
31
                                        <_alt>
32
                                            <1>$EXACT DATE</1>
33
                                            <2>$GENERAL DATE</2>
34
                                        </_alt>
35
                                    </collectiondate>
36
                                    <notes>
37
                                        <_join>
38
                                            <1>$PLANT DATA</1>
39
                                            <2>$MISC NOTES</2>
40
                                        </_join>
41
                                    </notes>
42
                                    <plantobservation>
43
                                        <authorplantcode>$COLLECTOR NUMBER</authorplantcode>
44
                                        <reproductivecondition>$PHENOLOGY</reproductivecondition>
45
                                        <specimenreplicate>
46
                                            <collectioncode_dwc>$HERBARIUM</collectioncode_dwc>
47
                                            <collectionnumber>$COLLECTOR NUMBER</collectionnumber>
48
                                        </specimenreplicate>
49
                                    </plantobservation>
50
                                </aggregateoccurrence>
51
                                <collector_id>
52
                                    <party>
53
                                        <fullname>
54
                                            <_join>
55
                                                <1>
56
                                                    <_join_words>
57
                                                        <1>$COLLECTOR 1 FIRST NAME</1>
58
                                                        <2>$COLLECTOR 1 LAST NAME</2>
59
                                                    </_join_words>
60
                                                </1>
61
                                                <2>
62
                                                    <_join_words>
63
                                                        <1>$COLLECTOR 2 FIRST NAME</1>
64
                                                        <2>$COLLECTOR 2 LAST NAME</2>
65
                                                    </_join_words>
66
                                                </2>
67
                                                <3>
68
                                                    <_join_words>
69
                                                        <1>$COLLECTOR 3 FIRST NAME</1>
70
                                                        <2>$COLLECTOR 3 LAST NAME</2>
71
                                                    </_join_words>
72
                                                </3>
73
                                                <4>
74
                                                    <_join_words>
75
                                                        <1>$COLLECTOR 4 FIRST NAME</1>
76
                                                        <2>$COLLECTOR 4 LAST NAME</2>
77
                                                    </_join_words>
78
                                                </4>
79
                                                <5>
80
                                                    <_join_words>
81
                                                        <1>$COLLECTOR 5 FIRST NAME</1>
82
                                                        <2>$COLLECTOR 5 LAST NAME</2>
83
                                                    </_join_words>
84
                                                </5>
85
                                            </_join>
86
                                        </fullname>
87
                                    </party>
88
                                </collector_id>
89
                                <iscultivated>
90
                                    <_map>
91
                                        <cultivated>t</cultivated>
92
                                        <wild>f</wild>
93
                                        <*></*>
94
                                        <value>$ORIGIN</value>
95
                                    </_map>
96
                                </iscultivated>
97
                                <isnative>
98
                                    <_map>
99
                                        <native>t</native>
100
                                        <exotic>f</exotic>
101
                                        <*></*>
102
                                        <value>$ORIGIN</value>
103
                                    </_map>
104
                                </isnative>
105
                                <taxondetermination>
106
                                    <party_id>
107
                                        <party>
108
                                            <fullname>
109
                                                <_alt>
110
                                                    <0>$DETERMINER FIRST NAME</0>
111
                                                    <1>$DETERMINER LAST NAME</1>
112
                                                </_alt>
113
                                            </fullname>
114
                                        </party>
115
                                    </party_id>
116
                                    <taxonverbatim_id>
117
                                        <taxonverbatim>
118
                                            <taxonlabel_id>
119
                                                <taxonlabel>
120
                                                    <parent_id>
121
                                                        <taxonlabel>
122
                                                            <parent_id>
123
                                                                <taxonlabel>
124
                                                                    <rank>cultivar</rank>
125
                                                                    <parent_id>
126
                                                                        <taxonlabel>
127
                                                                            <rank>forma</rank>
128
                                                                            <parent_id>
129
                                                                                <taxonlabel>
130
                                                                                    <rank>variety</rank>
131
                                                                                    <taxonepithet>$VARIETY</taxonepithet>
132
                                                                                    <parent_id>
133
                                                                                        <taxonlabel>
134
                                                                                            <rank>subspecies</rank>
135
                                                                                            <taxonepithet>$SUBSPECIES</taxonepithet>
136
                                                                                            <parent_id>
137
                                                                                                <taxonlabel>
138
                                                                                                    <rank>species</rank>
139
                                                                                                    <taxonepithet>$SPECIES</taxonepithet>
140
                                                                                                    <parent_id>
141
                                                                                                        <taxonlabel>
142
                                                                                                            <rank>genus</rank>
143
                                                                                                            <taxonepithet>$GENUS</taxonepithet>
144
                                                                                                            <parent_id>
145
                                                                                                                <taxonlabel>
146
                                                                                                                    <rank>family</rank>
147
                                                                                                                    <taxonepithet>$FAMILY</taxonepithet>
148
                                                                                                                </taxonlabel>
149
                                                                                                            </parent_id>
150
                                                                                                        </taxonlabel>
151
                                                                                                    </parent_id>
152
                                                                                                </taxonlabel>
153
                                                                                            </parent_id>
154
                                                                                        </taxonlabel>
155
                                                                                    </parent_id>
156
                                                                                </taxonlabel>
157
                                                                            </parent_id>
158
                                                                        </taxonlabel>
159
                                                                    </parent_id>
160
                                                                </taxonlabel>
161
                                                            </parent_id>
162
                                                        </taxonlabel>
163
                                                    </parent_id>
164
                                                    <taxonomicname>
165
                                                        <_merge_prefix>
166
                                                            <prefix><_taxon_family_require_std><family>$FAMILY</family></_taxon_family_require_std></prefix>
167
                                                            <value>
168
                                                                <_join_words>
169
                                                                    <1>
170
                                                                        <_join_words>
171
                                                                            <2>$GENUS</2>
172
                                                                            <3>$SPECIES</3>
173
                                                                            <4>$SUBSPECIES</4>
174
                                                                            <6>
175
                                                                                <_join_words>
176
                                                                                    <1>var. </1>
177
                                                                                    <2>$VARIETY</2>
178
                                                                                </_join_words>
179
                                                                            </6>
180
                                                                        </_join_words>
181
                                                                    </1>
182
                                                                    <2>$SPECIES AUTHORITY</2>
183
                                                                </_join_words>
184
                                                            </value>
185
                                                        </_merge_prefix>
186
                                                    </taxonomicname>
187
                                                </taxonlabel>
188
                                            </taxonlabel_id>
189
                                            <author>$SPECIES AUTHORITY</author>
190
                                            <family>$FAMILY</family>
191
                                            <genus>$GENUS</genus>
192
                                            <specific_epithet>$SPECIES</specific_epithet>
193
                                        </taxonverbatim>
194
                                    </taxonverbatim_id>
195
                                    <determinationdate><_dateRangeStart><value>$DET DATE</value></_dateRangeStart></determinationdate>
196
                                </taxondetermination>
197
                            </taxonoccurrence>
198
                        </locationevent>
199
                        <locationnarrative>
200
                            <_merge>
201
                                <1>$LOCALITY</1>
202
                                <3>
203
                                    <_label>
204
                                        <label>habitat</label>
205
                                        <value>$VEGETATION</value>
206
                                    </_label>
207
                                </3>
208
                            </_merge>
209
                        </locationnarrative>
210
                        <locationplace>
211
                            <place_id>
212
                                <place>
213
                                    <coordinates_id>
214
                                        <coordinates>
215
                                            <latitude_deg><_dms_to_dd><value>$LATITUDE</value></_dms_to_dd></latitude_deg>
216
                                            <longitude_deg><_dms_to_dd><value>$LONGITUDE</value></_dms_to_dd></longitude_deg>
217
                                            <verbatimlatitude>$LATITUDE</verbatimlatitude>
218
                                            <verbatimlongitude>$LONGITUDE</verbatimlongitude>
219
                                        </coordinates>
220
                                    </coordinates_id>
221
                                    <county>$COUNTY</county>
222
                                    <matched_place_id>
223
                                        <place>
224
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
225
                                            <coordinates_id>
226
                                                <coordinates>
227
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
228
                                                    <latitude_deg><_dms_to_dd><value>$LATITUDE</value></_dms_to_dd></latitude_deg>
229
                                                    <longitude_deg><_dms_to_dd><value>$LONGITUDE</value></_dms_to_dd></longitude_deg>
230
                                                </coordinates>
231
                                            </coordinates_id>
232
                                            <county>$COUNTY</county>
233
                                            <stateprovince>$STATE</stateprovince>
234
                                        </place>
235
                                    </matched_place_id>
236
                                    <stateprovince>$STATE</stateprovince>
237
                                </place>
238
                            </place_id>
239
                        </locationplace>
240
                        <verbatimelevation>$ELEVATION</verbatimelevation>
241
                    </location>
242
                </path>
243
            </_simplifyPath>
244
        </path>
245
    </_setDefault>
246
</VegBIEN>
247
Inserted 13 new rows into database
(6-6/7)