Project

General

Profile

« Previous | Next » 

Revision 4844

input.Makefile: Maps building: Use new mappings/VegCore.csv as the VegCore vocabulary to canonicalize on, in order to also canonicalize VegCore terms which are not yet mapped to VegBIEN. This results in several DwC terms getting their case standardized according to http://rs.tdwg.org/dwc/terms/. Continue to determine unmapped terms using mappings/VegCore-VegBIEN.csv, because a term should not be considered mapped until it has been mapped all the way through to VegBIEN.

View differences:

map.csv
1 1
SpeciesLink,VegCore,Filter,Comments
2 2
dwc_dwcore_GlobalUniqueIdentifier,occurrenceID,,
3 3
dwc_dwcore_DateLastModified,dcterms:modified,,
4
dwc_dwcore_BasisOfRecord,BasisOfRecord,,
4
dwc_dwcore_BasisOfRecord,basisOfRecord,,
5 5
dwc_dwcore_InstitutionCode,institutionCode,,
6 6
dwc_dwcore_CollectionCode,collectionCode,,
7 7
dwc_dwcore_CatalogNumber,catalogNumber,,
......
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""
37 37
-----"
38
dwc_curatorial_TypeStatus,TypeStatus,,
38
dwc_curatorial_TypeStatus,typeStatus,,
39 39
dwc_curatorial_IndividualCount,individualCount,,
40 40
dwc_geospatial_DecimalLatitude,decimalLatitude,,
41 41
dwc_geospatial_DecimalLongitude,decimalLongitude,,
......
97 97
conceptual_darwin_2003_1_0_CollectionCode,collectionCode,,
98 98
conceptual_darwin_2003_1_0_CatalogNumber,catalogNumber,,
99 99
conceptual_darwin_2003_1_0_ScientificName,scientificName,,
100
conceptual_darwin_2003_1_0_BasisOfRecord,BasisOfRecord,,
100
conceptual_darwin_2003_1_0_BasisOfRecord,basisOfRecord,,
101 101
conceptual_darwin_2003_1_0_Kingdom,kingdom,,
102 102
conceptual_darwin_2003_1_0_Phylum,phylum,,
103 103
conceptual_darwin_2003_1_0_Class,class,,
......
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
conceptual_darwin_2003_1_0_TypeStatus,TypeStatus,,
114
conceptual_darwin_2003_1_0_TypeStatus,typeStatus,,
115 115
conceptual_darwin_2003_1_0_CollectorNumber,recordNumber,/_alt/3,
116 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
-----

Also available in: Unified diff