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
                            <taxonconcept_id>
66
                                <taxonconcept>
67
                                    <matched_concept_id>
68
                                        <taxonconcept>
69
                                            <creator_id>
70
                                                <party>
71
                                                    <creator_id>0</creator_id>
72
                                                    <organizationname>TNRS</organizationname>
73
                                                </party>
74
                                            </creator_id>
75
                                            <identifyingtaxonomicname>
76
                                                <_join_words>
77
                                                    <1>$family</1>
78
                                                    <2>$genus</2>
79
                                                    <3>$specificEpithet</3>
80
                                                </_join_words>
81
                                            </identifyingtaxonomicname>
82
                                        </taxonconcept>
83
                                    </matched_concept_id>
84
                                    <family>$family</family>
85
                                    <genus>$genus</genus>
86
                                    <parent_id>
87
                                        <taxonconcept>
88
                                            <parent_id>
89
                                                <taxonconcept>
90
                                                    <rank>cultivar</rank>
91
                                                    <parent_id>
92
                                                        <taxonconcept>
93
                                                            <rank>forma</rank>
94
                                                            <parent_id>
95
                                                                <taxonconcept>
96
                                                                    <rank>variety</rank>
97
                                                                    <parent_id>
98
                                                                        <taxonconcept>
99
                                                                            <rank>subspecies</rank>
100
                                                                            <parent_id>
101
                                                                                <taxonconcept>
102
                                                                                    <rank>species</rank>
103
                                                                                    <taxonepithet>$specificEpithet</taxonepithet>
104
                                                                                    <parent_id>
105
                                                                                        <taxonconcept>
106
                                                                                            <rank>genus</rank>
107
                                                                                            <taxonepithet>$genus</taxonepithet>
108
                                                                                            <parent_id>
109
                                                                                                <taxonconcept>
110
                                                                                                    <rank>family</rank>
111
                                                                                                    <taxonepithet>$family</taxonepithet>
112
                                                                                                </taxonconcept>
113
                                                                                            </parent_id>
114
                                                                                        </taxonconcept>
115
                                                                                    </parent_id>
116
                                                                                </taxonconcept>
117
                                                                            </parent_id>
118
                                                                        </taxonconcept>
119
                                                                    </parent_id>
120
                                                                </taxonconcept>
121
                                                            </parent_id>
122
                                                        </taxonconcept>
123
                                                    </parent_id>
124
                                                </taxonconcept>
125
                                            </parent_id>
126
                                        </taxonconcept>
127
                                    </parent_id>
128
                                    <species>$specificEpithet</species>
129
                                </taxonconcept>
130
                            </taxonconcept_id>
131
                        </taxondetermination>
132
                        <verbatimcollectorname>$collector</verbatimcollectorname>
133
                    </taxonoccurrence>
134
                </locationevent>
135
                <locationnarrative>
136
                    <_merge>
137
                        <1>$locality</1>
138
                        <3>
139
                            <_label>
140
                                <label>habitat</label>
141
                                <value>$habitat</value>
142
                            </_label>
143
                        </3>
144
                    </_merge>
145
                </locationnarrative>
146
                <locationplace>
147
                    <placepath_id>
148
                        <placepath>
149
                            <country>$country</country>
150
                            <county>$county</county>
151
                            <stateprovince>$state</stateprovince>
152
                        </placepath>
153
                    </placepath_id>
154
                </locationplace>
155
            </location>
156
        </path>
157
    </_simplifyPath>
158
</VegBIEN>
159
Inserted 25 new rows into database
(7-7/8)