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>
21
                                        <sourcename>
22
                                            <matched_source_id><source><shortname>$institutionCode</shortname></source></matched_source_id>
23
                                            <name>$institutionCode</name>
24
                                        </sourcename>
25
                                    </institution_id>
26
                                    <sourceaccessioncode>$id</sourceaccessioncode>
27
                                </specimenreplicate>
28
                            </plantobservation>
29
                        </aggregateoccurrence>
30
                        <iscultivated>
31
                            <_map>
32
                                <cultivated>t</cultivated>
33
                                <wild>f</wild>
34
                                <*></*>
35
                                <value>$establishmentMeans</value>
36
                            </_map>
37
                        </iscultivated>
38
                        <isnative>
39
                            <_map>
40
                                <native>t</native>
41
                                <exotic>f</exotic>
42
                                <*></*>
43
                                <value>$establishmentMeans</value>
44
                            </_map>
45
                        </isnative>
46
                        <sourceaccessioncode>$id</sourceaccessioncode>
47
                        <taxondetermination>
48
                            <taxonverbatim_id>
49
                                <taxonverbatim>
50
                                    <taxonlabel_id>
51
                                        <taxonlabel>
52
                                            <matched_label_id>
53
                                                <taxonlabel>
54
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
55
                                                    <taxonomicname>
56
                                                        <_join_words>
57
                                                            <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
58
                                                            <2>$genus</2>
59
                                                        </_join_words>
60
                                                    </taxonomicname>
61
                                                </taxonlabel>
62
                                            </matched_label_id>
63
                                            <parent_id>
64
                                                <taxonlabel>
65
                                                    <parent_id>
66
                                                        <taxonlabel>
67
                                                            <rank>cultivar</rank>
68
                                                            <parent_id>
69
                                                                <taxonlabel>
70
                                                                    <rank>forma</rank>
71
                                                                    <parent_id>
72
                                                                        <taxonlabel>
73
                                                                            <rank>variety</rank>
74
                                                                            <parent_id>
75
                                                                                <taxonlabel>
76
                                                                                    <rank>subspecies</rank>
77
                                                                                    <parent_id>
78
                                                                                        <taxonlabel>
79
                                                                                            <rank>species</rank>
80
                                                                                            <parent_id>
81
                                                                                                <taxonlabel>
82
                                                                                                    <rank>genus</rank>
83
                                                                                                    <taxonepithet>$genus</taxonepithet>
84
                                                                                                    <parent_id>
85
                                                                                                        <taxonlabel>
86
                                                                                                            <rank>family</rank>
87
                                                                                                            <taxonepithet>$family</taxonepithet>
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
                                                <_join_words>
106
                                                    <1><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></1>
107
                                                    <2>$genus</2>
108
                                                </_join_words>
109
                                            </taxonomicname>
110
                                        </taxonlabel>
111
                                    </taxonlabel_id>
112
                                    <family>$family</family>
113
                                    <genus>$genus</genus>
114
                                </taxonverbatim>
115
                            </taxonverbatim_id>
116
                        </taxondetermination>
117
                    </taxonoccurrence>
118
                </locationevent>
119
                <locationnarrative>$locality</locationnarrative>
120
                <locationplace><place_id><place><continent>$continent</continent></place></place_id></locationplace>
121
            </location>
122
        </path>
123
    </_simplifyPath>
124
</VegBIEN>
125
Inserted 26 new rows into database
(4-4/5)