Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>
5
            <_alt>
6
                <3>$id</3>
7
                <4>
8
                    <_merge>
9
                        <1>$institutionCode</1>
10
                        <2>
11
                            <_merge>
12
                                <1>$collectionCode</1>
13
                                <2>$collectionID</2>
14
                            </_merge>
15
                        </2>
16
                        <3><_if name="if indirect voucher"><else>$catalogNumber</else></_if></3>
17
                    </_merge>
18
                </4>
19
            </_alt>
20
        </authorlocationcode>
21
        <elevation>
22
            <_replace>
23
                <\bca\.?></\bca\.?>
24
                <value>$verbatimElevation</value>
25
            </_replace>
26
        </elevation>
27
        <locationdetermination>
28
            <latitude>
29
                <_nullIf>
30
                    <null>0</null>
31
                    <type>float</type>
32
                    <value>$decimalLatitude</value>
33
                </_nullIf>
34
            </latitude>
35
            <longitude>
36
                <_nullIf>
37
                    <null>0</null>
38
                    <type>float</type>
39
                    <value>$decimalLongitude</value>
40
                </_nullIf>
41
            </longitude>
42
            <namedplace_id>
43
                <_simplifyPath>
44
                    <next>parent_id/namedplace</next>
45
                    <require>placename</require>
46
                    <path>
47
                        <namedplace>
48
                            <rank>county</rank>
49
                            <placename>$county</placename>
50
                            <parent_id>
51
                                <namedplace>
52
                                    <rank>stateProvince</rank>
53
                                    <placename>$stateProvince</placename>
54
                                    <parent_id>
55
                                        <namedplace>
56
                                            <rank>country</rank>
57
                                            <placename>$country</placename>
58
                                            <parent_id>
59
                                                <namedplace>
60
                                                    <rank>continent</rank>
61
                                                    <placename>$continent</placename>
62
                                                </namedplace>
63
                                            </parent_id>
64
                                        </namedplace>
65
                                    </parent_id>
66
                                </namedplace>
67
                            </parent_id>
68
                        </namedplace>
69
                    </path>
70
                </_simplifyPath>
71
            </namedplace_id>
72
        </locationdetermination>
73
        <locationevent>
74
            <obsenddate><_date><date><_dateRangeEnd><value>$eventDate</value></_dateRangeEnd></date></_date></obsenddate>
75
            <obsstartdate><_date><date><_dateRangeStart><value>$eventDate</value></_dateRangeStart></date></_date></obsstartdate>
76
            <taxonoccurrence>
77
                <aggregateoccurrence>
78
                    <plantobservation>
79
                        <collectionnumber>$recordNumber</collectionnumber>
80
                        <specimenreplicate>
81
                            <catalognumber_dwc><_if name="if indirect voucher"><else>$catalogNumber</else></_if></catalognumber_dwc>
82
                            <collectioncode_dwc>
83
                                <_merge>
84
                                    <1>$collectionCode</1>
85
                                    <2>$collectionID</2>
86
                                </_merge>
87
                            </collectioncode_dwc>
88
                            <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
89
                            <sourceaccessioncode>$id</sourceaccessioncode>
90
                        </specimenreplicate>
91
                    </plantobservation>
92
                </aggregateoccurrence>
93
                <authortaxoncode>$recordNumber</authortaxoncode>
94
                <taxondetermination>
95
                    <isoriginal>true</isoriginal>
96
                    <role>identifier</role>
97
                    <party_id>
98
                        <party>
99
                            <givenname><_namePart><first>$identifiedBy</first></_namePart></givenname>
100
                            <middlename><_namePart><middle>$identifiedBy</middle></_namePart></middlename>
101
                            <surname><_namePart><last>$identifiedBy</last></_namePart></surname>
102
                        </party>
103
                    </party_id>
104
                    <plantconcept_id>
105
                        <plantconcept>
106
                            <plantname_id>
107
                                <_simplifyPath>
108
                                    <next>parent_id/plantname</next>
109
                                    <require>plantname</require>
110
                                    <path>
111
                                        <plantname>
112
                                            <rank>binomial</rank>
113
                                            <plantname>$scientificName</plantname>
114
                                            <parent_id>
115
                                                <plantname>
116
                                                    <rank>authority</rank>
117
                                                    <plantname>$scientificNameAuthorship</plantname>
118
                                                    <parent_id>
119
                                                        <plantname>
120
                                                            <rank>subspecies</rank>
121
                                                            <plantname>$infraspecificEpithet</plantname>
122
                                                            <parent_id>
123
                                                                <plantname>
124
                                                                    <rank>species</rank>
125
                                                                    <plantname>$specificEpithet</plantname>
126
                                                                    <parent_id>
127
                                                                        <plantname>
128
                                                                            <rank>genus</rank>
129
                                                                            <plantname>$genus</plantname>
130
                                                                            <parent_id>
131
                                                                                <plantname>
132
                                                                                    <rank>family</rank>
133
                                                                                    <plantname>$family</plantname>
134
                                                                                    <parent_id>
135
                                                                                        <plantname>
136
                                                                                            <rank>order</rank>
137
                                                                                            <plantname>$order</plantname>
138
                                                                                            <parent_id>
139
                                                                                                <plantname>
140
                                                                                                    <rank>class</rank>
141
                                                                                                    <plantname>$class</plantname>
142
                                                                                                    <parent_id>
143
                                                                                                        <plantname>
144
                                                                                                            <rank>subkingdom</rank>
145
                                                                                                            <plantname>$phylum</plantname>
146
                                                                                                            <parent_id>
147
                                                                                                                <plantname>
148
                                                                                                                    <rank>kingdom</rank>
149
                                                                                                                    <plantname>$kingdom</plantname>
150
                                                                                                                </plantname>
151
                                                                                                            </parent_id>
152
                                                                                                        </plantname>
153
                                                                                                    </parent_id>
154
                                                                                                </plantname>
155
                                                                                            </parent_id>
156
                                                                                        </plantname>
157
                                                                                    </parent_id>
158
                                                                                </plantname>
159
                                                                            </parent_id>
160
                                                                        </plantname>
161
                                                                    </parent_id>
162
                                                                </plantname>
163
                                                            </parent_id>
164
                                                        </plantname>
165
                                                    </parent_id>
166
                                                </plantname>
167
                                            </parent_id>
168
                                        </plantname>
169
                                    </path>
170
                                </_simplifyPath>
171
                            </plantname_id>
172
                        </plantconcept>
173
                    </plantconcept_id>
174
                    <determinationdate><_date><date><_dateRangeStart><value>$dateIdentified</value></_dateRangeStart></date></_date></determinationdate>
175
                </taxondetermination>
176
                <verbatimcollectorname>$recordedBy</verbatimcollectorname>
177
            </taxonoccurrence>
178
        </locationevent>
179
        <locationnarrative>
180
            <_merge>
181
                <1>$locality</1>
182
                <3>
183
                    <_label>
184
                        <label>habitat</label>
185
                        <value>$habitat</value>
186
                    </_label>
187
                </3>
188
            </_merge>
189
        </locationnarrative>
190
    </location>
191
</VegBIEN>
192
Inserted 38 new rows into database
    (1-1/1)