Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_join>
9
                        <1>$InstitutionCD</1>
10
                        <2>$CollectionCD</2>
11
                        <3>$CatalogNO</3>
12
                    </_join>
13
                </authorlocationcode>
14
                <elevation_m>
15
                    <_avg>
16
                        <max>$MaximumElevationInMeter</max>
17
                        <min>$MinimumElevationInMeter</min>
18
                    </_avg>
19
                </elevation_m>
20
                <locationcoords>
21
                    <latitude_deg>
22
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$VerbatimLatitude</value>
26
                        </_nullIf>
27
                    </latitude_deg>
28
                    <longitude_deg>
29
                        <_nullIf>
30
                            <null>0</null>
31
                            <type>float</type>
32
                            <value>$VerbatimLongitude</value>
33
                        </_nullIf>
34
                    </longitude_deg>
35
                </locationcoords>
36
                <locationevent>
37
                    <taxonoccurrence>
38
                        <aggregateoccurrence>
39
                            <collectiondate><_date><date>$LatestDateCollected</date></_date></collectiondate>
40
                            <plantobservation>
41
                                <specimenreplicate>
42
                                    <catalognumber_dwc>$CatalogNO</catalognumber_dwc>
43
                                    <collectioncode_dwc>$CollectionCD</collectioncode_dwc>
44
                                    <institution_id><party><organizationname>$InstitutionCD</organizationname></party></institution_id>
45
                                </specimenreplicate>
46
                            </plantobservation>
47
                        </aggregateoccurrence>
48
                        <taxondetermination>
49
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
50
                            <taxonlabel_id>
51
                                <taxonlabel>
52
                                    <matched_label_id>
53
                                        <taxonlabel>
54
                                            <creator_id>
55
                                                <party>
56
                                                    <creator_id>0</creator_id>
57
                                                    <organizationname>TNRS</organizationname>
58
                                                </party>
59
                                            </creator_id>
60
                                            <identifyingtaxonomicname>
61
                                                <_join_words>
62
                                                    <1>
63
                                                        <_alt>
64
                                                            <1>$ScientificName</1>
65
                                                            <2>
66
                                                                <_join_words>
67
                                                                    <1>$Family</1>
68
                                                                    <2>$Genus</2>
69
                                                                    <3>$SpecificEpithet</3>
70
                                                                    <5>$InfraspecificEpithet</5>
71
                                                                </_join_words>
72
                                                            </2>
73
                                                        </_alt>
74
                                                    </1>
75
                                                    <2>$AuthorOfScientificName</2>
76
                                                </_join_words>
77
                                            </identifyingtaxonomicname>
78
                                        </taxonlabel>
79
                                    </matched_label_id>
80
                                    <author>$AuthorOfScientificName</author>
81
                                    <binomial>$ScientificName</binomial>
82
                                    <creator_id>
83
                                        <_simplifyPath>
84
                                            <next>creator_id</next>
85
                                            <path><party><fullname>$IdentifiedBy</fullname></party></path>
86
                                        </_simplifyPath>
87
                                    </creator_id>
88
                                    <family>$Family</family>
89
                                    <genus>$Genus</genus>
90
                                    <identifyingtaxonomicname>
91
                                        <_join_words>
92
                                            <1>
93
                                                <_alt>
94
                                                    <1>$ScientificName</1>
95
                                                    <2>
96
                                                        <_join_words>
97
                                                            <1>$Family</1>
98
                                                            <2>$Genus</2>
99
                                                            <3>$SpecificEpithet</3>
100
                                                            <5>$InfraspecificEpithet</5>
101
                                                        </_join_words>
102
                                                    </2>
103
                                                </_alt>
104
                                            </1>
105
                                            <2>$AuthorOfScientificName</2>
106
                                        </_join_words>
107
                                    </identifyingtaxonomicname>
108
                                    <parent_id>
109
                                        <taxonlabel>
110
                                            <parent_id>
111
                                                <taxonlabel>
112
                                                    <rank>cultivar</rank>
113
                                                    <parent_id>
114
                                                        <taxonlabel>
115
                                                            <rank>forma</rank>
116
                                                            <parent_id>
117
                                                                <taxonlabel>
118
                                                                    <rank>variety</rank>
119
                                                                    <parent_id>
120
                                                                        <taxonlabel>
121
                                                                            <rank>subspecies</rank>
122
                                                                            <parent_id>
123
                                                                                <taxonlabel>
124
                                                                                    <rank>species</rank>
125
                                                                                    <taxonepithet>$SpecificEpithet</taxonepithet>
126
                                                                                    <parent_id>
127
                                                                                        <taxonlabel>
128
                                                                                            <rank>genus</rank>
129
                                                                                            <taxonepithet>$Genus</taxonepithet>
130
                                                                                            <parent_id>
131
                                                                                                <taxonlabel>
132
                                                                                                    <rank>family</rank>
133
                                                                                                    <taxonepithet>$Family</taxonepithet>
134
                                                                                                </taxonlabel>
135
                                                                                            </parent_id>
136
                                                                                        </taxonlabel>
137
                                                                                    </parent_id>
138
                                                                                </taxonlabel>
139
                                                                            </parent_id>
140
                                                                        </taxonlabel>
141
                                                                    </parent_id>
142
                                                                </taxonlabel>
143
                                                            </parent_id>
144
                                                        </taxonlabel>
145
                                                    </parent_id>
146
                                                </taxonlabel>
147
                                            </parent_id>
148
                                            <taxonepithet>$InfraspecificEpithet</taxonepithet>
149
                                        </taxonlabel>
150
                                    </parent_id>
151
                                    <species>$SpecificEpithet</species>
152
                                </taxonlabel>
153
                            </taxonlabel_id>
154
                        </taxondetermination>
155
                        <taxondetermination>
156
                            <isoriginal>true</isoriginal>
157
                            <taxonlabel_id>
158
                                <taxonlabel>
159
                                    <binomial>$ScientificNameOriginal</binomial>
160
                                    <family>$GBIFFamilyOriginal</family>
161
                                    <genus>$GBIFGenusOriginal</genus>
162
                                    <matched_label_id>
163
                                        <taxonlabel>
164
                                            <creator_id>
165
                                                <party>
166
                                                    <creator_id>0</creator_id>
167
                                                    <organizationname>TNRS</organizationname>
168
                                                </party>
169
                                            </creator_id>
170
                                            <identifyingtaxonomicname>
171
                                                <_alt>
172
                                                    <1>$ScientificNameOriginal</1>
173
                                                    <2>
174
                                                        <_join_words>
175
                                                            <1>$GBIFFamilyOriginal</1>
176
                                                            <2>$GBIFGenusOriginal</2>
177
                                                        </_join_words>
178
                                                    </2>
179
                                                </_alt>
180
                                            </identifyingtaxonomicname>
181
                                        </taxonlabel>
182
                                    </matched_label_id>
183
                                    <parent_id>
184
                                        <taxonlabel>
185
                                            <parent_id>
186
                                                <taxonlabel>
187
                                                    <rank>cultivar</rank>
188
                                                    <parent_id>
189
                                                        <taxonlabel>
190
                                                            <rank>forma</rank>
191
                                                            <parent_id>
192
                                                                <taxonlabel>
193
                                                                    <rank>variety</rank>
194
                                                                    <parent_id>
195
                                                                        <taxonlabel>
196
                                                                            <rank>subspecies</rank>
197
                                                                            <parent_id>
198
                                                                                <taxonlabel>
199
                                                                                    <rank>species</rank>
200
                                                                                    <parent_id>
201
                                                                                        <taxonlabel>
202
                                                                                            <rank>genus</rank>
203
                                                                                            <taxonepithet>$GBIFGenusOriginal</taxonepithet>
204
                                                                                            <parent_id>
205
                                                                                                <taxonlabel>
206
                                                                                                    <rank>family</rank>
207
                                                                                                    <taxonepithet>$GBIFFamilyOriginal</taxonepithet>
208
                                                                                                </taxonlabel>
209
                                                                                            </parent_id>
210
                                                                                        </taxonlabel>
211
                                                                                    </parent_id>
212
                                                                                </taxonlabel>
213
                                                                            </parent_id>
214
                                                                        </taxonlabel>
215
                                                                    </parent_id>
216
                                                                </taxonlabel>
217
                                                            </parent_id>
218
                                                        </taxonlabel>
219
                                                    </parent_id>
220
                                                </taxonlabel>
221
                                            </parent_id>
222
                                        </taxonlabel>
223
                                    </parent_id>
224
                                </taxonlabel>
225
                            </taxonlabel_id>
226
                        </taxondetermination>
227
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
228
                    </taxonoccurrence>
229
                </locationevent>
230
                <locationnarrative>$Locality</locationnarrative>
231
                <locationplace>
232
                    <placepath_id>
233
                        <placepath>
234
                            <country>$Country</country>
235
                            <county>$County</county>
236
                            <stateprovince>$StateProvince</stateprovince>
237
                        </placepath>
238
                    </placepath_id>
239
                </locationplace>
240
            </location>
241
        </path>
242
    </_simplifyPath>
243
</VegBIEN>
244
Inserted 39 new rows into database
(6-6/7)