Revision 6228
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/Madidi/Organism/VegBIEN.csv | ||
---|---|---|
31 | 31 |
Specie+autor,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/then/_first/2/_first/2", |
32 | 32 |
Species and morphotypes,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/then/_first/2/_first/3","Contains less than ""Specie+autor""" |
33 | 33 |
Index collector,/location/locationevent/taxonoccurrence/collector_id/party/fullname, |
34 |
Habit,"/location/locationevent/taxonoccurrence/growthform/_map:[./{T,Arbol,palm}=tree,./{H,""Hemiepífito""}=hemiepiphyte,./{L,l,""L?"",Liana}=liana,E=epiphyte,S=shrub,Hb=herb,""vine-herbaceous""=vine,graminoid=grass,rosette=forb,*=*]/value","According to <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.habit>, <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/SALVIAS#Habit>"
|
|
34 |
Habit,/location/locationevent/taxonoccurrence/growthform,
|
|
35 | 35 |
Determined by,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/party/fullname, |
36 | 36 |
Family (revised),"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonverbatim/*_id/taxonlabel/_if[@name=""if has verbatim name""]/else/matched_label_id/taxonlabel:[source_id/source/shortname=TNRS]/taxonomicname/_join_words/1/_taxon_family_require_std/family", |
37 | 37 |
Specie+autor,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonverbatim/*_id/taxonlabel/_if[@name=""if has verbatim name""]/else/matched_label_id/taxonlabel:[source_id/source/shortname=TNRS]/taxonomicname/_join_words/2/_alt/1", |
inputs/Madidi/Organism/test.xml.ref | ||
---|---|---|
40 | 40 |
</aggregateoccurrence> |
41 | 41 |
<authortaxoncode>$Tree number</authortaxoncode> |
42 | 42 |
<collector_id><party><fullname>$Index collector</fullname></party></collector_id> |
43 |
<growthform> |
|
44 |
<_map> |
|
45 |
<T>tree</T> |
|
46 |
<Arbol>tree</Arbol> |
|
47 |
<palm>tree</palm> |
|
48 |
<H>hemiepiphyte</H> |
|
49 |
<Hemiepífito>hemiepiphyte</Hemiepífito> |
|
50 |
<L>liana</L> |
|
51 |
<l>liana</l> |
|
52 |
<L?>liana</L?> |
|
53 |
<Liana>liana</Liana> |
|
54 |
<E>epiphyte</E> |
|
55 |
<S>shrub</S> |
|
56 |
<Hb>herb</Hb> |
|
57 |
<vine-herbaceous>vine</vine-herbaceous> |
|
58 |
<graminoid>grass</graminoid> |
|
59 |
<rosette>forb</rosette> |
|
60 |
<*>*</*> |
|
61 |
<value>$Habit</value> |
|
62 |
</_map> |
|
63 |
</growthform> |
|
43 |
<growthform>$Habit</growthform> |
|
64 | 44 |
<taxondetermination> |
65 | 45 |
<party_id><party><fullname>$Determined by</fullname></party></party_id> |
66 | 46 |
<taxonverbatim_id> |
mappings/VegCore-VegBIEN.csv | ||
---|---|---|
128 | 128 |
recordedBy.givenName,/location/locationevent/taxonoccurrence/collector_id/party/fullname/_join_words/1, |
129 | 129 |
recordedBy.surName,/location/locationevent/taxonoccurrence/collector_id/party/fullname/_join_words/2, |
130 | 130 |
growthForm,/location/locationevent/taxonoccurrence/growthform, |
131 |
verbatimGrowthForm,"/location/locationevent/taxonoccurrence/growthform/_map:[./{T,Arbol,palm}=tree,./{H,""Hemiepífito""}=hemiepiphyte,./{L,l,""L?"",Liana}=liana,E=epiphyte,S=shrub,Hb=herb,""vine-herbaceous""=vine,graminoid=grass,rosette=forb,*=*]/value","According to <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.habit>, <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/SALVIAS#Habit>"
|
|
131 |
verbatimGrowthForm,/location/locationevent/taxonoccurrence/growthform,
|
|
132 | 132 |
cultivated,/location/locationevent/taxonoccurrence/iscultivated/_alt/1, |
133 | 133 |
establishmentMeans,"/location/locationevent/taxonoccurrence/iscultivated/_alt/2/_map:[cultivated=t,wild=f,*=]/value", |
134 | 134 |
establishmentMeans,"/location/locationevent/taxonoccurrence/isnative/_map:[native=t,exotic=f,*=]/value", |
mappings/for_review/VegCore-VegBIEN.csv | ||
---|---|---|
128 | 128 |
recordedBy.givenName,//party/fullname, |
129 | 129 |
recordedBy.surName,//party/fullname, |
130 | 130 |
growthForm,//taxonoccurrence/growthform, |
131 |
verbatimGrowthForm,//taxonoccurrence/growthform,"According to <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.habit>, <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/SALVIAS#Habit>"
|
|
131 |
verbatimGrowthForm,//taxonoccurrence/growthform, |
|
132 | 132 |
cultivated,//taxonoccurrence/iscultivated, |
133 | 133 |
establishmentMeans,//taxonoccurrence/iscultivated, |
134 | 134 |
establishmentMeans,//taxonoccurrence/isnative, |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: verbatimGrowthForm: Removed _map filter, which applied only to SALVIAS and has now been moved to the applicable SALVIAS tables