Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_alt>
9
                        <1>$id</1>
10
                        <2>
11
                            <_join>
12
                                <1>$institutionCode</1>
13
                                <2>
14
                                    <_join>
15
                                        <1>$collectionCode</1>
16
                                        <2>$collectionID</2>
17
                                    </_join>
18
                                </2>
19
                                <3>$catalogNumber</3>
20
                            </_join>
21
                        </2>
22
                    </_alt>
23
                </authorlocationcode>
24
                <elevation_m>
25
                    <_alt>
26
                        <1>
27
                            <_units>
28
                                <to>m</to>
29
                                <to></to>
30
                                <value>$verbatimElevation</value>
31
                            </_units>
32
                        </1>
33
                        <2>
34
                            <_avg>
35
                                <max>$maximumElevationInMeters</max>
36
                                <min>$minimumElevationInMeters</min>
37
                            </_avg>
38
                        </2>
39
                    </_alt>
40
                </elevation_m>
41
                <locationcoords>
42
                    <coordsaccuracy_deg><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg>
43
                    <footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc>
44
                    <latitude_deg>
45
                        <_nullIf>
46
                            <null>0</null>
47
                            <type>float</type>
48
                            <value>$decimalLatitude</value>
49
                        </_nullIf>
50
                    </latitude_deg>
51
                    <longitude_deg>
52
                        <_nullIf>
53
                            <null>0</null>
54
                            <type>float</type>
55
                            <value>$decimalLongitude</value>
56
                        </_nullIf>
57
                    </longitude_deg>
58
                    <verbatimlatitude>$verbatimLatitude</verbatimlatitude>
59
                    <verbatimlongitude>$verbatimLongitude</verbatimlongitude>
60
                </locationcoords>
61
                <locationevent>
62
                    <method_id><method><name>$samplingProtocol</name></method></method_id>
63
                    <obsenddate><_date><date><_dateRangeEnd><value>$eventDate</value></_dateRangeEnd></date></_date></obsenddate>
64
                    <obsstartdate><_date><date><_dateRangeStart><value>$eventDate</value></_dateRangeStart></date></_date></obsstartdate>
65
                    <taxonoccurrence>
66
                        <aggregateoccurrence>
67
                            <count>$individualCount</count>
68
                            <plantobservation>
69
                                <definedvalue fkey="tablerecord_id">
70
                                    <userdefined_id>
71
                                        <userdefined>
72
                                            <tablename>plantobservation</tablename>
73
                                            <userdefinedname>sex</userdefinedname>
74
                                        </userdefined>
75
                                    </userdefined_id>
76
                                    <definedvalue>$sex</definedvalue>
77
                                </definedvalue>
78
                                <specimenreplicate>
79
                                    <catalognumber_dwc>$catalogNumber</catalognumber_dwc>
80
                                    <collectioncode_dwc>
81
                                        <_join>
82
                                            <1>$collectionCode</1>
83
                                            <2>$collectionID</2>
84
                                        </_join>
85
                                    </collectioncode_dwc>
86
                                    <institution_id><party><organizationname>$institutionCode</organizationname></party></institution_id>
87
                                    <sourceaccessioncode>$id</sourceaccessioncode>
88
                                </specimenreplicate>
89
                            </plantobservation>
90
                        </aggregateoccurrence>
91
                        <authortaxoncode>$scientificName</authortaxoncode>
92
                        <sourceaccessioncode>$id</sourceaccessioncode>
93
                        <taxondetermination>
94
                            <party_id>
95
                                <party>
96
                                    <givenname><_namePart><first>$identifiedBy</first></_namePart></givenname>
97
                                    <middlename><_namePart><middle>$identifiedBy</middle></_namePart></middlename>
98
                                    <surname><_namePart><last>$identifiedBy</last></_namePart></surname>
99
                                </party>
100
                            </party_id>
101
                            <taxonpath_id>
102
                                <taxonpath>
103
                                    <author>$scientificNameAuthorship</author>
104
                                    <class>$class</class>
105
                                    <family>$family</family>
106
                                    <genus>$genus</genus>
107
                                    <kingdom>$kingdom</kingdom>
108
                                    <order>$order</order>
109
                                    <phylum>$phylum</phylum>
110
                                    <species>$specificEpithet</species>
111
                                    <subspecies>
112
                                        <_name>
113
                                            <first>$taxonRank</first>
114
                                            <last>$infraspecificEpithet</last>
115
                                        </_name>
116
                                    </subspecies>
117
                                    <taxonomicname>$scientificName</taxonomicname>
118
                                    <taxonomicnamewithauthor>
119
                                        <_join_words>
120
                                            <1>$scientificName</1>
121
                                            <2>$scientificNameAuthorship</2>
122
                                        </_join_words>
123
                                    </taxonomicnamewithauthor>
124
                                </taxonpath>
125
                            </taxonpath_id>
126
                            <determinationdate><_date><date><_dateRangeStart><value>$dateIdentified</value></_dateRangeStart></date></_date></determinationdate>
127
                            <taxonfit>$identificationQualifier</taxonfit>
128
                        </taxondetermination>
129
                        <verbatimcollectorname>$recordedBy</verbatimcollectorname>
130
                    </taxonoccurrence>
131
                </locationevent>
132
                <locationnarrative>
133
                    <_merge>
134
                        <1>$locality</1>
135
                        <3>
136
                            <_label>
137
                                <label>habitat</label>
138
                                <value>$habitat</value>
139
                            </_label>
140
                        </3>
141
                    </_merge>
142
                </locationnarrative>
143
                <locationplace>
144
                    <placepath_id>
145
                        <placepath>
146
                            <continent>$continent</continent>
147
                            <country>$country</country>
148
                            <county>$county</county>
149
                            <stateprovince>$stateProvince</stateprovince>
150
                        </placepath>
151
                    </placepath_id>
152
                </locationplace>
153
                <verbatimelevation>$verbatimElevation</verbatimelevation>
154
            </location>
155
        </path>
156
    </_simplifyPath>
157
</VegBIEN>
158
Inserted 26 new rows into database
(4-4/5)