1
|
acronym,institutionCode,,
|
2
|
accession_number,catalogNumber,,"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]
|
3
|
|
4
|
[1] Using the following query:
|
5
|
-----
|
6
|
SELECT acronym, accession_number, count(*)
|
7
|
FROM ""REMIB"".""Specimen""
|
8
|
GROUP BY acronym, accession_number
|
9
|
HAVING count(*) > 1
|
10
|
-----"
|
11
|
long_deg,decimalLongitude,,
|
12
|
lat_deg,decimalLatitude,,
|
13
|
coll_day,dayCollected,,
|
14
|
coll_month,monthCollected,,
|
15
|
coll_year,yearCollected,,
|