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>$acronym</1>
10
                        <3>$accession_number</3>
11
                    </_join>
12
                </authorlocationcode>
13
                <locationevent>
14
                    <taxonoccurrence>
15
                        <aggregateoccurrence>
16
                            <collectiondate>
17
                                <_date>
18
                                    <day>
19
                                        <_nullIf>
20
                                            <null>0</null>
21
                                            <type>float</type>
22
                                            <value>$coll_day</value>
23
                                        </_nullIf>
24
                                    </day>
25
                                    <month>
26
                                        <_nullIf>
27
                                            <null>0</null>
28
                                            <type>float</type>
29
                                            <value>$coll_month</value>
30
                                        </_nullIf>
31
                                    </month>
32
                                    <year>
33
                                        <_nullIf>
34
                                            <null>0</null>
35
                                            <type>float</type>
36
                                            <value>$coll_year</value>
37
                                        </_nullIf>
38
                                    </year>
39
                                </_date>
40
                            </collectiondate>
41
                            <plantobservation>
42
                                <specimenreplicate>
43
                                    <catalognumber_dwc>$accession_number</catalognumber_dwc>
44
                                    <institution_id><sourcename><name>$acronym</name></sourcename></institution_id>
45
                                </specimenreplicate>
46
                            </plantobservation>
47
                        </aggregateoccurrence>
48
                        <collector_id><party><fullname>$collector</fullname></party></collector_id>
49
                        <taxondetermination>
50
                            <taxonverbatim_id>
51
                                <taxonverbatim>
52
                                    <taxonlabel_id>
53
                                        <taxonlabel>
54
                                            <matched_label_id>
55
                                                <taxonlabel>
56
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
57
                                                    <taxonomicname>
58
                                                        <_join_words>
59
                                                            <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
60
                                                            <2>
61
                                                                <_join_words>
62
                                                                    <2>$genus</2>
63
                                                                    <3>$specificEpithet</3>
64
                                                                </_join_words>
65
                                                            </2>
66
                                                        </_join_words>
67
                                                    </taxonomicname>
68
                                                </taxonlabel>
69
                                            </matched_label_id>
70
                                            <parent_id>
71
                                                <taxonlabel>
72
                                                    <parent_id>
73
                                                        <taxonlabel>
74
                                                            <rank>cultivar</rank>
75
                                                            <parent_id>
76
                                                                <taxonlabel>
77
                                                                    <rank>forma</rank>
78
                                                                    <parent_id>
79
                                                                        <taxonlabel>
80
                                                                            <rank>variety</rank>
81
                                                                            <parent_id>
82
                                                                                <taxonlabel>
83
                                                                                    <rank>subspecies</rank>
84
                                                                                    <parent_id>
85
                                                                                        <taxonlabel>
86
                                                                                            <rank>species</rank>
87
                                                                                            <taxonepithet>$specificEpithet</taxonepithet>
88
                                                                                            <parent_id>
89
                                                                                                <taxonlabel>
90
                                                                                                    <rank>genus</rank>
91
                                                                                                    <taxonepithet>$genus</taxonepithet>
92
                                                                                                    <parent_id>
93
                                                                                                        <taxonlabel>
94
                                                                                                            <rank>family</rank>
95
                                                                                                            <taxonepithet>$family</taxonepithet>
96
                                                                                                        </taxonlabel>
97
                                                                                                    </parent_id>
98
                                                                                                </taxonlabel>
99
                                                                                            </parent_id>
100
                                                                                        </taxonlabel>
101
                                                                                    </parent_id>
102
                                                                                </taxonlabel>
103
                                                                            </parent_id>
104
                                                                        </taxonlabel>
105
                                                                    </parent_id>
106
                                                                </taxonlabel>
107
                                                            </parent_id>
108
                                                        </taxonlabel>
109
                                                    </parent_id>
110
                                                </taxonlabel>
111
                                            </parent_id>
112
                                            <taxonomicname>
113
                                                <_join_words>
114
                                                    <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
115
                                                    <2>
116
                                                        <_join_words>
117
                                                            <2>$genus</2>
118
                                                            <3>$specificEpithet</3>
119
                                                        </_join_words>
120
                                                    </2>
121
                                                </_join_words>
122
                                            </taxonomicname>
123
                                        </taxonlabel>
124
                                    </taxonlabel_id>
125
                                    <family>$family</family>
126
                                    <genus>$genus</genus>
127
                                    <specific_epithet>$specificEpithet</specific_epithet>
128
                                </taxonverbatim>
129
                            </taxonverbatim_id>
130
                        </taxondetermination>
131
                    </taxonoccurrence>
132
                </locationevent>
133
                <locationnarrative>
134
                    <_merge>
135
                        <1>$locality</1>
136
                        <3>
137
                            <_label>
138
                                <label>habitat</label>
139
                                <value>$habitat</value>
140
                            </_label>
141
                        </3>
142
                    </_merge>
143
                </locationnarrative>
144
                <locationplace>
145
                    <place_id>
146
                        <place>
147
                            <coordinates_id>
148
                                <coordinates>
149
                                    <latitude_deg>
150
                                        <_nullIf>
151
                                            <null>0</null>
152
                                            <type>float</type>
153
                                            <value>$lat_deg</value>
154
                                        </_nullIf>
155
                                    </latitude_deg>
156
                                    <longitude_deg>
157
                                        <_nullIf>
158
                                            <null>0</null>
159
                                            <type>float</type>
160
                                            <value>$long_deg</value>
161
                                        </_nullIf>
162
                                    </longitude_deg>
163
                                </coordinates>
164
                            </coordinates_id>
165
                            <country>$country</country>
166
                            <county>$county</county>
167
                            <matched_place_id>
168
                                <place>
169
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
170
                                    <coordinates_id>
171
                                        <coordinates>
172
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
173
                                            <latitude_deg>
174
                                                <_nullIf>
175
                                                    <null>0</null>
176
                                                    <type>float</type>
177
                                                    <value>$lat_deg</value>
178
                                                </_nullIf>
179
                                            </latitude_deg>
180
                                            <longitude_deg>
181
                                                <_nullIf>
182
                                                    <null>0</null>
183
                                                    <type>float</type>
184
                                                    <value>$long_deg</value>
185
                                                </_nullIf>
186
                                            </longitude_deg>
187
                                        </coordinates>
188
                                    </coordinates_id>
189
                                    <country>$country</country>
190
                                    <stateprovince>$state</stateprovince>
191
                                </place>
192
                            </matched_place_id>
193
                            <stateprovince>$state</stateprovince>
194
                        </place>
195
                    </place_id>
196
                </locationplace>
197
            </location>
198
        </path>
199
    </_simplifyPath>
200
</VegBIEN>
201
Inserted 32 new rows into database
(7-7/8)