Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3786 aaronmk
    <location id="-1">
4 4003 aaronmk
        <authorlocationcode>
5
            <_merge>
6
                <1>$institutionCode</1>
7
                <2>$collectionCode</2>
8
                <3>$catalogNumber</3>
9
            </_merge>
10
        </authorlocationcode>
11 3996 aaronmk
        <elevation>
12
            <_alt>
13
                <1>
14
                    <_replace>
15
                        <\bca\.?></\bca\.?>
16
                        <value>$verbatimElevation</value>
17
                    </_replace>
18
                </1>
19
            </_alt>
20
        </elevation>
21 3786 aaronmk
        <locationdetermination>
22
            <latitude>
23
                <_alt>
24
                    <1>
25
                        <_nullIf>
26
                            <null>0</null>
27
                            <type>float</type>
28
                            <value>$decimalLatitude</value>
29
                        </_nullIf>
30
                    </1>
31
                </_alt>
32
            </latitude>
33
            <longitude>
34
                <_alt>
35
                    <1>
36
                        <_nullIf>
37
                            <null>0</null>
38
                            <type>float</type>
39
                            <value>$decimalLongitude</value>
40
                        </_nullIf>
41
                    </1>
42
                </_alt>
43
            </longitude>
44
            <namedplace_id>
45
                <_simplifyPath>
46
                    <next>parent_id/namedplace</next>
47
                    <require>placename</require>
48
                    <path>
49
                        <namedplace>
50
                            <rank>county</rank>
51
                            <placename>$county</placename>
52
                            <parent_id>
53
                                <namedplace>
54
                                    <rank>stateProvince</rank>
55
                                    <placename>$stateProvince</placename>
56
                                    <parent_id>
57 3641 aaronmk
                                        <namedplace>
58 3786 aaronmk
                                            <rank>country</rank>
59
                                            <placename>$country</placename>
60 3641 aaronmk
                                            <parent_id>
61
                                                <namedplace>
62 3786 aaronmk
                                                    <rank>continent</rank>
63
                                                    <placename>$continent</placename>
64 3641 aaronmk
                                                </namedplace>
65
                                            </parent_id>
66
                                        </namedplace>
67 3786 aaronmk
                                    </parent_id>
68
                                </namedplace>
69
                            </parent_id>
70
                        </namedplace>
71
                    </path>
72
                </_simplifyPath>
73
            </namedplace_id>
74
        </locationdetermination>
75
        <locationevent>
76 3907 aaronmk
            <taxonoccurrence>
77
                <aggregateoccurrence>
78 3919 aaronmk
                    <collectiondate><_date><date><_dateRangeStart><value><_alt><2>$eventDate</2></_alt></value></_dateRangeStart></date></_date></collectiondate>
79 3907 aaronmk
                    <plantobservation>
80
                        <specimenreplicate>
81 3946 aaronmk
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$catalogNumber</catalognumber_dwc></else></_if>
82 3962 aaronmk
                            <collectioncode_dwc>
83 3907 aaronmk
                                <_alt>
84 3962 aaronmk
                                    <1>$collectionCode</1>
85 3907 aaronmk
                                    <2>$collectionID</2>
86
                                </_alt>
87 3962 aaronmk
                            </collectioncode_dwc>
88 3973 aaronmk
                            <collectionnumber><_alt><2>$recordNumber</2></_alt></collectionnumber>
89 3907 aaronmk
                            <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
90
                            <sourceaccessioncode>$id</sourceaccessioncode>
91
                        </specimenreplicate>
92
                    </plantobservation>
93
                </aggregateoccurrence>
94 3786 aaronmk
                <taxondetermination>
95 3980 aaronmk
                    <isoriginal>true</isoriginal>
96 3786 aaronmk
                    <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 3641 aaronmk
                                        <plantname>
112 3786 aaronmk
                                            <rank>binomial</rank>
113
                                            <plantname>$scientificName</plantname>
114 3641 aaronmk
                                            <parent_id>
115
                                                <plantname>
116 3786 aaronmk
                                                    <rank>authority</rank>
117
                                                    <plantname>$scientificNameAuthorship</plantname>
118 3641 aaronmk
                                                    <parent_id>
119
                                                        <plantname>
120 3786 aaronmk
                                                            <rank>subspecies</rank>
121
                                                            <plantname>$infraspecificEpithet</plantname>
122 3641 aaronmk
                                                            <parent_id>
123
                                                                <plantname>
124 3786 aaronmk
                                                                    <rank>species</rank>
125
                                                                    <plantname>$specificEpithet</plantname>
126 3641 aaronmk
                                                                    <parent_id>
127
                                                                        <plantname>
128 3786 aaronmk
                                                                            <rank>genus</rank>
129
                                                                            <plantname>$genus</plantname>
130 3641 aaronmk
                                                                            <parent_id>
131
                                                                                <plantname>
132 3786 aaronmk
                                                                                    <rank>family</rank>
133
                                                                                    <plantname>$family</plantname>
134 3641 aaronmk
                                                                                    <parent_id>
135
                                                                                        <plantname>
136 3786 aaronmk
                                                                                            <rank>order</rank>
137
                                                                                            <plantname>$order</plantname>
138 3641 aaronmk
                                                                                            <parent_id>
139
                                                                                                <plantname>
140 3786 aaronmk
                                                                                                    <rank>class</rank>
141
                                                                                                    <plantname>$class</plantname>
142 3641 aaronmk
                                                                                                    <parent_id>
143
                                                                                                        <plantname>
144 3786 aaronmk
                                                                                                            <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 3641 aaronmk
                                                                                                        </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 3786 aaronmk
                                    </path>
170
                                </_simplifyPath>
171
                            </plantname_id>
172
                        </plantconcept>
173
                    </plantconcept_id>
174 3980 aaronmk
                    <determinationdate><_date><date><_dateRangeStart><value><_alt><2>$dateIdentified</2></_alt></value></_dateRangeStart></date></_date></determinationdate>
175 3786 aaronmk
                </taxondetermination>
176 3934 aaronmk
                <verbatimcollectorname>$recordedBy</verbatimcollectorname>
177 3907 aaronmk
            </taxonoccurrence>
178 3786 aaronmk
        </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 4003 aaronmk
        <sourceaccessioncode>$id</sourceaccessioncode>
191 3786 aaronmk
    </location>
192 3641 aaronmk
</VegBIEN>
193 3907 aaronmk
Inserted 38 new rows into database