1
|
REMIB,VegCore,Filter,Comments
|
2
|
acronym,institutionCode,,
|
3
|
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]
|
4
|
|
5
|
[1] Using the following query:
|
6
|
-----
|
7
|
SELECT acronym, accession_number, count(*)
|
8
|
FROM ""REMIB"".""Specimen""
|
9
|
GROUP BY acronym, accession_number
|
10
|
HAVING count(*) > 1
|
11
|
-----"
|
12
|
family,family,,
|
13
|
genus,genus,,
|
14
|
specificEpithet,specificEpithet,,
|
15
|
country,country,,
|
16
|
state,stateProvince,,
|
17
|
county,county,,
|
18
|
locality,locality,,
|
19
|
long_deg,decimalLongitude,,
|
20
|
long_min,*long_min,,
|
21
|
long_sec,*long_sec,,
|
22
|
lat_deg,decimalLatitude,,
|
23
|
lat_min,*lat_min,,
|
24
|
lat_sec,*lat_sec,,
|
25
|
coll_day,dayCollected,,
|
26
|
coll_month,monthCollected,,
|
27
|
coll_year,yearCollected,,
|
28
|
collector,recordedBy,,
|
29
|
habitat,habitat,,
|
30
|
preparation,preparations,,
|