Project

General

Profile

« Previous | Next » 

Revision 4161

inputs/SpeciesLink/src/specimens/map.csv: Added explicit _alt suffix when multiple terms map to the same place

View differences:

map.csv
1 1
"SpeciesLink[Veg+,dwc_dwcore_,dwc_curatorial_,dwc_geospatial_,http__purl_org_,dwc_terms_,conceptual_darwin_2003_1_0_]",Veg+,Comments
2
AuthorYearOfScientificName,ScientificNameAuthor,
3
ScientificNameAuthor,ScientificNameAuthor,`union` would otherwise remove this input name because it's been mapped to (renamed) above
4
DayOfYear,JulianDay,
5
JulianDay,JulianDay,`union` would otherwise remove this input name because it's been mapped to (renamed) above
2
AuthorYearOfScientificName,ScientificNameAuthor/_alt/2,
3
ScientificNameAuthor,ScientificNameAuthor/_alt/1,
4
DayOfYear,JulianDay/_alt/2,
5
JulianDay,JulianDay/_alt/1,
6 6
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)
7 7
-----
8 8
SELECT count(*) FROM ""SpeciesLink"".specimens
9 9
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
10 10
-----"
11
recordNumber,recordNumber/_alt/1,`union` would otherwise remove this input name because it's been mapped to (renamed) above
11
recordNumber,recordNumber/_alt/1,
12 12
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)
13 13
-----
14 14
SELECT count(*) FROM ""SpeciesLink"".specimens

Also available in: Unified diff