Revision 7469
Added by Aaron Marcuse-Kubitza about 12 years ago
new_terms.csv | ||
---|---|---|
29 | 29 |
dwc_dwcore_Sex,sex,, |
30 | 30 |
dwc_curatorial_IdentifiedBy,identifiedBy,, |
31 | 31 |
dwc_curatorial_CollectorNumber,recordNumber,/_alt/3, |
32 |
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) |
|
33 |
----- |
|
34 |
SELECT count(*) FROM ""SpeciesLink"".specimens |
|
35 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber"" |
|
32 |
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)
|
|
33 |
-----
|
|
34 |
SELECT count(*) FROM ""SpeciesLink"".specimens
|
|
35 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
|
|
36 | 36 |
-----" |
37 | 37 |
dwc_curatorial_TypeStatus,typeStatus,, |
38 | 38 |
dwc_curatorial_IndividualCount,individualCount,, |
... | ... | |
62 | 62 |
dwc_terms_year,year,, |
63 | 63 |
dwc_terms_month,month,, |
64 | 64 |
dwc_terms_day,day,, |
65 |
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 |
----- |
|
67 |
SELECT count(*) FROM ""SpeciesLink"".specimens |
|
68 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber"" |
|
65 |
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 |
-----
|
|
67 |
SELECT count(*) FROM ""SpeciesLink"".specimens
|
|
68 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
|
|
69 | 69 |
-----" |
70 | 70 |
dwc_terms_continent,continent,, |
71 | 71 |
dwc_terms_country,country,, |
... | ... | |
112 | 112 |
conceptual_darwin_2003_1_0_DayIdentified,dayIdentified,, |
113 | 113 |
conceptual_darwin_2003_1_0_TypeStatus,typeStatus,, |
114 | 114 |
conceptual_darwin_2003_1_0_CollectorNumber,recordNumber,/_alt/3, |
115 |
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) |
|
116 |
----- |
|
117 |
SELECT count(*) FROM ""SpeciesLink"".specimens |
|
118 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber"" |
|
115 |
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)
|
|
116 |
-----
|
|
117 |
SELECT count(*) FROM ""SpeciesLink"".specimens
|
|
118 |
WHERE COALESCE(""dwc_curatorial_FieldNumber"", ""dwc_terms_fieldNumber"", ""conceptual_darwin_2003_1_0_FieldNumber"") != ""dwc_terms_recordNumber""
|
|
119 | 119 |
-----" |
120 | 120 |
conceptual_darwin_2003_1_0_Collector,recordedBy,, |
121 | 121 |
conceptual_darwin_2003_1_0_YearCollected,yearCollected,, |
... | ... | |
142 | 142 |
conceptual_darwin_2003_1_0_PreviousCatalogNumber,otherCatalogNumbers,, |
143 | 143 |
conceptual_darwin_2003_1_0_RelationshipType,relationshipOfResource,, |
144 | 144 |
conceptual_darwin_2003_1_0_RelatedCatalogItem,relatedResourceID,, |
145 |
conceptual_darwin_2003_1_0_Notes,fieldNotes,, |
|
145 |
conceptual_darwin_2003_1_0_Notes,organismNotes,, |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv, inputs/*/*/map.csv: Applied term renamings from the new dynamically generated Veg+-VegCore.csv, which reflects the current state of the data dictionary. (Permanently switching to the new Veg+-VegCore.csv will be a separate change.) Updates to VegCore term names that have occurred since the data dictionary was created are now able to take effect, which involves remapping and inferring units on several fields.