Revision 3679
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/SALVIAS-CSV/maps/VegX.plots.csv | ||
---|---|---|
1 | 1 |
SALVIAS-CSV,VegX:/*s/plotObservation,Comments |
2 |
project,/*ID->/*s/project/title, |
|
2 |
project,/*ID->/*s/project/title[@id=name],
|
|
3 | 3 |
PLOT_ID,/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier,"Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata." |
4 | 4 |
plot_code,/*UniqueIdentifierID->/*s/plot/plotName,Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project) |
5 | 5 |
major_geo,/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName, |
inputs/SALVIAS-CSV/maps/VegX.plots.full.csv | ||
---|---|---|
18 | 18 |
soil_texture,->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value, |
19 | 19 |
holdridge_life_zone,->/*s/communityDetermination[*ID]/*s/communityConcept/commonName, |
20 | 20 |
life_zone_code,->/*s/communityDetermination[*ID]/*s/communityConcept/name, |
21 |
project,/*ID->/*s/project/title, |
|
21 |
project,/*ID->/*s/project/title[@id=name],
|
|
22 | 22 |
plot_area_ha,/*UniqueIdentifierID->/*s/plot/area,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed" |
23 | 23 |
lat_decimal,/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude, |
24 | 24 |
long_decimal,/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude, |
inputs/CTFS/test/import.organisms.xml.ref | ||
---|---|---|
115 | 115 |
</location> |
116 | 116 |
</location_id> |
117 | 117 |
<method_id><method><name>$/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name</name></method></method_id> |
118 |
<project_id><project><projectname>$/*ID->/*s/plotObservation/*ID->/*s/project/title</projectname></project></project_id> |
|
118 |
<project_id> |
|
119 |
<project> |
|
120 |
<projectname>$/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name]</projectname> |
|
121 |
<sourceaccessioncode>$/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode]</sourceaccessioncode> |
|
122 |
</project> |
|
123 |
</project_id> |
|
119 | 124 |
<commclass> |
120 | 125 |
<commdetermination> |
121 | 126 |
<commconcept_id> |
inputs/CTFS/maps/VegX.organisms.full.csv | ||
---|---|---|
43 | 43 |
/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value,/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value |
44 | 44 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName |
45 | 45 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name |
46 |
/*ID->/*s/plotObservation/*ID->/*s/project/title,/*ID->/*s/plotObservation/*ID->/*s/project/title |
|
46 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name] |
|
47 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode] |
|
47 | 48 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area |
48 | 49 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters |
49 | 50 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude |
inputs/CTFS/maps/VegBIEN.organisms.csv | ||
---|---|---|
15 | 15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
18 |
/*ID->/*s/plotObservation/*ID->/*s/project/title,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
18 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
19 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/sourceaccessioncode, |
|
19 | 20 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
20 | 21 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/commdescription, |
21 | 22 |
/*ID->/*s/plotObservation/obsEndDate,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/obsenddate, |
inputs/SALVIAS/maps/VegX.plots.csv | ||
---|---|---|
2 | 2 |
PlotID,/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier,"Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata." |
3 | 3 |
orig_filename,, |
4 | 4 |
AccessCode,, |
5 |
project_id,/*ID->/*s/project/title, |
|
5 |
project_id,/*ID->/*s/project/title[@id=name],
|
|
6 | 6 |
PrimOwnerID,, |
7 | 7 |
SiteCode,/*UniqueIdentifierID->/*s/plot/plotName,Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project) |
8 | 8 |
SiteName,, |
inputs/SALVIAS/maps/VegX.plots.full.csv | ||
---|---|---|
18 | 18 |
soil_texture,"->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value/_units:[default=""%"",to=]/value", |
19 | 19 |
life_zone_code,->/*s/communityDetermination[*ID]/*s/communityConcept/commonName, |
20 | 20 |
life_zone,->/*s/communityDetermination[*ID]/*s/communityConcept/name, |
21 |
project_id,/*ID->/*s/project/title, |
|
21 |
project_id,/*ID->/*s/project/title[@id=name],
|
|
22 | 22 |
plot_area_ha,/*UniqueIdentifierID->/*s/plot/area,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed" |
23 | 23 |
LatDec,/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude, |
24 | 24 |
LongDec,/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude, |
mappings/VegX-VegBIEN.plots.csv | ||
---|---|---|
15 | 15 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
/simpleUserdefined[name=method]/*ID/method/name,/*_id/method/name, |
18 |
/*ID->/*s/project/title,/*_id/project/projectname, |
|
18 |
/*ID->/*s/project/title[@id=name],/*_id/project/projectname, |
|
19 |
/*ID->/*s/project/title[@id=sourceAccessionCode],/*_id/project/sourceaccessioncode, |
|
19 | 20 |
->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
20 | 21 |
->/*s/communityDetermination[*ID]/*s/communityConcept/name,/commclass/commdetermination/*_id/commconcept/commdescription, |
21 | 22 |
/obsEndDate,/obsenddate, |
mappings/VegX-VegBIEN.organisms.csv | ||
---|---|---|
15 | 15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
18 |
/*ID->/*s/plotObservation/*ID->/*s/project/title,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
18 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
19 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/sourceaccessioncode, |
|
19 | 20 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
20 | 21 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/commdescription, |
21 | 22 |
/*ID->/*s/plotObservation/obsEndDate,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/obsenddate, |
mappings/VegX.self.stems.csv | ||
---|---|---|
50 | 50 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value |
51 | 51 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName |
52 | 52 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name |
53 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title |
|
53 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name] |
|
54 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode] |
|
54 | 55 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area |
55 | 56 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters |
56 | 57 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude |
mappings/VegX.self.plots.csv | ||
---|---|---|
18 | 18 |
->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value,->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value |
19 | 19 |
->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,->/*s/communityDetermination[*ID]/*s/communityConcept/commonName |
20 | 20 |
->/*s/communityDetermination[*ID]/*s/communityConcept/name,->/*s/communityDetermination[*ID]/*s/communityConcept/name |
21 |
/*ID->/*s/project/title,/*ID->/*s/project/title |
|
21 |
/*ID->/*s/project/title[@id=name],/*ID->/*s/project/title[@id=name] |
|
22 |
/*ID->/*s/project/title[@id=sourceAccessionCode],/*ID->/*s/project/title[@id=sourceAccessionCode] |
|
22 | 23 |
/*UniqueIdentifierID->/*s/plot/area,/*UniqueIdentifierID->/*s/plot/area |
23 | 24 |
/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters |
24 | 25 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude |
mappings/VegX.self.organisms.csv | ||
---|---|---|
43 | 43 |
/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value,/*ID->/*s/plotObservation->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value |
44 | 44 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName |
45 | 45 |
/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name |
46 |
/*ID->/*s/plotObservation/*ID->/*s/project/title,/*ID->/*s/plotObservation/*ID->/*s/project/title |
|
46 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name] |
|
47 |
/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode] |
|
47 | 48 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area |
48 | 49 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters |
49 | 50 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude |
mappings/for_review/VegX-VegBIEN.plots.csv | ||
---|---|---|
15 | 15 |
//geospatial/DecimalLatitude,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
//geospatial/DecimalLongitude,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
18 |
//project/title,//project/projectname, |
|
18 |
//project/title[@id=name],//project/projectname, |
|
19 |
//project/title[@id=sourceAccessionCode],//project/sourceaccessioncode, |
|
19 | 20 |
//*s/communityDetermination/*s/communityConcept/commonName,//*/commname, |
20 | 21 |
//*s/communityDetermination/*s/communityConcept/name,//commconcept/commdescription, |
21 | 22 |
/obsEndDate,/obsenddate, |
mappings/for_review/VegX-VegBIEN.organisms.csv | ||
---|---|---|
15 | 15 |
//geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
//geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
//plotObservation/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
18 |
//project/title,//project/projectname, |
|
18 |
//project/title[@id=name],//project/projectname, |
|
19 |
//project/title[@id=sourceAccessionCode],//project/sourceaccessioncode, |
|
19 | 20 |
//*s/communityDetermination/*s/communityConcept/commonName,//*/commname, |
20 | 21 |
//*s/communityDetermination/*s/communityConcept/name,//commconcept/commdescription, |
21 | 22 |
//plotObservation/obsEndDate,//locationevent/obsenddate, |
mappings/for_review/VegX-VegBIEN.stems.csv | ||
---|---|---|
15 | 15 |
//geospatial/DecimalLatitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
//geospatial/DecimalLongitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
//plotObservation/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
18 |
//project/title,//project/projectname, |
|
18 |
//project/title[@id=name],//project/projectname, |
|
19 |
//project/title[@id=sourceAccessionCode],//project/sourceaccessioncode, |
|
19 | 20 |
//*s/communityDetermination/*s/communityConcept/commonName,//*/commname, |
20 | 21 |
//*s/communityDetermination/*s/communityConcept/name,//commconcept/commdescription, |
21 | 22 |
//plotObservation/obsEndDate,//locationevent/obsenddate, |
mappings/VegX-VegBIEN.stems.csv | ||
---|---|---|
15 | 15 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
16 | 16 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
17 | 17 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
18 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
18 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=name],/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/projectname, |
|
19 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*ID->/*s/project/title[@id=sourceAccessionCode],/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/project/sourceaccessioncode, |
|
19 | 20 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/commonName,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
20 | 21 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation->/*s/communityDetermination[*ID]/*s/communityConcept/name,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/commclass/commdetermination/*_id/commconcept/commdescription, |
21 | 22 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/obsEndDate,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/obsenddate, |
Also available in: Unified diff
mappings/VegX-VegBIEN.stems.csv: project: Mapped sourceaccessioncode. This entailed adding a distinguishing suffix to the projectname input mapping.