Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$id</authorlocationcode>
8
                <locationevent>
9
                    <taxonoccurrence>
10
                        <aggregateoccurrence>
11
                            <count>$individualCount</count>
12
                            <plantobservation>
13
                                <specimenreplicate>
14
                                    <collectioncode_dwc>
15
                                        <_join>
16
                                            <1>$collectionCode</1>
17
                                            <2>$collectionID</2>
18
                                        </_join>
19
                                    </collectioncode_dwc>
20
                                    <institution_id><sourcename><name>$institutionCode</name></sourcename></institution_id>
21
                                    <sourceaccessioncode>$id</sourceaccessioncode>
22
                                </specimenreplicate>
23
                            </plantobservation>
24
                        </aggregateoccurrence>
25
                        <iscultivated>
26
                            <_map>
27
                                <cultivated>t</cultivated>
28
                                <wild>f</wild>
29
                                <*></*>
30
                                <value>$establishmentMeans</value>
31
                            </_map>
32
                        </iscultivated>
33
                        <isnative>
34
                            <_map>
35
                                <native>t</native>
36
                                <exotic>f</exotic>
37
                                <*></*>
38
                                <value>$establishmentMeans</value>
39
                            </_map>
40
                        </isnative>
41
                        <sourceaccessioncode>$id</sourceaccessioncode>
42
                        <taxondetermination>
43
                            <taxonverbatim_id>
44
                                <taxonverbatim>
45
                                    <taxonlabel_id>
46
                                        <taxonlabel>
47
                                            <matched_label_id>
48
                                                <taxonlabel>
49
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
50
                                                    <taxonomicname>
51
                                                        <_join_words>
52
                                                            <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
53
                                                            <2>$genus</2>
54
                                                        </_join_words>
55
                                                    </taxonomicname>
56
                                                </taxonlabel>
57
                                            </matched_label_id>
58
                                            <parent_id>
59
                                                <taxonlabel>
60
                                                    <parent_id>
61
                                                        <taxonlabel>
62
                                                            <rank>cultivar</rank>
63
                                                            <parent_id>
64
                                                                <taxonlabel>
65
                                                                    <rank>forma</rank>
66
                                                                    <parent_id>
67
                                                                        <taxonlabel>
68
                                                                            <rank>variety</rank>
69
                                                                            <parent_id>
70
                                                                                <taxonlabel>
71
                                                                                    <rank>subspecies</rank>
72
                                                                                    <parent_id>
73
                                                                                        <taxonlabel>
74
                                                                                            <rank>species</rank>
75
                                                                                            <parent_id>
76
                                                                                                <taxonlabel>
77
                                                                                                    <rank>genus</rank>
78
                                                                                                    <taxonepithet>$genus</taxonepithet>
79
                                                                                                    <parent_id>
80
                                                                                                        <taxonlabel>
81
                                                                                                            <rank>family</rank>
82
                                                                                                            <taxonepithet>$family</taxonepithet>
83
                                                                                                        </taxonlabel>
84
                                                                                                    </parent_id>
85
                                                                                                </taxonlabel>
86
                                                                                            </parent_id>
87
                                                                                        </taxonlabel>
88
                                                                                    </parent_id>
89
                                                                                </taxonlabel>
90
                                                                            </parent_id>
91
                                                                        </taxonlabel>
92
                                                                    </parent_id>
93
                                                                </taxonlabel>
94
                                                            </parent_id>
95
                                                        </taxonlabel>
96
                                                    </parent_id>
97
                                                </taxonlabel>
98
                                            </parent_id>
99
                                            <taxonomicname>
100
                                                <_join_words>
101
                                                    <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
102
                                                    <2>$genus</2>
103
                                                </_join_words>
104
                                            </taxonomicname>
105
                                        </taxonlabel>
106
                                    </taxonlabel_id>
107
                                    <family>$family</family>
108
                                    <genus>$genus</genus>
109
                                </taxonverbatim>
110
                            </taxonverbatim_id>
111
                        </taxondetermination>
112
                    </taxonoccurrence>
113
                </locationevent>
114
                <locationnarrative>$locality</locationnarrative>
115
                <locationplace><place_id><place><continent>$continent</continent></place></place_id></locationplace>
116
            </location>
117
        </path>
118
    </_simplifyPath>
119
</VegBIEN>
120
Inserted 25 new rows into database
(4-4/5)