1
|
REMIB,VegCore,Filter,Comments
|
2
|
row_num,*row_num,,
|
3
|
acronym,specimen_duplicate_institutions,,
|
4
|
accession_number,accessionNumber,,"Not globally unique, only (usually) unique within the institution providing the data (""acronym""). Note that there are nevertheless 11,869 rows where an accession_number appears multiple times within the same institution. [1]
|
5
|
|
6
|
[1] Using the following query:
|
7
|
-----
|
8
|
SELECT acronym, accession_number, count(*)
|
9
|
FROM ""REMIB"".""Specimen""
|
10
|
GROUP BY acronym, accession_number
|
11
|
HAVING count(*) > 1
|
12
|
-----"
|
13
|
family,family,,
|
14
|
genus,genus,,
|
15
|
specificEpithet,specificEpithet,,
|
16
|
country,country_verbatim,,
|
17
|
state,stateProvince_verbatim,,
|
18
|
county,county_verbatim,,
|
19
|
locality,locality_verbatim,,
|
20
|
long_deg,longitude_deg_verbatim,,
|
21
|
long_min,longitude_min_verbatim,,
|
22
|
long_sec,longitude_sec_verbatim,,
|
23
|
lat_deg,latitude_deg_verbatim,,
|
24
|
lat_min,latitude_min_verbatim,,
|
25
|
lat_sec,latitude_sec_verbatim,,
|
26
|
coll_day,dayCollected,,
|
27
|
coll_month,monthCollected,,
|
28
|
coll_year,yearCollected,,
|
29
|
collector,recordedBy,,
|
30
|
habitat,habitat_verbatim,,
|
31
|
preparation,preparations,,
|