Project

General

Profile

« Previous | Next » 

Revision 4638

inputs/*/*/map.csv: Changed empty mappings to self mappings, using the steps at <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Map_refactoring#Change-empty-mappings-to-self-mappings&gt;. Note that in map.full.csv and VegBIEN.csv, lines that have changed are always the result of the input field's case being changed to match the case of the datasource's actual column name.

View differences:

map.csv
1 1
ARIZ[Veg+],Veg+,Comments
2
GlobalUniqueIdentifier,,
3
DateLastModified,,
4
BasisOfRecord,,
5
InstitutionCode,,
6
CollectionCode,,
2
GlobalUniqueIdentifier,occurrenceID,
3
DateLastModified,dcterms:modified,
4
BasisOfRecord,BasisOfRecord,
5
InstitutionCode,institutionCode,
6
CollectionCode,collectionCode,
7 7
CatalogNumber,CatalogNumber/_alt/2,Don't overwrite CatalogNumberNumeric
8 8
CatalogNumberNumeric,CatalogNumber/_alt/1,
9
Collector,,
10
CollectorNumber,,
9
Collector,recordedBy,
10
CollectorNumber,recordNumber,
11 11
FieldNumber,OMIT,"Usage inconsistent with DwC definition: meaning is recordNumber. Identical to CollectorNumber [1], so does not need to be mapped.
12 12

  
13 13
[1] The following query returns no rows: SELECT * FROM ""ARIZ"".""Specimen"" WHERE ""CollectorNumber"" IS DISTINCT FROM ""FieldNumber"""
14
YearCollected,,
15
MonthCollected,,
16
DayCollected,,
14
YearCollected,yearCollected,
15
MonthCollected,monthCollected,
16
DayCollected,dayCollected,
17 17
TimeCollected,eventTime,
18 18
VerbatimCollectingDate,dateCollected/_alt/0,
19
FieldNotes,,
20
JulianDay,,
21
HigherGeography,,
22
ContinentOcean,,
23
IslandGroup,,
24
Island,,
25
Country,,
26
StateProvince,,
27
County,,
28
Locality,,
29
DecimalLatitude,,
30
DecimalLongitude,,
31
HorizontalDatum,,Not used
19
FieldNotes,fieldNotes,
20
JulianDay,day,
21
HigherGeography,HigherGeography,
22
ContinentOcean,continent,
23
IslandGroup,IslandGroup,
24
Island,Island,
25
Country,country,
26
StateProvince,stateProvince,
27
County,county,
28
Locality,locality,
29
DecimalLatitude,decimalLatitude,
30
DecimalLongitude,decimalLongitude,
31
HorizontalDatum,HorizontalDatum,Not used
32 32
OriginalCoordinateSystem,verbatimSRS,
33
VerbatimLatitude,,
34
VerbatimLongitude,,
33
VerbatimLatitude,verbatimLatitude,
34
VerbatimLongitude,verbatimLongitude,
35 35
GeorefMethod,georeferenceProtocol,
36
CoordinateUncertaintyInMeters,,
36
CoordinateUncertaintyInMeters,coordinateUncertaintyInMeters,
37 37
LatLongComments,georeferenceRemarks,
38
BoundingBox,,
39
MinimumElevationInMeters,,
40
MaximumElevationInMeters,,
41
VerbatimElevation,,
42
MinimumDepthInMeters,,
43
MaximumDepthInMeters,,
44
VerbatimDepth,,
38
BoundingBox,footprintWKT,
39
MinimumElevationInMeters,minimumElevationInMeters,
40
MaximumElevationInMeters,maximumElevationInMeters,
41
VerbatimElevation,verbatimElevation,
42
MinimumDepthInMeters,minimumDepthInMeters,
43
MaximumDepthInMeters,maximumDepthInMeters,
44
VerbatimDepth,VerbatimDepth,
45 45
ScientificName,ScientificName/_alt/2,
46
Kingdom,,
47
Phylum,,
48
Class,,
49
Order,,
50
Family,,
51
Genus,,
52
Species,,
53
Subspecies,,
46
Kingdom,kingdom,
47
Phylum,phylum,
48
Class,class,
49
Order,order,
50
Family,family,
51
Genus,genus,
52
Species,specificEpithet,
53
Subspecies,infraspecificEpithet,
54 54
ScientificNameAuthor,ScientificName/_alt/1,Contains the binomial in addition to the authority
55
IdentifiedBy,,
55
IdentifiedBy,identifiedBy,
56 56
IdentificationModifier,identificationQualifier,
57
YearIdentified,,
58
MonthIdentified,,
59
DayIdentified,,
60
TypeStatus,,
61
Sex,,
62
Preparations,,
63
Tissues,,Not used
64
IndividualCount,,
57
YearIdentified,yearIdentified,
58
MonthIdentified,monthIdentified,
59
DayIdentified,dayIdentified,
60
TypeStatus,TypeStatus,
61
Sex,sex,
62
Preparations,Preparations,
63
Tissues,Tissues,Not used
64
IndividualCount,individualCount,
65 65
AgeClass,lifeStage,
66 66
GenBankNum,"associatedSequences/_label[label=""GenBank""]/value",
67 67
OtherCatalogNumbers,RelatedCatalogItem/_alt/1,
68 68
RelatedCatalogedItems,RelatedCatalogItem/_alt/2,Used only when OtherCatalogNumbers is NULL
69
Remarks,,
69
Remarks,taxonRemarks,

Also available in: Unified diff