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 5608 aaronmk
                            <taxonlabel_id>
83
                                <taxonlabel>
84
                                    <matched_label_id>
85
                                        <taxonlabel>
86 5242 aaronmk
                                            <creator_id>
87 5237 aaronmk
                                                <party>
88 5242 aaronmk
                                                    <creator_id>0</creator_id>
89 5237 aaronmk
                                                    <organizationname>TNRS</organizationname>
90
                                                </party>
91 5242 aaronmk
                                            </creator_id>
92 5138 aaronmk
                                            <identifyingtaxonomicname>
93
                                                <_join_words>
94
                                                    <1>
95
                                                        <_alt>
96
                                                            <1>$ScientificName</1>
97
                                                            <2>
98
                                                                <_join_words>
99
                                                                    <1>$family</1>
100
                                                                    <2>$genus</2>
101
                                                                    <3>$species</3>
102
                                                                    <4>$Subspecies</4>
103
                                                                </_join_words>
104
                                                            </2>
105
                                                        </_alt>
106
                                                    </1>
107
                                                    <2>$ScientificNameAuthor</2>
108
                                                </_join_words>
109
                                            </identifyingtaxonomicname>
110 5608 aaronmk
                                        </taxonlabel>
111
                                    </matched_label_id>
112 4944 aaronmk
                                    <author>$ScientificNameAuthor</author>
113 5638 aaronmk
                                    <binomial>$ScientificName</binomial>
114 5241 aaronmk
                                    <creator_id>
115 5240 aaronmk
                                        <_simplifyPath>
116 5242 aaronmk
                                            <next>creator_id</next>
117 5600 aaronmk
                                            <path><party><fullname>$IdentifiedBy</fullname></party></path>
118 5240 aaronmk
                                        </_simplifyPath>
119 5241 aaronmk
                                    </creator_id>
120 4703 aaronmk
                                    <family>$family</family>
121
                                    <genus>$genus</genus>
122 5646 aaronmk
                                    <identifyingtaxonomicname>
123
                                        <_join_words>
124
                                            <1>
125
                                                <_alt>
126
                                                    <1>$ScientificName</1>
127
                                                    <2>
128
                                                        <_join_words>
129
                                                            <1>$family</1>
130
                                                            <2>$genus</2>
131
                                                            <3>$species</3>
132
                                                            <4>$Subspecies</4>
133
                                                        </_join_words>
134
                                                    </2>
135
                                                </_alt>
136
                                            </1>
137
                                            <2>$ScientificNameAuthor</2>
138
                                        </_join_words>
139
                                    </identifyingtaxonomicname>
140 5294 aaronmk
                                    <parent_id>
141 5608 aaronmk
                                        <taxonlabel>
142 5294 aaronmk
                                            <parent_id>
143 5608 aaronmk
                                                <taxonlabel>
144 5306 aaronmk
                                                    <rank>cultivar</rank>
145 5294 aaronmk
                                                    <parent_id>
146 5608 aaronmk
                                                        <taxonlabel>
147 5306 aaronmk
                                                            <rank>forma</rank>
148 5294 aaronmk
                                                            <parent_id>
149 5608 aaronmk
                                                                <taxonlabel>
150 5306 aaronmk
                                                                    <rank>variety</rank>
151 5294 aaronmk
                                                                    <parent_id>
152 5608 aaronmk
                                                                        <taxonlabel>
153 5306 aaronmk
                                                                            <rank>subspecies</rank>
154 5596 aaronmk
                                                                            <taxonepithet>$Subspecies</taxonepithet>
155 5294 aaronmk
                                                                            <parent_id>
156 5608 aaronmk
                                                                                <taxonlabel>
157 5306 aaronmk
                                                                                    <rank>species</rank>
158 5596 aaronmk
                                                                                    <taxonepithet>$species</taxonepithet>
159 5294 aaronmk
                                                                                    <parent_id>
160 5608 aaronmk
                                                                                        <taxonlabel>
161 5306 aaronmk
                                                                                            <rank>genus</rank>
162 5596 aaronmk
                                                                                            <taxonepithet>$genus</taxonepithet>
163 5294 aaronmk
                                                                                            <parent_id>
164 5608 aaronmk
                                                                                                <taxonlabel>
165 5306 aaronmk
                                                                                                    <rank>family</rank>
166 5596 aaronmk
                                                                                                    <taxonepithet>$family</taxonepithet>
167 5294 aaronmk
                                                                                                    <parent_id>
168 5608 aaronmk
                                                                                                        <taxonlabel>
169 5306 aaronmk
                                                                                                            <rank>order</rank>
170 5294 aaronmk
                                                                                                            <parent_id>
171 5608 aaronmk
                                                                                                                <taxonlabel>
172 5306 aaronmk
                                                                                                                    <rank>class</rank>
173 5294 aaronmk
                                                                                                                    <parent_id>
174 5608 aaronmk
                                                                                                                        <taxonlabel>
175 5306 aaronmk
                                                                                                                            <rank>phylum</rank>
176
                                                                                                                            <parent_id>
177 5608 aaronmk
                                                                                                                                <taxonlabel>
178 5306 aaronmk
                                                                                                                                    <rank>kingdom</rank>
179 5596 aaronmk
                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
180 5608 aaronmk
                                                                                                                                </taxonlabel>
181 5306 aaronmk
                                                                                                                            </parent_id>
182 5608 aaronmk
                                                                                                                        </taxonlabel>
183 5294 aaronmk
                                                                                                                    </parent_id>
184 5608 aaronmk
                                                                                                                </taxonlabel>
185 5294 aaronmk
                                                                                                            </parent_id>
186 5608 aaronmk
                                                                                                        </taxonlabel>
187 5294 aaronmk
                                                                                                    </parent_id>
188 5608 aaronmk
                                                                                                </taxonlabel>
189 5294 aaronmk
                                                                                            </parent_id>
190 5608 aaronmk
                                                                                        </taxonlabel>
191 5294 aaronmk
                                                                                    </parent_id>
192 5608 aaronmk
                                                                                </taxonlabel>
193 5294 aaronmk
                                                                            </parent_id>
194 5608 aaronmk
                                                                        </taxonlabel>
195 5294 aaronmk
                                                                    </parent_id>
196 5608 aaronmk
                                                                </taxonlabel>
197 5294 aaronmk
                                                            </parent_id>
198 5608 aaronmk
                                                        </taxonlabel>
199 5294 aaronmk
                                                    </parent_id>
200 5608 aaronmk
                                                </taxonlabel>
201 5294 aaronmk
                                            </parent_id>
202 5608 aaronmk
                                        </taxonlabel>
203 5294 aaronmk
                                    </parent_id>
204 5137 aaronmk
                                    <species>$species</species>
205 5608 aaronmk
                                </taxonlabel>
206
                            </taxonlabel_id>
207 4621 aaronmk
                        </taxondetermination>
208
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
209
                    </taxonoccurrence>
210
                </locationevent>
211
                <locationnarrative>$Locality</locationnarrative>
212 4726 aaronmk
                <locationplace>
213 4727 aaronmk
                    <placepath_id>
214
                        <placepath>
215
                            <continent>$ContinentOcean</continent>
216
                            <country>$Country</country>
217
                            <county>$County</county>
218
                            <stateprovince>$StateProvince</stateprovince>
219
                        </placepath>
220
                    </placepath_id>
221 4726 aaronmk
                </locationplace>
222 4621 aaronmk
            </location>
223
        </path>
224
    </_simplifyPath>
225 3641 aaronmk
</VegBIEN>
226 5294 aaronmk
Inserted 34 new rows into database