Project

General

Profile

« Previous | Next » 

Revision 4657

inputs/*/*/map.csv: Moved filter suffixes to separate filter column to enable automapping to work on those mappings' terms, using the steps at <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Map_refactoring#Move-filter-suffixes-to-separate-filter-column&gt;. Note that the only changes to VegBIEN.csvs are the (now automapped) names of terms in "No join mapping" comments.

View differences:

map.csv
15 15
dwc_dwcore_Genus,genus,,
16 16
dwc_dwcore_SpecificEpithet,specificEpithet,,
17 17
dwc_dwcore_InfraspecificEpithet,infraspecificEpithet,,
18
dwc_dwcore_AuthorYearOfScientificName,ScientificNameAuthor/_alt/3,,
18
dwc_dwcore_AuthorYearOfScientificName,scientificNameAuthorship,/_alt/3,
19 19
dwc_dwcore_Continent,continent,,
20 20
dwc_dwcore_Country,country,,
21 21
dwc_dwcore_StateProvince,stateProvince,,
......
25 25
dwc_dwcore_MaximumElevationInMeters,maximumElevationInMeters,,
26 26
dwc_dwcore_MinimumDepthInMeters,minimumDepthInMeters,,
27 27
dwc_dwcore_MaximumDepthInMeters,maximumDepthInMeters,,
28
dwc_dwcore_DayOfYear,JulianDay/_alt/2,,
28
dwc_dwcore_DayOfYear,day,/_alt/2,
29 29
dwc_dwcore_Collector,recordedBy,,
30 30
dwc_dwcore_Sex,sex,,
31 31
dwc_curatorial_IdentifiedBy,identifiedBy,,
32
dwc_curatorial_CollectorNumber,recordNumber/_alt/3,,
33
dwc_curatorial_FieldNumber,recordNumber/_alt/2,,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
32
dwc_curatorial_CollectorNumber,recordNumber,/_alt/3,
33
dwc_curatorial_FieldNumber,recordNumber,/_alt/2,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
34 34
-----
35 35
SELECT count(*) FROM ""SpeciesLink"".specimens
36 36
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
......
51 51
dwc_terms_typeStatus,typeStatus,,
52 52
dwc_terms_catalogNumber,catalogNumber,,
53 53
dwc_terms_occurrenceRemarks,occurrenceRemarks,,
54
dwc_terms_recordNumber,recordNumber/_alt/1,,
54
dwc_terms_recordNumber,recordNumber,/_alt/1,
55 55
dwc_terms_recordedBy,recordedBy,,
56 56
dwc_terms_individualCount,individualCount,,
57 57
dwc_terms_sex,sex,,
......
63 63
dwc_terms_year,year,,
64 64
dwc_terms_month,month,,
65 65
dwc_terms_day,day,,
66
dwc_terms_fieldNumber,recordNumber/_alt/2,,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
66
dwc_terms_fieldNumber,recordNumber,/_alt/2,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
67 67
-----
68 68
SELECT count(*) FROM ""SpeciesLink"".specimens
69 69
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
......
91 91
dwc_terms_genus,genus,,
92 92
dwc_terms_specificEpithet,specificEpithet,,
93 93
dwc_terms_infraspecificEpithet,infraspecificEpithet,,
94
dwc_terms_scientificNameAuthorship,ScientificNameAuthor/_alt/1,,
94
dwc_terms_scientificNameAuthorship,scientificNameAuthorship,/_alt/1,
95 95
conceptual_darwin_2003_1_0_DateLastModified,dcterms:modified,,
96 96
conceptual_darwin_2003_1_0_InstitutionCode,institutionCode,,
97 97
conceptual_darwin_2003_1_0_CollectionCode,collectionCode,,
......
106 106
conceptual_darwin_2003_1_0_Genus,genus,,
107 107
conceptual_darwin_2003_1_0_Species,specificEpithet,,
108 108
conceptual_darwin_2003_1_0_Subspecies,infraspecificEpithet,,
109
conceptual_darwin_2003_1_0_ScientificNameAuthor,ScientificNameAuthor/_alt/2,,
109
conceptual_darwin_2003_1_0_ScientificNameAuthor,scientificNameAuthorship,/_alt/2,
110 110
conceptual_darwin_2003_1_0_IdentifiedBy,identifiedBy,,
111 111
conceptual_darwin_2003_1_0_YearIdentified,yearIdentified,,
112 112
conceptual_darwin_2003_1_0_MonthIdentified,monthIdentified,,
113 113
conceptual_darwin_2003_1_0_DayIdentified,dayIdentified,,
114 114
conceptual_darwin_2003_1_0_TypeStatus,TypeStatus,,
115
conceptual_darwin_2003_1_0_CollectorNumber,recordNumber/_alt/3,,
116
conceptual_darwin_2003_1_0_FieldNumber,recordNumber/_alt/2,,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
115
conceptual_darwin_2003_1_0_CollectorNumber,recordNumber,/_alt/3,
116
conceptual_darwin_2003_1_0_FieldNumber,recordNumber,/_alt/2,"Usage inconsistent with DwC definition. This field is instead identical to recordNumber, as the following query returns zero: (takes 23 sec)
117 117
-----
118 118
SELECT count(*) FROM ""SpeciesLink"".specimens
119 119
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
......
122 122
conceptual_darwin_2003_1_0_YearCollected,yearCollected,,
123 123
conceptual_darwin_2003_1_0_MonthCollected,monthCollected,,
124 124
conceptual_darwin_2003_1_0_DayCollected,dayCollected,,
125
conceptual_darwin_2003_1_0_JulianDay,JulianDay/_alt/1,,
125
conceptual_darwin_2003_1_0_JulianDay,day,/_alt/1,
126 126
conceptual_darwin_2003_1_0_TimeOfDay,eventTime,,
127 127
conceptual_darwin_2003_1_0_ContinentOcean,continent,,
128 128
conceptual_darwin_2003_1_0_Country,country,,

Also available in: Unified diff