Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7 4950 aaronmk
                <authorlocationcode>
8
                    <_join>
9
                        <1>$acronym</1>
10
                        <3>$accession_number</3>
11
                    </_join>
12
                </authorlocationcode>
13 4726 aaronmk
                <locationcoords>
14 4753 aaronmk
                    <latitude_deg>
15 4621 aaronmk
                        <_nullIf>
16
                            <null>0</null>
17
                            <type>float</type>
18
                            <value>$lat_deg</value>
19
                        </_nullIf>
20 4753 aaronmk
                    </latitude_deg>
21
                    <longitude_deg>
22 4621 aaronmk
                        <_nullIf>
23
                            <null>0</null>
24
                            <type>float</type>
25
                            <value>$long_deg</value>
26
                        </_nullIf>
27 4753 aaronmk
                    </longitude_deg>
28 4726 aaronmk
                </locationcoords>
29 4621 aaronmk
                <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 4950 aaronmk
                                    <catalognumber_dwc>$accession_number</catalognumber_dwc>
60 4946 aaronmk
                                    <institution_id><party><organizationname>$acronym</organizationname></party></institution_id>
61 4621 aaronmk
                                </specimenreplicate>
62
                            </plantobservation>
63
                        </aggregateoccurrence>
64
                        <taxondetermination>
65 5608 aaronmk
                            <taxonlabel_id>
66
                                <taxonlabel>
67
                                    <matched_label_id>
68
                                        <taxonlabel>
69 5242 aaronmk
                                            <creator_id>
70 5237 aaronmk
                                                <party>
71 5242 aaronmk
                                                    <creator_id>0</creator_id>
72 5237 aaronmk
                                                    <organizationname>TNRS</organizationname>
73
                                                </party>
74 5242 aaronmk
                                            </creator_id>
75 5138 aaronmk
                                            <identifyingtaxonomicname>
76
                                                <_join_words>
77
                                                    <1>$family</1>
78
                                                    <2>$genus</2>
79
                                                    <3>$specificEpithet</3>
80
                                                </_join_words>
81
                                            </identifyingtaxonomicname>
82 5608 aaronmk
                                        </taxonlabel>
83
                                    </matched_label_id>
84 4703 aaronmk
                                    <family>$family</family>
85
                                    <genus>$genus</genus>
86 5646 aaronmk
                                    <identifyingtaxonomicname>
87
                                        <_join_words>
88
                                            <1>$family</1>
89
                                            <2>$genus</2>
90
                                            <3>$specificEpithet</3>
91
                                        </_join_words>
92
                                    </identifyingtaxonomicname>
93 5294 aaronmk
                                    <parent_id>
94 5608 aaronmk
                                        <taxonlabel>
95 5294 aaronmk
                                            <parent_id>
96 5608 aaronmk
                                                <taxonlabel>
97 5306 aaronmk
                                                    <rank>cultivar</rank>
98 5294 aaronmk
                                                    <parent_id>
99 5608 aaronmk
                                                        <taxonlabel>
100 5306 aaronmk
                                                            <rank>forma</rank>
101 5294 aaronmk
                                                            <parent_id>
102 5608 aaronmk
                                                                <taxonlabel>
103 5306 aaronmk
                                                                    <rank>variety</rank>
104 5294 aaronmk
                                                                    <parent_id>
105 5608 aaronmk
                                                                        <taxonlabel>
106 5306 aaronmk
                                                                            <rank>subspecies</rank>
107 5294 aaronmk
                                                                            <parent_id>
108 5608 aaronmk
                                                                                <taxonlabel>
109 5306 aaronmk
                                                                                    <rank>species</rank>
110 5596 aaronmk
                                                                                    <taxonepithet>$specificEpithet</taxonepithet>
111 5294 aaronmk
                                                                                    <parent_id>
112 5608 aaronmk
                                                                                        <taxonlabel>
113 5306 aaronmk
                                                                                            <rank>genus</rank>
114 5596 aaronmk
                                                                                            <taxonepithet>$genus</taxonepithet>
115 5306 aaronmk
                                                                                            <parent_id>
116 5608 aaronmk
                                                                                                <taxonlabel>
117 5306 aaronmk
                                                                                                    <rank>family</rank>
118 5596 aaronmk
                                                                                                    <taxonepithet>$family</taxonepithet>
119 5608 aaronmk
                                                                                                </taxonlabel>
120 5306 aaronmk
                                                                                            </parent_id>
121 5608 aaronmk
                                                                                        </taxonlabel>
122 5294 aaronmk
                                                                                    </parent_id>
123 5608 aaronmk
                                                                                </taxonlabel>
124 5294 aaronmk
                                                                            </parent_id>
125 5608 aaronmk
                                                                        </taxonlabel>
126 5294 aaronmk
                                                                    </parent_id>
127 5608 aaronmk
                                                                </taxonlabel>
128 5294 aaronmk
                                                            </parent_id>
129 5608 aaronmk
                                                        </taxonlabel>
130 5294 aaronmk
                                                    </parent_id>
131 5608 aaronmk
                                                </taxonlabel>
132 5294 aaronmk
                                            </parent_id>
133 5608 aaronmk
                                        </taxonlabel>
134 5294 aaronmk
                                    </parent_id>
135 5137 aaronmk
                                    <species>$specificEpithet</species>
136 5608 aaronmk
                                </taxonlabel>
137
                            </taxonlabel_id>
138 4621 aaronmk
                        </taxondetermination>
139
                        <verbatimcollectorname>$collector</verbatimcollectorname>
140
                    </taxonoccurrence>
141
                </locationevent>
142
                <locationnarrative>
143
                    <_merge>
144
                        <1>$locality</1>
145
                        <3>
146
                            <_label>
147
                                <label>habitat</label>
148
                                <value>$habitat</value>
149
                            </_label>
150
                        </3>
151
                    </_merge>
152
                </locationnarrative>
153 4726 aaronmk
                <locationplace>
154 4727 aaronmk
                    <placepath_id>
155
                        <placepath>
156
                            <country>$country</country>
157
                            <county>$county</county>
158
                            <stateprovince>$state</stateprovince>
159
                        </placepath>
160
                    </placepath_id>
161 4726 aaronmk
                </locationplace>
162 4621 aaronmk
            </location>
163
        </path>
164
    </_simplifyPath>
165 3641 aaronmk
</VegBIEN>
166 5646 aaronmk
Inserted 26 new rows into database