Revision 152
Added by Aaron Marcuse-Kubitza almost 13 years ago
mappings/VegX-VegBank.organisms.csv | ||
---|---|---|
53 | 53 |
"/*ID->/*s/plotObservation/*ID->/*s/project/title","/*_ID/observation/*_ID/project/projectName" |
54 | 54 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/area","/*_ID/observation/*_ID/plot/area" |
55 | 55 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/country","/*_ID/observation/*_ID/plot/place(/*_ID/namedPlace[placeSystem=""area|country|territory""])/placeName" |
56 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/county","/*_ID/observation/*_ID/plot/place(/*_ID/namedPlace[placeSystem=""Geographic Name])/placeName" |
|
57 | 56 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/county","/*_ID/observation/*_ID/plot/place(/*_ID/namedPlace[placeSystem=county])/placeName" |
58 | 57 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters","/*_ID/observation/*_ID/plot/locationAccuracy" |
59 | 58 |
"/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude","/*_ID/observation/*_ID/plot/realLatitude" |
mappings/for_review/VegX-VegBank.organisms.csv | ||
---|---|---|
53 | 53 |
//project/title,//project/projectName |
54 | 54 |
//plot/area,//plot/area |
55 | 55 |
//plot/country,"//*_ID/namedPlace[placeSystem=""area|country|territory""]/placeName" |
56 |
//plot/county,"//*_ID/namedPlace[placeSystem=""Geographic Name]/placeName" |
|
57 | 56 |
//plot/county,//*_ID/namedPlace[placeSystem=county]/placeName |
58 | 57 |
//geospatial/CoordinateUncertaintyInMeters,//plot/locationAccuracy |
59 | 58 |
//geospatial/DecimalLatitude,//plot/realLatitude |
mappings/for_review/VegX-VegBank.plots.csv | ||
---|---|---|
21 | 21 |
//project/title,//project/projectName |
22 | 22 |
//plot/area,//plot/area |
23 | 23 |
//plot/country,"//*_ID/namedPlace[placeSystem=""area|country|territory""]/placeName" |
24 |
//plot/county,"//*_ID/namedPlace[placeSystem=""Geographic Name]/placeName" |
|
25 | 24 |
//plot/county,//*_ID/namedPlace[placeSystem=county]/placeName |
26 | 25 |
//geospatial/CoordinateUncertaintyInMeters,//plot/locationAccuracy |
27 | 26 |
//geospatial/DecimalLatitude,//plot/realLatitude |
mappings/VegX-VegBank.plots.csv | ||
---|---|---|
21 | 21 |
/*ID->/*s/project/title,/*_ID/project/projectName |
22 | 22 |
/*UniqueIdentifierID->/*s/plot/area,/*_ID/plot/area |
23 | 23 |
/*UniqueIdentifierID->/*s/plot/country,"/*_ID/plot/place(/*_ID/namedPlace[placeSystem=""area|country|territory""])/placeName" |
24 |
/*UniqueIdentifierID->/*s/plot/county,"/*_ID/plot/place(/*_ID/namedPlace[placeSystem=""Geographic Name])/placeName" |
|
25 | 24 |
/*UniqueIdentifierID->/*s/plot/county,/*_ID/plot/place(/*_ID/namedPlace[placeSystem=county])/placeName |
26 | 25 |
/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*_ID/plot/locationAccuracy |
27 | 26 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*_ID/plot/realLatitude |
Also available in: Unified diff
Fixed VegX-VegBank mapping syntax error