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><party><organizationname>$institutionCode</organizationname></party></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
                            <taxonlabel_id>
44
                                <taxonlabel>
45
                                    <matched_label_id>
46
                                        <taxonlabel>
47
                                            <creator_id>
48
                                                <party>
49
                                                    <creator_id>0</creator_id>
50
                                                    <organizationname>TNRS</organizationname>
51
                                                </party>
52
                                            </creator_id>
53
                                            <identifyingtaxonomicname>
54
                                                <_join_words>
55
                                                    <1>$family</1>
56
                                                    <2>$genus</2>
57
                                                </_join_words>
58
                                            </identifyingtaxonomicname>
59
                                        </taxonlabel>
60
                                    </matched_label_id>
61
                                    <family>$family</family>
62
                                    <genus>$genus</genus>
63
                                    <identifyingtaxonomicname>
64
                                        <_join_words>
65
                                            <1>$family</1>
66
                                            <2>$genus</2>
67
                                        </_join_words>
68
                                    </identifyingtaxonomicname>
69
                                    <parent_id>
70
                                        <taxonlabel>
71
                                            <parent_id>
72
                                                <taxonlabel>
73
                                                    <rank>cultivar</rank>
74
                                                    <parent_id>
75
                                                        <taxonlabel>
76
                                                            <rank>forma</rank>
77
                                                            <parent_id>
78
                                                                <taxonlabel>
79
                                                                    <rank>variety</rank>
80
                                                                    <parent_id>
81
                                                                        <taxonlabel>
82
                                                                            <rank>subspecies</rank>
83
                                                                            <parent_id>
84
                                                                                <taxonlabel>
85
                                                                                    <rank>species</rank>
86
                                                                                    <parent_id>
87
                                                                                        <taxonlabel>
88
                                                                                            <rank>genus</rank>
89
                                                                                            <taxonepithet>$genus</taxonepithet>
90
                                                                                            <parent_id>
91
                                                                                                <taxonlabel>
92
                                                                                                    <rank>family</rank>
93
                                                                                                    <taxonepithet>$family</taxonepithet>
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
                                                        </taxonlabel>
105
                                                    </parent_id>
106
                                                </taxonlabel>
107
                                            </parent_id>
108
                                        </taxonlabel>
109
                                    </parent_id>
110
                                </taxonlabel>
111
                            </taxonlabel_id>
112
                        </taxondetermination>
113
                    </taxonoccurrence>
114
                </locationevent>
115
                <locationnarrative>$locality</locationnarrative>
116
                <locationplace><placepath_id><placepath><continent>$continent</continent></placepath></placepath_id></locationplace>
117
            </location>
118
        </path>
119
    </_simplifyPath>
120
</VegBIEN>
121
Inserted 24 new rows into database
(4-4/5)