Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_join>
9
                        <1>$InstitutionCode</1>
10
                        <2>$CollectionCode</2>
11
                        <3>$CatalogNumber</3>
12
                    </_join>
13
                </authorlocationcode>
14 4753 aaronmk
                <elevation_m>
15 4621 aaronmk
                    <_avg>
16 4820 aaronmk
                        <max>$MaximumElevation</max>
17 4822 aaronmk
                        <min>$MinimumElevation</min>
18 4621 aaronmk
                    </_avg>
19 4753 aaronmk
                </elevation_m>
20 4726 aaronmk
                <locationcoords>
21 4753 aaronmk
                    <latitude_deg>
22 4621 aaronmk
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$latitude</value>
26
                        </_nullIf>
27 4753 aaronmk
                    </latitude_deg>
28
                    <longitude_deg>
29 4621 aaronmk
                        <_nullIf>
30
                            <null>0</null>
31
                            <type>float</type>
32
                            <value>$longitude</value>
33
                        </_nullIf>
34 4753 aaronmk
                    </longitude_deg>
35 4726 aaronmk
                </locationcoords>
36 4621 aaronmk
                <locationevent>
37
                    <taxonoccurrence>
38
                        <aggregateoccurrence>
39
                            <collectiondate>
40
                                <_date>
41
                                    <day>
42
                                        <_nullIf>
43
                                            <null>0</null>
44
                                            <type>float</type>
45
                                            <value>$DayCollected</value>
46
                                        </_nullIf>
47
                                    </day>
48
                                    <month>
49
                                        <_nullIf>
50
                                            <null>0</null>
51
                                            <type>float</type>
52
                                            <value>$MonthCollected</value>
53
                                        </_nullIf>
54
                                    </month>
55
                                    <year>
56
                                        <_nullIf>
57
                                            <null>0</null>
58
                                            <type>float</type>
59
                                            <value>$YearCollected</value>
60
                                        </_nullIf>
61
                                    </year>
62
                                </_date>
63
                            </collectiondate>
64
                            <count>$IndividualCount</count>
65
                            <notes>
66
                                <_alt>
67
                                    <0>$convertednotes</0>
68
                                    <1>$notes</1>
69
                                </_alt>
70
                            </notes>
71
                            <plantobservation>
72
                                <collectionnumber>$CollectorNumber</collectionnumber>
73
                                <specimenreplicate>
74
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
75
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
76
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
77
                                </specimenreplicate>
78
                            </plantobservation>
79
                        </aggregateoccurrence>
80
                        <taxondetermination>
81 5600 aaronmk
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
82 5657 aaronmk
                            <taxonverbatim_id>
83
                                <taxonverbatim>
84
                                    <taxonlabel_id>
85 5608 aaronmk
                                        <taxonlabel>
86 5657 aaronmk
                                            <matched_label_id>
87
                                                <taxonlabel>
88
                                                    <creator_id>
89
                                                        <party>
90
                                                            <creator_id>0</creator_id>
91
                                                            <organizationname>TNRS</organizationname>
92
                                                        </party>
93
                                                    </creator_id>
94
                                                    <taxonomicname>
95
                                                        <_join_words>
96
                                                            <1>
97
                                                                <_alt>
98
                                                                    <1>$ScientificName</1>
99
                                                                    <2>
100
                                                                        <_join_words>
101
                                                                            <1>$family</1>
102
                                                                            <2>$genus</2>
103
                                                                            <3>$species</3>
104
                                                                            <4>$Subspecies</4>
105
                                                                        </_join_words>
106
                                                                    </2>
107
                                                                </_alt>
108
                                                            </1>
109
                                                            <2>$ScientificNameAuthor</2>
110
                                                        </_join_words>
111
                                                    </taxonomicname>
112
                                                </taxonlabel>
113
                                            </matched_label_id>
114 5242 aaronmk
                                            <creator_id>
115 5657 aaronmk
                                                <_simplifyPath>
116
                                                    <next>creator_id</next>
117
                                                    <path><party><fullname>$IdentifiedBy</fullname></party></path>
118
                                                </_simplifyPath>
119 5242 aaronmk
                                            </creator_id>
120 5294 aaronmk
                                            <parent_id>
121 5608 aaronmk
                                                <taxonlabel>
122 5294 aaronmk
                                                    <parent_id>
123 5608 aaronmk
                                                        <taxonlabel>
124 5657 aaronmk
                                                            <rank>cultivar</rank>
125 5294 aaronmk
                                                            <parent_id>
126 5608 aaronmk
                                                                <taxonlabel>
127 5657 aaronmk
                                                                    <rank>forma</rank>
128 5294 aaronmk
                                                                    <parent_id>
129 5608 aaronmk
                                                                        <taxonlabel>
130 5657 aaronmk
                                                                            <rank>variety</rank>
131 5294 aaronmk
                                                                            <parent_id>
132 5608 aaronmk
                                                                                <taxonlabel>
133 5657 aaronmk
                                                                                    <rank>subspecies</rank>
134
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
135 5294 aaronmk
                                                                                    <parent_id>
136 5608 aaronmk
                                                                                        <taxonlabel>
137 5657 aaronmk
                                                                                            <rank>species</rank>
138
                                                                                            <taxonepithet>$species</taxonepithet>
139 5294 aaronmk
                                                                                            <parent_id>
140 5608 aaronmk
                                                                                                <taxonlabel>
141 5657 aaronmk
                                                                                                    <rank>genus</rank>
142
                                                                                                    <taxonepithet>$genus</taxonepithet>
143 5294 aaronmk
                                                                                                    <parent_id>
144 5608 aaronmk
                                                                                                        <taxonlabel>
145 5657 aaronmk
                                                                                                            <rank>family</rank>
146
                                                                                                            <taxonepithet>$family</taxonepithet>
147 5294 aaronmk
                                                                                                            <parent_id>
148 5608 aaronmk
                                                                                                                <taxonlabel>
149 5657 aaronmk
                                                                                                                    <rank>order</rank>
150 5294 aaronmk
                                                                                                                    <parent_id>
151 5608 aaronmk
                                                                                                                        <taxonlabel>
152 5657 aaronmk
                                                                                                                            <rank>class</rank>
153 5306 aaronmk
                                                                                                                            <parent_id>
154 5608 aaronmk
                                                                                                                                <taxonlabel>
155 5657 aaronmk
                                                                                                                                    <rank>phylum</rank>
156
                                                                                                                                    <parent_id>
157
                                                                                                                                        <taxonlabel>
158
                                                                                                                                            <rank>kingdom</rank>
159
                                                                                                                                            <taxonepithet>$Kingdom</taxonepithet>
160
                                                                                                                                        </taxonlabel>
161
                                                                                                                                    </parent_id>
162 5608 aaronmk
                                                                                                                                </taxonlabel>
163 5306 aaronmk
                                                                                                                            </parent_id>
164 5608 aaronmk
                                                                                                                        </taxonlabel>
165 5294 aaronmk
                                                                                                                    </parent_id>
166 5608 aaronmk
                                                                                                                </taxonlabel>
167 5294 aaronmk
                                                                                                            </parent_id>
168 5608 aaronmk
                                                                                                        </taxonlabel>
169 5294 aaronmk
                                                                                                    </parent_id>
170 5608 aaronmk
                                                                                                </taxonlabel>
171 5294 aaronmk
                                                                                            </parent_id>
172 5608 aaronmk
                                                                                        </taxonlabel>
173 5294 aaronmk
                                                                                    </parent_id>
174 5608 aaronmk
                                                                                </taxonlabel>
175 5294 aaronmk
                                                                            </parent_id>
176 5608 aaronmk
                                                                        </taxonlabel>
177 5294 aaronmk
                                                                    </parent_id>
178 5608 aaronmk
                                                                </taxonlabel>
179 5294 aaronmk
                                                            </parent_id>
180 5608 aaronmk
                                                        </taxonlabel>
181 5294 aaronmk
                                                    </parent_id>
182 5608 aaronmk
                                                </taxonlabel>
183 5294 aaronmk
                                            </parent_id>
184 5657 aaronmk
                                            <taxonomicname>
185
                                                <_join_words>
186
                                                    <1>
187
                                                        <_alt>
188
                                                            <1>$ScientificName</1>
189
                                                            <2>
190
                                                                <_join_words>
191
                                                                    <1>$family</1>
192
                                                                    <2>$genus</2>
193
                                                                    <3>$species</3>
194
                                                                    <4>$Subspecies</4>
195
                                                                </_join_words>
196
                                                            </2>
197
                                                        </_alt>
198
                                                    </1>
199
                                                    <2>$ScientificNameAuthor</2>
200
                                                </_join_words>
201
                                            </taxonomicname>
202 5608 aaronmk
                                        </taxonlabel>
203 5657 aaronmk
                                    </taxonlabel_id>
204
                                    <author>$ScientificNameAuthor</author>
205
                                    <binomial>$ScientificName</binomial>
206
                                    <family>$family</family>
207
                                    <genus>$genus</genus>
208
                                    <species>$species</species>
209
                                </taxonverbatim>
210
                            </taxonverbatim_id>
211 4621 aaronmk
                        </taxondetermination>
212
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
213
                    </taxonoccurrence>
214
                </locationevent>
215
                <locationnarrative>$Locality</locationnarrative>
216 4726 aaronmk
                <locationplace>
217 4727 aaronmk
                    <placepath_id>
218
                        <placepath>
219
                            <continent>$ContinentOcean</continent>
220
                            <country>$Country</country>
221
                            <county>$County</county>
222
                            <stateprovince>$StateProvince</stateprovince>
223
                        </placepath>
224
                    </placepath_id>
225 4726 aaronmk
                </locationplace>
226 4621 aaronmk
            </location>
227
        </path>
228
    </_simplifyPath>
229 3641 aaronmk
</VegBIEN>
230 5655 aaronmk
Inserted 36 new rows into database