Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$plotCode</authorlocationcode>
8
                <area_m2><_ha_to_m2><value>$plotAreaHa</value></_ha_to_m2></area_m2>
9
                <elevation_m>$elevation_m</elevation_m>
10
                <locationevent>
11
                    <method_id><method><name>$plotMethod</name></method></method_id>
12
                    <taxonoccurrence>
13
                        <aggregateoccurrence>
14
                            <collectiondate><_date><date>$observationDate</date></_date></collectiondate>
15
                            <cover_fraction><_percent_to_fraction><value>$pctCover</value></_percent_to_fraction></cover_fraction>
16
                            <plantobservation>
17
                                <collectionnumber>$collectionNumber</collectionnumber>
18
                                <specimenreplicate><institution_id><party><organizationname>$dataSourceName</organizationname></party></institution_id></specimenreplicate>
19
                            </plantobservation>
20
                        </aggregateoccurrence>
21
                        <authortaxoncode>$collectionNumber</authortaxoncode>
22
                        <iscultivated>$isCultivated</iscultivated>
23
                        <taxondetermination>
24
                            <party_id><party><fullname>$identifiedBy</fullname></party></party_id>
25
                            <taxonverbatim_id>
26
                                <taxonverbatim>
27
                                    <taxonlabel_id>
28
                                        <taxonlabel>
29
                                            <matched_label_id>
30
                                                <taxonlabel>
31
                                                    <creator_id>
32
                                                        <party>
33
                                                            <creator_id>0</creator_id>
34
                                                            <organizationname>TNRS</organizationname>
35
                                                        </party>
36
                                                    </creator_id>
37
                                                    <taxonomicname>
38
                                                        <_join_words>
39
                                                            <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
40
                                                            <2>
41
                                                                <_alt>
42
                                                                    <1>$taxon</1>
43
                                                                    <2>
44
                                                                        <_join_words>
45
                                                                            <1>
46
                                                                                <_join_words>
47
                                                                                    <2>$genus</2>
48
                                                                                    <3>$species</3>
49
                                                                                </_join_words>
50
                                                                            </1>
51
                                                                            <2>$taxonAuthor</2>
52
                                                                        </_join_words>
53
                                                                    </2>
54
                                                                </_alt>
55
                                                            </2>
56
                                                        </_join_words>
57
                                                    </taxonomicname>
58
                                                </taxonlabel>
59
                                            </matched_label_id>
60
                                            <parent_id>
61
                                                <taxonlabel>
62
                                                    <parent_id>
63
                                                        <taxonlabel>
64
                                                            <rank>cultivar</rank>
65
                                                            <parent_id>
66
                                                                <taxonlabel>
67
                                                                    <rank>forma</rank>
68
                                                                    <parent_id>
69
                                                                        <taxonlabel>
70
                                                                            <rank>variety</rank>
71
                                                                            <parent_id>
72
                                                                                <taxonlabel>
73
                                                                                    <rank>subspecies</rank>
74
                                                                                    <parent_id>
75
                                                                                        <taxonlabel>
76
                                                                                            <rank>species</rank>
77
                                                                                            <taxonepithet>$species</taxonepithet>
78
                                                                                            <parent_id>
79
                                                                                                <taxonlabel>
80
                                                                                                    <rank>genus</rank>
81
                                                                                                    <taxonepithet>$genus</taxonepithet>
82
                                                                                                    <parent_id>
83
                                                                                                        <taxonlabel>
84
                                                                                                            <rank>family</rank>
85
                                                                                                            <taxonepithet>$family</taxonepithet>
86
                                                                                                        </taxonlabel>
87
                                                                                                    </parent_id>
88
                                                                                                </taxonlabel>
89
                                                                                            </parent_id>
90
                                                                                        </taxonlabel>
91
                                                                                    </parent_id>
92
                                                                                </taxonlabel>
93
                                                                            </parent_id>
94
                                                                        </taxonlabel>
95
                                                                    </parent_id>
96
                                                                </taxonlabel>
97
                                                            </parent_id>
98
                                                        </taxonlabel>
99
                                                    </parent_id>
100
                                                </taxonlabel>
101
                                            </parent_id>
102
                                            <taxonomicname>
103
                                                <_join_words>
104
                                                    <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
105
                                                    <2>
106
                                                        <_alt>
107
                                                            <1>$taxon</1>
108
                                                            <2>
109
                                                                <_join_words>
110
                                                                    <1>
111
                                                                        <_join_words>
112
                                                                            <2>$genus</2>
113
                                                                            <3>$species</3>
114
                                                                        </_join_words>
115
                                                                    </1>
116
                                                                    <2>$taxonAuthor</2>
117
                                                                </_join_words>
118
                                                            </2>
119
                                                        </_alt>
120
                                                    </2>
121
                                                </_join_words>
122
                                            </taxonomicname>
123
                                        </taxonlabel>
124
                                    </taxonlabel_id>
125
                                    <author>$taxonAuthor</author>
126
                                    <family>$family</family>
127
                                    <genus>$genus</genus>
128
                                    <specific_epithet>$species</specific_epithet>
129
                                    <taxonomicname>$taxon</taxonomicname>
130
                                </taxonverbatim>
131
                            </taxonverbatim_id>
132
                        </taxondetermination>
133
                        <verbatimcollectorname>$collector</verbatimcollectorname>
134
                    </taxonoccurrence>
135
                </locationevent>
136
                <locationplace>
137
                    <place_id>
138
                        <place>
139
                            <coordinates_id>
140
                                <coordinates>
141
                                    <latitude_deg>
142
                                        <_nullIf>
143
                                            <null>0</null>
144
                                            <type>float</type>
145
                                            <value>$latitude</value>
146
                                        </_nullIf>
147
                                    </latitude_deg>
148
                                    <longitude_deg>
149
                                        <_nullIf>
150
                                            <null>0</null>
151
                                            <type>float</type>
152
                                            <value>$longitude</value>
153
                                        </_nullIf>
154
                                    </longitude_deg>
155
                                </coordinates>
156
                            </coordinates_id>
157
                            <country>$country</country>
158
                            <county>$countyParish</county>
159
                            <stateprovince>$stateProvince</stateprovince>
160
                        </place>
161
                    </place_id>
162
                </locationplace>
163
            </location>
164
        </path>
165
    </_simplifyPath>
166
</VegBIEN>
167
Inserted 1 new rows into database
(6-6/7)