1 |
4679
|
aaronmk
|
REMIB,VegCore,Filter,Comments
|
2 |
4946
|
aaronmk
|
acronym,institutionCode,,
|
3 |
4950
|
aaronmk
|
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 |
4656
|
aaronmk
|
family,family,,
|
13 |
|
|
genus,genus,,
|
14 |
|
|
specificEpithet,specificEpithet,,
|
15 |
|
|
country,country,,
|
16 |
|
|
state,stateProvince,,
|
17 |
|
|
county,county,,
|
18 |
|
|
locality,locality,,
|
19 |
4899
|
aaronmk
|
long_deg,decimalLongitude,,
|
20 |
4979
|
aaronmk
|
long_min,*long_min,,
|
21 |
|
|
long_sec,*long_sec,,
|
22 |
4899
|
aaronmk
|
lat_deg,decimalLatitude,,
|
23 |
4979
|
aaronmk
|
lat_min,*lat_min,,
|
24 |
|
|
lat_sec,*lat_sec,,
|
25 |
4656
|
aaronmk
|
coll_day,dayCollected,,
|
26 |
|
|
coll_month,monthCollected,,
|
27 |
|
|
coll_year,yearCollected,,
|
28 |
|
|
collector,recordedBy,,
|
29 |
|
|
habitat,habitat,,
|
30 |
|
|
preparation,preparations,,
|