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
NY[Veg+],Veg+,Comments
2
key,,Not used because UniqueNYInternalRecordNumber is a better pkey
3
DateLastModified,,
4
InstitutionCode,,
5
CollectionCode,,
6
CatalogNumber,,
7
ScientificName,,
8
BasisOfRecord,,
9
Kingdom,,
10
Phylum,,
11
Class,,
12
Order,,
13
Family,,
14
Genus,,
15
Species,,
16
Subspecies,,
17
ScientificNameAuthor,,
18
IdentifiedBy,,
19
YearIdentified,,
20
MonthIdentified,,
21
DayIdentified,,
22
TypeStatus,,
2
key,key,Not used because UniqueNYInternalRecordNumber is a better pkey
3
DateLastModified,dcterms:modified,
4
InstitutionCode,institutionCode,
5
CollectionCode,collectionCode,
6
CatalogNumber,catalogNumber,
7
ScientificName,scientificName,
8
BasisOfRecord,BasisOfRecord,
9
Kingdom,kingdom,
10
Phylum,phylum,
11
Class,class,
12
Order,order,
13
Family,family,
14
Genus,genus,
15
Species,specificEpithet,
16
Subspecies,infraspecificEpithet,
17
ScientificNameAuthor,scientificNameAuthorship,
18
IdentifiedBy,identifiedBy,
19
YearIdentified,yearIdentified,
20
MonthIdentified,monthIdentified,
21
DayIdentified,dayIdentified,
22
TypeStatus,TypeStatus,
23 23
CollectorNumber,OMIT,"Not used [1], so does not need to be mapped.
24 24

  
25 25
[1] The following query returns no rows: SELECT * FROM ""NY"".""Specimen"" WHERE ""CollectorNumber"" IS NOT NULL"
26 26
FieldNumber,recordNumber,Usage inconsistent with DwC definition
27
Collector,,
28
YearCollected,,
29
MonthCollected,,
30
DayCollected,,
31
JulianDay,,
32
TimeOfDay,,
33
ContinentOcean,,
34
Country,,
35
StateProvince,,
36
County,,
27
Collector,recordedBy,
28
YearCollected,yearCollected,
29
MonthCollected,monthCollected,
30
DayCollected,dayCollected,
31
JulianDay,day,
32
TimeOfDay,eventTime,
33
ContinentOcean,continent,
34
Country,country,
35
StateProvince,stateProvince,
36
County,county,
37 37
Locality,Locality/_merge/1,
38
Longitude,,
39
Latitude,,
40
CoordinatePrecision,,
41
BoundingBox,,
38
Longitude,verbatimLongitude,
39
Latitude,verbatimLatitude,
40
CoordinatePrecision,coordinatePrecision,
41
BoundingBox,footprintWKT,
42 42
MinimumElevation,MinimumElevation/_nullIf:[null=.]/value,
43
MaximumElevation,,
44
MinimumDepth,,
45
MaximumDepth,,
46
Sex,,
47
PreparationType,,
48
IndividualCount,,
49
PreviousCatalogNumber,,
50
RelationshipType,,
51
RelatedCatalogItem,,
43
MaximumElevation,maximumElevationInMeters,
44
MinimumDepth,minimumDepthInMeters,
45
MaximumDepth,maximumDepthInMeters,
46
Sex,sex,
47
PreparationType,preparations,
48
IndividualCount,individualCount,
49
PreviousCatalogNumber,otherCatalogNumbers,
50
RelationshipType,relationshipOfResource,
51
RelatedCatalogItem,relatedResourceID,
52 52
Notes,Notes/_merge/1,
53
Habitat,,
53
Habitat,habitat,
54 54
PlantFungusDescription,"Notes/_merge/2/_label[label=""plant fungus""]/value",
55 55
Substrate,"Locality/_merge/2/_label[label=""substrate""]/value",
56 56
Vegetation,"Locality/_merge/3/_label[label=""vegetation""]/value",

Also available in: Unified diff