Project

General

Profile

« Previous | Next » 

Revision 1419

VegX mappings: Updated plot place mappings to VegX 1.5.3 method of place type-tagged place names. This removes the userdef fields in plot.

View differences:

inputs/SALVIAS/test/VegX.plots.xml.ref
60 60
    <plots>
61 61
        <plot id="0">
62 62
            <plotUniqueIdentifier>ACHUPALL</plotUniqueIdentifier>
63
            <simpleUserdefined>
64
                <name>majorGeo</name>
65
                <value>South America</value>
66
            </simpleUserdefined>
67
            <country>Ecuador</country>
63
            <location>
64
                <placeType>continent</placeType>
65
                <placeName>South America</placeName>
66
            </location>
67
            <location>
68
                <placeType>country</placeType>
69
                <placeName>Ecuador</placeName>
70
            </location>
68 71
            <geospatial>
69 72
                <DecimalLatitude>-3.45</DecimalLatitude>
70 73
                <DecimalLongitude>-78.3667</DecimalLongitude>
......
74 77
        </plot>
75 78
        <plot id="1">
76 79
            <plotUniqueIdentifier>ALLACHER</plotUniqueIdentifier>
77
            <simpleUserdefined>
78
                <name>majorGeo</name>
79
                <value>Europe</value>
80
            </simpleUserdefined>
81
            <country>Germany</country>
80
            <location>
81
                <placeType>continent</placeType>
82
                <placeName>Europe</placeName>
83
            </location>
84
            <location>
85
                <placeType>country</placeType>
86
                <placeName>Germany</placeName>
87
            </location>
82 88
            <geospatial>
83 89
                <DecimalLatitude>48.0667</DecimalLatitude>
84 90
                <DecimalLongitude>11.5</DecimalLongitude>
inputs/SALVIAS/maps/VegX.plots.csv
7 7
"SiteCode",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier","Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)"
8 8
"SiteName",,
9 9
"new_world",,
10
"MajorGeo","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value",
11
"Country","/*UniqueIdentifierID->/*s/plot/country",
12
"PolDiv1","/*UniqueIdentifierID->/*s/plot/state","Brad: No; pol1=stateProvince"
10
"MajorGeo","/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName",
11
"Country","/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName",
12
"PolDiv1","/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName","Brad: No; pol1=stateProvince"
13 13
"pol1_type",,
14
"pol2","/*UniqueIdentifierID->/*s/plot/county","Brad: No pol2=countyParish"
14
"pol2","/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName","Brad: No pol2=countyParish"
15 15
"pol2_type",,
16 16
"lat_string",,
17 17
"long_string",,
......
47 47
"organic_percent","->/*s/abioticObservation[*ID]/simpleUserdefined[name=organicPercent]/value/_units:[units=""%""]/value",
48 48
"soil_texture","->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value/_units:[units=""%""]/value",
49 49
"RevisionComments",,
50
"Locality_Description","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
50
"Locality_Description","/*UniqueIdentifierID->/*s/plot/locationNarrative","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
51 51
"topography_desc",,
52 52
"vegetation_1",,
53 53
"vegetation_2",,
inputs/SALVIAS/maps/VegX.plots.full.csv
7 7
"SiteCode",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier","Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)"
8 8
"SiteName",,
9 9
"new_world",,
10
"MajorGeo","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value",
11
"Country","/*UniqueIdentifierID->/*s/plot/country",
12
"PolDiv1","/*UniqueIdentifierID->/*s/plot/state","Brad: No; pol1=stateProvince"
10
"MajorGeo","/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName",
11
"Country","/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName",
12
"PolDiv1","/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName","Brad: No; pol1=stateProvince"
13 13
"pol1_type",,
14
"pol2","/*UniqueIdentifierID->/*s/plot/county","Brad: No pol2=countyParish"
14
"pol2","/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName","Brad: No pol2=countyParish"
15 15
"pol2_type",,
16 16
"lat_string",,
17 17
"long_string",,
......
47 47
"organic_percent","->/*s/abioticObservation[*ID]/simpleUserdefined[name=organicPercent]/value/_units:[units=""%""]/value",
48 48
"soil_texture","->/*s/abioticObservation[*ID]/simpleUserdefined[name=texture]/value/_units:[units=""%""]/value",
49 49
"RevisionComments",,
50
"Locality_Description","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
50
"Locality_Description","/*UniqueIdentifierID->/*s/plot/locationNarrative","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
51 51
"topography_desc",,
52 52
"vegetation_1",,
53 53
"vegetation_2",,
inputs/SALVIAS-CSV/test/VegX.plots.xml.ref
53 53
    <plots>
54 54
        <plot id="0">
55 55
            <plotUniqueIdentifier>ALP-11</plotUniqueIdentifier>
56
            <simpleUserdefined>
57
                <name>majorGeo</name>
58
                <value>South America</value>
59
            </simpleUserdefined>
60
            <country>Peru</country>
61
            <state>Loreto</state>
62
            <simpleUserdefined>
63
                <name>localityDescription</name>
64
                <value>pre-Holocene; clay</value>
65
            </simpleUserdefined>
56
            <location>
57
                <placeType>continent</placeType>
58
                <placeName>South America</placeName>
59
            </location>
60
            <location>
61
                <placeType>country</placeType>
62
                <placeName>Peru</placeName>
63
            </location>
64
            <location>
65
                <placeType>state</placeType>
66
                <placeName>Loreto</placeName>
67
            </location>
68
            <locationNarrative>pre-Holocene; clay</locationNarrative>
66 69
            <geospatial>
67 70
                <DecimalLatitude>-3.95</DecimalLatitude>
68 71
                <DecimalLongitude>-73.4333</DecimalLongitude>
......
72 75
        </plot>
73 76
        <plot id="1">
74 77
            <plotUniqueIdentifier>ALP-12</plotUniqueIdentifier>
75
            <simpleUserdefined>
76
                <name>majorGeo</name>
77
                <value>South America</value>
78
            </simpleUserdefined>
79
            <country>Peru</country>
80
            <state>Loreto</state>
81
            <simpleUserdefined>
82
                <name>localityDescription</name>
83
                <value>pre-Holocene; white and brown sand</value>
84
            </simpleUserdefined>
78
            <location>
79
                <placeType>continent</placeType>
80
                <placeName>South America</placeName>
81
            </location>
82
            <location>
83
                <placeType>country</placeType>
84
                <placeName>Peru</placeName>
85
            </location>
86
            <location>
87
                <placeType>state</placeType>
88
                <placeName>Loreto</placeName>
89
            </location>
90
            <locationNarrative>pre-Holocene; white and brown sand</locationNarrative>
85 91
            <geospatial>
86 92
                <DecimalLatitude>-3.95</DecimalLatitude>
87 93
                <DecimalLongitude>-73.4333</DecimalLongitude>
inputs/SALVIAS-CSV/maps/VegX.plots.csv
2 2
"project","/*ID->/*s/project:[personnel[role=metadataProvider]/organizationName=$/_ignore/inLabel]/title",
3 3
"PLOT_ID",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/simpleUserdefined[name=sourceaccessioncode]/value","Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata."
4 4
"plot_code",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier","Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)"
5
"major_geo","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value",
6
"country","/*UniqueIdentifierID->/*s/plot/country",
7
"pol1","/*UniqueIdentifierID->/*s/plot/state","Brad: No; pol1=stateProvince"
8
"pol2","/*UniqueIdentifierID->/*s/plot/county","Brad: No pol2=countyParish"
9
"locality_description","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
5
"major_geo","/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName",
6
"country","/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName",
7
"pol1","/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName","Brad: No; pol1=stateProvince"
8
"pol2","/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName","Brad: No pol2=countyParish"
9
"locality_description","/*UniqueIdentifierID->/*s/plot/locationNarrative","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
10 10
"lat_decimal","/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude",
11 11
"long_decimal","/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude",
12 12
"elev_m","/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation","Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick."
inputs/SALVIAS-CSV/maps/VegX.plots.full.csv
2 2
"project","/*ID->/*s/project:[personnel[role=metadataProvider]/organizationName=$/_ignore/inLabel]/title",
3 3
"PLOT_ID",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/simpleUserdefined[name=sourceaccessioncode]/value","Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata."
4 4
"plot_code",":[partyWithRole/*ID->/parties/party/organizationName=$/_ignore/inLabel]/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier","Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)"
5
"major_geo","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value",
6
"country","/*UniqueIdentifierID->/*s/plot/country",
7
"pol1","/*UniqueIdentifierID->/*s/plot/state","Brad: No; pol1=stateProvince"
8
"pol2","/*UniqueIdentifierID->/*s/plot/county","Brad: No pol2=countyParish"
9
"locality_description","/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
5
"major_geo","/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName",
6
"country","/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName",
7
"pol1","/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName","Brad: No; pol1=stateProvince"
8
"pol2","/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName","Brad: No pol2=countyParish"
9
"locality_description","/*UniqueIdentifierID->/*s/plot/locationNarrative","Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX"
10 10
"lat_decimal","/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude",
11 11
"long_decimal","/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude",
12 12
"elev_m","/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation","Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick."
mappings/VegX-VegBIEN.plots.csv
3 3
/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation,/*_id/location/elevation/_alt/1,
4 4
/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*_id/location/locationdetermination/coordsaccuracy,
5 5
/*UniqueIdentifierID->/*s/plot/geospatial/FootprintWKT,/*_id/location/locationdetermination/footprintgeometry_dwc,
6
/*UniqueIdentifierID->/*s/plot/county,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
/*UniqueIdentifierID->/*s/plot/state,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
/*UniqueIdentifierID->/*s/plot/country,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,country,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value,/*_id/location/locationnarrative,
6
/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName,"/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,country,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
/*UniqueIdentifierID->/*s/plot/locationNarrative,/*_id/location/locationnarrative,
11 11
/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/location/slopeaspect,
12 12
/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/location/slopegradient,
13 13
/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",
mappings/VegX-VegBIEN.organisms.csv
3 3
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation,/*_id/locationevent/*_id/location/elevation/_alt/1,
4 4
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*_id/locationevent/*_id/location/locationdetermination/coordsaccuracy,
5 5
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/FootprintWKT,/*_id/locationevent/*_id/location/locationdetermination/footprintgeometry_dwc,
6
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/county,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/state,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/country,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,country,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value,/*_id/locationevent/*_id/location/locationnarrative,
6
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/location[placeType=county]/placeName,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/location[placeType=state]/placeName,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/location[placeType=country]/placeName,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/location[placeType=continent]/placeName,"/*_id/locationevent/*_id/location/locationdetermination/namedplace_id/_simplifyPath:[next=""parent_id/namedplace"",require=placename]/path/_forEach:[in:[county,stateProvince,country,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/locationNarrative,/*_id/locationevent/*_id/location/locationnarrative,
11 11
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/locationevent/*_id/location/slopeaspect,
12 12
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/locationevent/*_id/location/slopegradient,
13 13
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",
mappings/for_review/VegX-VegBIEN.plots.csv
3 3
//geospatial/verbatimElevation,//location/elevation/_alt/1,
4 4
//geospatial/CoordinateUncertaintyInMeters,//locationdetermination/coordsaccuracy,
5 5
//geospatial/FootprintWKT,//locationdetermination/footprintgeometry_dwc,
6
//plot/county,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
//plot/state,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
//plot/country,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
//plot/simpleUserdefined[name=majorGeo]/value,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
//plot/simpleUserdefined[name=localityDescription]/value,//location/locationnarrative,
6
//plot/location[placeType=county]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
//plot/location[placeType=state]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
//plot/location[placeType=country]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
//plot/location[placeType=continent]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
//plot/locationNarrative,//location/locationnarrative,
11 11
//plot/slopeAspect,//location/slopeaspect,
12 12
//plot/slopeGradient,//location/slopegradient,
13 13
//geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",
mappings/for_review/VegX-VegBIEN.organisms.csv
3 3
//geospatial/verbatimElevation,//location/elevation/_alt/1,
4 4
//geospatial/CoordinateUncertaintyInMeters,//locationdetermination/coordsaccuracy,
5 5
//geospatial/FootprintWKT,//locationdetermination/footprintgeometry_dwc,
6
//plot/county,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
//plot/state,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
//plot/country,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
//plot/simpleUserdefined[name=majorGeo]/value,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
//plot/simpleUserdefined[name=localityDescription]/value,//location/locationnarrative,
6
//plot/location[placeType=county]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename",
7
//plot/location[placeType=state]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename",
8
//plot/location[placeType=country]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename",
9
//plot/location[placeType=continent]/placeName,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename",
10
//plot/locationNarrative,//location/locationnarrative,
11 11
//plot/slopeAspect,//location/slopeaspect,
12 12
//plot/slopeGradient,//location/slopegradient,
13 13
//geospatial/maximumElevationInMeters,"/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",

Also available in: Unified diff