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>$PLANT DATA</notes>
37
                                    <plantobservation>
38
                                        <authorplantcode>$COLLECTOR NUMBER</authorplantcode>
39
                                        <reproductivecondition>$PHENOLOGY</reproductivecondition>
40
                                        <specimenreplicate>
41
                                            <collectioncode_dwc>$HERBARIUM</collectioncode_dwc>
42
                                            <collectionnumber>$COLLECTOR NUMBER</collectionnumber>
43
                                        </specimenreplicate>
44
                                    </plantobservation>
45
                                </aggregateoccurrence>
46
                                <collector_id>
47
                                    <party>
48
                                        <fullname>
49
                                            <_join>
50
                                                <1>
51
                                                    <_join_words>
52
                                                        <1>$COLLECTOR 1 FIRST NAME</1>
53
                                                        <2>$COLLECTOR 1 LAST NAME</2>
54
                                                    </_join_words>
55
                                                </1>
56
                                                <2>
57
                                                    <_join_words>
58
                                                        <1>$COLLECTOR 2 FIRST NAME</1>
59
                                                        <2>$COLLECTOR 2 LAST NAME</2>
60
                                                    </_join_words>
61
                                                </2>
62
                                                <3>
63
                                                    <_join_words>
64
                                                        <1>$COLLECTOR 3 FIRST NAME</1>
65
                                                        <2>$COLLECTOR 3 LAST NAME</2>
66
                                                    </_join_words>
67
                                                </3>
68
                                                <4>
69
                                                    <_join_words>
70
                                                        <1>$COLLECTOR 4 FIRST NAME</1>
71
                                                        <2>$COLLECTOR 4 LAST NAME</2>
72
                                                    </_join_words>
73
                                                </4>
74
                                                <5>
75
                                                    <_join_words>
76
                                                        <1>$COLLECTOR 5 FIRST NAME</1>
77
                                                        <2>$COLLECTOR 5 LAST NAME</2>
78
                                                    </_join_words>
79
                                                </5>
80
                                            </_join>
81
                                        </fullname>
82
                                    </party>
83
                                </collector_id>
84
                                <iscultivated>
85
                                    <_map>
86
                                        <cultivated>t</cultivated>
87
                                        <wild>f</wild>
88
                                        <*></*>
89
                                        <value>$ORIGIN</value>
90
                                    </_map>
91
                                </iscultivated>
92
                                <isnative>
93
                                    <_map>
94
                                        <native>t</native>
95
                                        <exotic>f</exotic>
96
                                        <*></*>
97
                                        <value>$ORIGIN</value>
98
                                    </_map>
99
                                </isnative>
100
                                <taxondetermination>
101
                                    <party_id>
102
                                        <party>
103
                                            <fullname>
104
                                                <_alt>
105
                                                    <0>$DETERMINER FIRST NAME</0>
106
                                                    <1>$DETERMINER LAST NAME</1>
107
                                                </_alt>
108
                                            </fullname>
109
                                        </party>
110
                                    </party_id>
111
                                    <taxonverbatim_id>
112
                                        <taxonverbatim>
113
                                            <taxonlabel_id>
114
                                                <taxonlabel>
115
                                                    <parent_id>
116
                                                        <taxonlabel>
117
                                                            <parent_id>
118
                                                                <taxonlabel>
119
                                                                    <rank>cultivar</rank>
120
                                                                    <parent_id>
121
                                                                        <taxonlabel>
122
                                                                            <rank>forma</rank>
123
                                                                            <parent_id>
124
                                                                                <taxonlabel>
125
                                                                                    <rank>variety</rank>
126
                                                                                    <taxonepithet>$VARIETY</taxonepithet>
127
                                                                                    <parent_id>
128
                                                                                        <taxonlabel>
129
                                                                                            <rank>subspecies</rank>
130
                                                                                            <taxonepithet>$SUBSPECIES</taxonepithet>
131
                                                                                            <parent_id>
132
                                                                                                <taxonlabel>
133
                                                                                                    <rank>species</rank>
134
                                                                                                    <taxonepithet>$SPECIES</taxonepithet>
135
                                                                                                    <parent_id>
136
                                                                                                        <taxonlabel>
137
                                                                                                            <rank>genus</rank>
138
                                                                                                            <taxonepithet>$GENUS</taxonepithet>
139
                                                                                                            <parent_id>
140
                                                                                                                <taxonlabel>
141
                                                                                                                    <rank>family</rank>
142
                                                                                                                    <taxonepithet>$FAMILY</taxonepithet>
143
                                                                                                                </taxonlabel>
144
                                                                                                            </parent_id>
145
                                                                                                        </taxonlabel>
146
                                                                                                    </parent_id>
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
                                                    <taxonomicname>
160
                                                        <_merge_prefix>
161
                                                            <prefix><_taxon_family_require_std><family>$FAMILY</family></_taxon_family_require_std></prefix>
162
                                                            <value>
163
                                                                <_join_words>
164
                                                                    <1>
165
                                                                        <_join_words>
166
                                                                            <2>$GENUS</2>
167
                                                                            <3>$SPECIES</3>
168
                                                                            <4>$SUBSPECIES</4>
169
                                                                            <6>
170
                                                                                <_join_words>
171
                                                                                    <1>var. </1>
172
                                                                                    <2>$VARIETY</2>
173
                                                                                </_join_words>
174
                                                                            </6>
175
                                                                        </_join_words>
176
                                                                    </1>
177
                                                                    <2>$SPECIES AUTHORITY</2>
178
                                                                </_join_words>
179
                                                            </value>
180
                                                        </_merge_prefix>
181
                                                    </taxonomicname>
182
                                                </taxonlabel>
183
                                            </taxonlabel_id>
184
                                            <author>$SPECIES AUTHORITY</author>
185
                                            <family>$FAMILY</family>
186
                                            <genus>$GENUS</genus>
187
                                            <specific_epithet>$SPECIES</specific_epithet>
188
                                        </taxonverbatim>
189
                                    </taxonverbatim_id>
190
                                    <determinationdate><_dateRangeStart><value>$DET DATE</value></_dateRangeStart></determinationdate>
191
                                </taxondetermination>
192
                            </taxonoccurrence>
193
                        </locationevent>
194
                        <locationnarrative>
195
                            <_merge>
196
                                <1>$LOCALITY</1>
197
                                <3>
198
                                    <_label>
199
                                        <label>habitat</label>
200
                                        <value>$VEGETATION</value>
201
                                    </_label>
202
                                </3>
203
                            </_merge>
204
                        </locationnarrative>
205
                        <locationplace>
206
                            <place_id>
207
                                <place>
208
                                    <coordinates_id>
209
                                        <coordinates>
210
                                            <verbatimlatitude>$LATITUDE</verbatimlatitude>
211
                                            <verbatimlongitude>$LONGITUDE</verbatimlongitude>
212
                                        </coordinates>
213
                                    </coordinates_id>
214
                                    <county>$COUNTY</county>
215
                                    <matched_place_id>
216
                                        <place>
217
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
218
                                            <county>$COUNTY</county>
219
                                            <stateprovince>$STATE</stateprovince>
220
                                        </place>
221
                                    </matched_place_id>
222
                                    <stateprovince>$STATE</stateprovince>
223
                                </place>
224
                            </place_id>
225
                        </locationplace>
226
                        <verbatimelevation>$ELEVATION</verbatimelevation>
227
                    </location>
228
                </path>
229
            </_simplifyPath>
230
        </path>
231
    </_setDefault>
232
</VegBIEN>
233
Inserted 11 new rows into database
(6-6/7)