1 |
8176
|
aaronmk
|
REMIB,VegCore,Filter,Comments
|
2 |
10209
|
aaronmk
|
row_num,*row_num,,
|
3 |
12879
|
aaronmk
|
acronym,specimen_duplicate_institutions,,
|
4 |
7646
|
aaronmk
|
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 |
4950
|
aaronmk
|
|
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 |
8176
|
aaronmk
|
-----"
|
13 |
|
|
family,family,,
|
14 |
|
|
genus,genus,,
|
15 |
|
|
specificEpithet,specificEpithet,,
|
16 |
10339
|
aaronmk
|
country,country_verbatim,,
|
17 |
10341
|
aaronmk
|
state,stateProvince_verbatim,,
|
18 |
10339
|
aaronmk
|
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 |
8176
|
aaronmk
|
coll_day,dayCollected,,
|
27 |
|
|
coll_month,monthCollected,,
|
28 |
|
|
coll_year,yearCollected,,
|
29 |
|
|
collector,recordedBy,,
|
30 |
10339
|
aaronmk
|
habitat,habitat_verbatim,,
|
31 |
8176
|
aaronmk
|
preparation,preparations,,
|