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>$acronym</1>
10
                        <3>$accession_number</3>
11
                    </_join>
12
                </authorlocationcode>
13
                <locationcoords>
14
                    <latitude_deg>
15
                        <_nullIf>
16
                            <null>0</null>
17
                            <type>float</type>
18
                            <value>$lat_deg</value>
19
                        </_nullIf>
20
                    </latitude_deg>
21
                    <longitude_deg>
22
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$long_deg</value>
26
                        </_nullIf>
27
                    </longitude_deg>
28
                </locationcoords>
29
                <locationevent>
30
                    <taxonoccurrence>
31
                        <aggregateoccurrence>
32
                            <collectiondate>
33
                                <_date>
34
                                    <day>
35
                                        <_nullIf>
36
                                            <null>0</null>
37
                                            <type>float</type>
38
                                            <value>$coll_day</value>
39
                                        </_nullIf>
40
                                    </day>
41
                                    <month>
42
                                        <_nullIf>
43
                                            <null>0</null>
44
                                            <type>float</type>
45
                                            <value>$coll_month</value>
46
                                        </_nullIf>
47
                                    </month>
48
                                    <year>
49
                                        <_nullIf>
50
                                            <null>0</null>
51
                                            <type>float</type>
52
                                            <value>$coll_year</value>
53
                                        </_nullIf>
54
                                    </year>
55
                                </_date>
56
                            </collectiondate>
57
                            <plantobservation>
58
                                <specimenreplicate>
59
                                    <catalognumber_dwc>$accession_number</catalognumber_dwc>
60
                                    <institution_id><party><organizationname>$acronym</organizationname></party></institution_id>
61
                                </specimenreplicate>
62
                            </plantobservation>
63
                        </aggregateoccurrence>
64
                        <taxondetermination>
65
                            <taxonpath_id>
66
                                <taxonpath>
67
                                    <canon_taxonpath_id>
68
                                        <taxonpath>
69
                                            <datasource_id><party><organizationname>TNRS</organizationname></party></datasource_id>
70
                                            <identifyingtaxonomicname>
71
                                                <_join_words>
72
                                                    <1>$family</1>
73
                                                    <2>$genus</2>
74
                                                    <3>$specificEpithet</3>
75
                                                </_join_words>
76
                                            </identifyingtaxonomicname>
77
                                        </taxonpath>
78
                                    </canon_taxonpath_id>
79
                                    <family>$family</family>
80
                                    <genus>$genus</genus>
81
                                    <species>$specificEpithet</species>
82
                                </taxonpath>
83
                            </taxonpath_id>
84
                        </taxondetermination>
85
                        <verbatimcollectorname>$collector</verbatimcollectorname>
86
                    </taxonoccurrence>
87
                </locationevent>
88
                <locationnarrative>
89
                    <_merge>
90
                        <1>$locality</1>
91
                        <3>
92
                            <_label>
93
                                <label>habitat</label>
94
                                <value>$habitat</value>
95
                            </_label>
96
                        </3>
97
                    </_merge>
98
                </locationnarrative>
99
                <locationplace>
100
                    <placepath_id>
101
                        <placepath>
102
                            <country>$country</country>
103
                            <county>$county</county>
104
                            <stateprovince>$state</stateprovince>
105
                        </placepath>
106
                    </placepath_id>
107
                </locationplace>
108
            </location>
109
        </path>
110
    </_simplifyPath>
111
</VegBIEN>
112
Inserted 25 new rows into database
(7-7/8)