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><party><organizationname>$acronym</organizationname></party></institution_id>
45
                                </specimenreplicate>
46
                            </plantobservation>
47
                        </aggregateoccurrence>
48
                        <taxondetermination>
49
                            <taxonverbatim_id>
50
                                <taxonverbatim>
51
                                    <taxonlabel_id>
52
                                        <taxonlabel>
53
                                            <matched_label_id>
54
                                                <taxonlabel>
55
                                                    <reference_id><reference><shortname>TNRS</shortname></reference></reference_id>
56
                                                    <taxonomicname>
57
                                                        <_join_words>
58
                                                            <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
59
                                                            <2>
60
                                                                <_join_words>
61
                                                                    <2>$genus</2>
62
                                                                    <3>$specificEpithet</3>
63
                                                                </_join_words>
64
                                                            </2>
65
                                                        </_join_words>
66
                                                    </taxonomicname>
67
                                                </taxonlabel>
68
                                            </matched_label_id>
69
                                            <parent_id>
70
                                                <taxonlabel>
71
                                                    <parent_id>
72
                                                        <taxonlabel>
73
                                                            <rank>cultivar</rank>
74
                                                            <parent_id>
75
                                                                <taxonlabel>
76
                                                                    <rank>forma</rank>
77
                                                                    <parent_id>
78
                                                                        <taxonlabel>
79
                                                                            <rank>variety</rank>
80
                                                                            <parent_id>
81
                                                                                <taxonlabel>
82
                                                                                    <rank>subspecies</rank>
83
                                                                                    <parent_id>
84
                                                                                        <taxonlabel>
85
                                                                                            <rank>species</rank>
86
                                                                                            <taxonepithet>$specificEpithet</taxonepithet>
87
                                                                                            <parent_id>
88
                                                                                                <taxonlabel>
89
                                                                                                    <rank>genus</rank>
90
                                                                                                    <taxonepithet>$genus</taxonepithet>
91
                                                                                                    <parent_id>
92
                                                                                                        <taxonlabel>
93
                                                                                                            <rank>family</rank>
94
                                                                                                            <taxonepithet>$family</taxonepithet>
95
                                                                                                        </taxonlabel>
96
                                                                                                    </parent_id>
97
                                                                                                </taxonlabel>
98
                                                                                            </parent_id>
99
                                                                                        </taxonlabel>
100
                                                                                    </parent_id>
101
                                                                                </taxonlabel>
102
                                                                            </parent_id>
103
                                                                        </taxonlabel>
104
                                                                    </parent_id>
105
                                                                </taxonlabel>
106
                                                            </parent_id>
107
                                                        </taxonlabel>
108
                                                    </parent_id>
109
                                                </taxonlabel>
110
                                            </parent_id>
111
                                            <taxonomicname>
112
                                                <_join_words>
113
                                                    <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
114
                                                    <2>
115
                                                        <_join_words>
116
                                                            <2>$genus</2>
117
                                                            <3>$specificEpithet</3>
118
                                                        </_join_words>
119
                                                    </2>
120
                                                </_join_words>
121
                                            </taxonomicname>
122
                                        </taxonlabel>
123
                                    </taxonlabel_id>
124
                                    <family>$family</family>
125
                                    <genus>$genus</genus>
126
                                    <specific_epithet>$specificEpithet</specific_epithet>
127
                                </taxonverbatim>
128
                            </taxonverbatim_id>
129
                        </taxondetermination>
130
                        <verbatimcollectorname>$collector</verbatimcollectorname>
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
                            <stateprovince>$state</stateprovince>
168
                        </place>
169
                    </place_id>
170
                </locationplace>
171
            </location>
172
        </path>
173
    </_simplifyPath>
174
</VegBIEN>
175
Inserted 26 new rows into database
(7-7/8)