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>$InstitutionCD</1>
10
                        <2>$CollectionCD</2>
11
                        <3>$CatalogNO</3>
12
                    </_join>
13
                </authorlocationcode>
14
                <elevation_m>
15
                    <_avg>
16
                        <max>$MaximumElevationInMeter</max>
17
                        <min>$MinimumElevationInMeter</min>
18
                    </_avg>
19
                </elevation_m>
20
                <locationcoords>
21
                    <latitude_deg>
22
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$VerbatimLatitude</value>
26
                        </_nullIf>
27
                    </latitude_deg>
28
                    <longitude_deg>
29
                        <_nullIf>
30
                            <null>0</null>
31
                            <type>float</type>
32
                            <value>$VerbatimLongitude</value>
33
                        </_nullIf>
34
                    </longitude_deg>
35
                </locationcoords>
36
                <locationevent>
37
                    <taxonoccurrence>
38
                        <aggregateoccurrence>
39
                            <collectiondate><_date><date>$LatestDateCollected</date></_date></collectiondate>
40
                            <plantobservation>
41
                                <specimenreplicate>
42
                                    <catalognumber_dwc>$CatalogNO</catalognumber_dwc>
43
                                    <collectioncode_dwc>$CollectionCD</collectioncode_dwc>
44
                                    <institution_id><party><organizationname>$InstitutionCD</organizationname></party></institution_id>
45
                                </specimenreplicate>
46
                            </plantobservation>
47
                        </aggregateoccurrence>
48
                        <taxondetermination>
49
                            <party_id>
50
                                <party>
51
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
52
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
53
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
54
                                </party>
55
                            </party_id>
56
                            <taxonconcept_id>
57
                                <taxonconcept>
58
                                    <canon_taxonconcept_id>
59
                                        <taxonconcept>
60
                                            <datasource_id>
61
                                                <party>
62
                                                    <datasource_id>0</datasource_id>
63
                                                    <organizationname>TNRS</organizationname>
64
                                                </party>
65
                                            </datasource_id>
66
                                            <identifyingtaxonomicname>
67
                                                <_join_words>
68
                                                    <1>
69
                                                        <_alt>
70
                                                            <1>$ScientificName</1>
71
                                                            <2>
72
                                                                <_join_words>
73
                                                                    <1>$Family</1>
74
                                                                    <2>$Genus</2>
75
                                                                    <3>$SpecificEpithet</3>
76
                                                                    <5>$InfraspecificEpithet</5>
77
                                                                </_join_words>
78
                                                            </2>
79
                                                        </_alt>
80
                                                    </1>
81
                                                    <2>$AuthorOfScientificName</2>
82
                                                </_join_words>
83
                                            </identifyingtaxonomicname>
84
                                        </taxonconcept>
85
                                    </canon_taxonconcept_id>
86
                                    <author>$AuthorOfScientificName</author>
87
                                    <family>$Family</family>
88
                                    <genus>$Genus</genus>
89
                                    <species>$SpecificEpithet</species>
90
                                    <subspecies>$InfraspecificEpithet</subspecies>
91
                                    <taxonomicname>$ScientificName</taxonomicname>
92
                                </taxonconcept>
93
                            </taxonconcept_id>
94
                        </taxondetermination>
95
                        <taxondetermination>
96
                            <isoriginal>true</isoriginal>
97
                            <taxonconcept_id>
98
                                <taxonconcept>
99
                                    <canon_taxonconcept_id>
100
                                        <taxonconcept>
101
                                            <datasource_id>
102
                                                <party>
103
                                                    <datasource_id>0</datasource_id>
104
                                                    <organizationname>TNRS</organizationname>
105
                                                </party>
106
                                            </datasource_id>
107
                                            <identifyingtaxonomicname>
108
                                                <_alt>
109
                                                    <1>$ScientificNameOriginal</1>
110
                                                    <2>
111
                                                        <_join_words>
112
                                                            <1>$GBIFFamilyOriginal</1>
113
                                                            <2>$GBIFGenusOriginal</2>
114
                                                        </_join_words>
115
                                                    </2>
116
                                                </_alt>
117
                                            </identifyingtaxonomicname>
118
                                        </taxonconcept>
119
                                    </canon_taxonconcept_id>
120
                                    <family>$GBIFFamilyOriginal</family>
121
                                    <genus>$GBIFGenusOriginal</genus>
122
                                    <taxonomicname>$ScientificNameOriginal</taxonomicname>
123
                                </taxonconcept>
124
                            </taxonconcept_id>
125
                        </taxondetermination>
126
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
127
                    </taxonoccurrence>
128
                </locationevent>
129
                <locationnarrative>$Locality</locationnarrative>
130
                <locationplace>
131
                    <placepath_id>
132
                        <placepath>
133
                            <country>$Country</country>
134
                            <county>$County</county>
135
                            <stateprovince>$StateProvince</stateprovince>
136
                        </placepath>
137
                    </placepath_id>
138
                </locationplace>
139
            </location>
140
        </path>
141
    </_simplifyPath>
142
</VegBIEN>
143
Inserted 33 new rows into database
(6-6/7)