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
                        <authortaxoncode>$ScientificNameOriginal</authortaxoncode>
49
                        <taxondetermination>
50
                            <party_id>
51
                                <party>
52
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
53
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
54
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
55
                                </party>
56
                            </party_id>
57
                            <taxonpath_id>
58
                                <taxonpath>
59
                                    <author>$AuthorOfScientificName</author>
60
                                    <family>$Family</family>
61
                                    <genus>$Genus</genus>
62
                                    <identifyingtaxonomicname>
63
                                        <_join_words>
64
                                            <1>
65
                                                <_alt>
66
                                                    <1>$ScientificName</1>
67
                                                    <2>
68
                                                        <_join_words>
69
                                                            <1>$Family</1>
70
                                                            <2>$Genus</2>
71
                                                            <3>$SpecificEpithet</3>
72
                                                            <5>$InfraspecificEpithet</5>
73
                                                        </_join_words>
74
                                                    </2>
75
                                                </_alt>
76
                                            </1>
77
                                            <2>$AuthorOfScientificName</2>
78
                                        </_join_words>
79
                                    </identifyingtaxonomicname>
80
                                    <species>$SpecificEpithet</species>
81
                                    <subspecies>$InfraspecificEpithet</subspecies>
82
                                    <taxonomicname>$ScientificName</taxonomicname>
83
                                </taxonpath>
84
                            </taxonpath_id>
85
                        </taxondetermination>
86
                        <taxondetermination>
87
                            <isoriginal>true</isoriginal>
88
                            <taxonpath_id>
89
                                <taxonpath>
90
                                    <family>$GBIFFamilyOriginal</family>
91
                                    <genus>$GBIFGenusOriginal</genus>
92
                                    <identifyingtaxonomicname>
93
                                        <_alt>
94
                                            <1>$ScientificNameOriginal</1>
95
                                            <2>
96
                                                <_join_words>
97
                                                    <1>$GBIFFamilyOriginal</1>
98
                                                    <2>$GBIFGenusOriginal</2>
99
                                                </_join_words>
100
                                            </2>
101
                                        </_alt>
102
                                    </identifyingtaxonomicname>
103
                                    <taxonomicname>$ScientificNameOriginal</taxonomicname>
104
                                </taxonpath>
105
                            </taxonpath_id>
106
                        </taxondetermination>
107
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
108
                    </taxonoccurrence>
109
                </locationevent>
110
                <locationnarrative>$Locality</locationnarrative>
111
                <locationplace>
112
                    <placepath_id>
113
                        <placepath>
114
                            <country>$Country</country>
115
                            <county>$County</county>
116
                            <stateprovince>$StateProvince</stateprovince>
117
                        </placepath>
118
                    </placepath_id>
119
                </locationplace>
120
            </location>
121
        </path>
122
    </_simplifyPath>
123
</VegBIEN>
124
Inserted 28 new rows into database
(6-6/7)