Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>VegBank</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <locationevent>
11
                            <sourceaccessioncode>$observation_id</sourceaccessioncode>
12
                            <taxonoccurrence>
13
                                <aggregateoccurrence>
14
                                    <collectiondate>$collectiondate</collectiondate>
15
                                    <notes>$notes</notes>
16
                                    <plantobservation><specimenreplicate><catalognumber_dwc>$museumaccessionnumber</catalognumber_dwc></specimenreplicate></plantobservation>
17
                                </aggregateoccurrence>
18
                                <authortaxoncode>$authorplantname</authortaxoncode>
19
                                <collector_id>
20
                                    <party>
21
                                        <fullname>
22
                                            <_join_words>
23
                                                <1>$givenname</1>
24
                                                <2>$surname</2>
25
                                            </_join_words>
26
                                        </fullname>
27
                                    </party>
28
                                </collector_id>
29
                                <sourceaccessioncode>$taxonobservation_id</sourceaccessioncode>
30
                                <taxondetermination>
31
                                    <taxonverbatim_id>
32
                                        <taxonverbatim>
33
                                            <taxonlabel_id>
34
                                                <taxonlabel>
35
                                                    <creationdate><_dateRangeStart><value>$interpretationdate</value></_dateRangeStart></creationdate>
36
                                                    <parent_id>
37
                                                        <taxonlabel>
38
                                                            <parent_id>
39
                                                                <taxonlabel>
40
                                                                    <rank>cultivar</rank>
41
                                                                    <parent_id>
42
                                                                        <taxonlabel>
43
                                                                            <rank>forma</rank>
44
                                                                            <taxonepithet>$Forma</taxonepithet>
45
                                                                            <parent_id>
46
                                                                                <taxonlabel>
47
                                                                                    <rank>variety</rank>
48
                                                                                    <taxonepithet>$Variety</taxonepithet>
49
                                                                                    <parent_id>
50
                                                                                        <taxonlabel>
51
                                                                                            <rank>subspecies</rank>
52
                                                                                            <taxonepithet>$Subspecies</taxonepithet>
53
                                                                                            <parent_id>
54
                                                                                                <taxonlabel>
55
                                                                                                    <rank>species</rank>
56
                                                                                                    <taxonepithet>$Species</taxonepithet>
57
                                                                                                    <parent_id>
58
                                                                                                        <taxonlabel>
59
                                                                                                            <rank>genus</rank>
60
                                                                                                            <taxonepithet>$Genus</taxonepithet>
61
                                                                                                            <parent_id>
62
                                                                                                                <taxonlabel>
63
                                                                                                                    <rank>family</rank>
64
                                                                                                                    <taxonepithet>$Family</taxonepithet>
65
                                                                                                                    <parent_id>
66
                                                                                                                        <taxonlabel>
67
                                                                                                                            <rank>order</rank>
68
                                                                                                                            <taxonepithet>$Order</taxonepithet>
69
                                                                                                                            <parent_id>
70
                                                                                                                                <taxonlabel>
71
                                                                                                                                    <rank>class</rank>
72
                                                                                                                                    <taxonepithet>$Class</taxonepithet>
73
                                                                                                                                    <parent_id>
74
                                                                                                                                        <taxonlabel>
75
                                                                                                                                            <rank>phylum</rank>
76
                                                                                                                                            <parent_id>
77
                                                                                                                                                <taxonlabel>
78
                                                                                                                                                    <rank>kingdom</rank>
79
                                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
80
                                                                                                                                                </taxonlabel>
81
                                                                                                                                            </parent_id>
82
                                                                                                                                        </taxonlabel>
83
                                                                                                                                    </parent_id>
84
                                                                                                                                </taxonlabel>
85
                                                                                                                            </parent_id>
86
                                                                                                                        </taxonlabel>
87
                                                                                                                    </parent_id>
88
                                                                                                                </taxonlabel>
89
                                                                                                            </parent_id>
90
                                                                                                        </taxonlabel>
91
                                                                                                    </parent_id>
92
                                                                                                </taxonlabel>
93
                                                                                            </parent_id>
94
                                                                                        </taxonlabel>
95
                                                                                    </parent_id>
96
                                                                                </taxonlabel>
97
                                                                            </parent_id>
98
                                                                        </taxonlabel>
99
                                                                    </parent_id>
100
                                                                </taxonlabel>
101
                                                            </parent_id>
102
                                                        </taxonlabel>
103
                                                    </parent_id>
104
                                                    <taxonomicname>
105
                                                        <_merge_prefix>
106
                                                            <prefix><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></prefix>
107
                                                            <value>
108
                                                                <_join_words>
109
                                                                    <2>$Genus</2>
110
                                                                    <3>$Species</3>
111
                                                                    <4>$Subspecies</4>
112
                                                                    <6>
113
                                                                        <_join_words>
114
                                                                            <1>var. </1>
115
                                                                            <2>$Variety</2>
116
                                                                        </_join_words>
117
                                                                    </6>
118
                                                                    <7>
119
                                                                        <_join_words>
120
                                                                            <1>fm. </1>
121
                                                                            <2>$Forma</2>
122
                                                                        </_join_words>
123
                                                                    </7>
124
                                                                </_join_words>
125
                                                            </value>
126
                                                        </_merge_prefix>
127
                                                    </taxonomicname>
128
                                                </taxonlabel>
129
                                            </taxonlabel_id>
130
                                            <family>$Family</family>
131
                                            <genus>$Genus</genus>
132
                                            <specific_epithet>$Species</specific_epithet>
133
                                        </taxonverbatim>
134
                                    </taxonverbatim_id>
135
                                    <determinationdate><_dateRangeStart><value>$interpretationdate</value></_dateRangeStart></determinationdate>
136
                                    <taxonfit>$taxonfit</taxonfit>
137
                                </taxondetermination>
138
                                <taxondetermination>
139
                                    <isoriginal>true</isoriginal>
140
                                    <taxonverbatim_id>
141
                                        <taxonverbatim>
142
                                            <taxonlabel_id><taxonlabel><taxonomicname>$authorplantname</taxonomicname></taxonlabel></taxonlabel_id>
143
                                            <taxonname>$authorplantname</taxonname>
144
                                        </taxonverbatim>
145
                                    </taxonverbatim_id>
146
                                </taxondetermination>
147
                            </taxonoccurrence>
148
                        </locationevent>
149
                    </location>
150
                </path>
151
            </_simplifyPath>
152
        </path>
153
    </_setDefault>
154
</VegBIEN>
155
Inserted 20 new rows into database
(7-7/8)