Project

General

Profile

1
REMIB,VegCore,Filter,Comments
2
acronym,specimenHolders,,
3
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]
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,longitude_deg,"/_map:[./{""-999"",99,999,1000}=]/value",-99 is a valid longitude for Mexico
20
long_min,longitude_min,"/_map:[./{""-999"",""-99"",99,999,1000}=]/value",
21
long_sec,longitude_sec,"/_map:[./{""-999"",""-99"",99,999,1000}=]/value",
22
lat_deg,latitude_deg,"/_map:[./{""-999"",""-99"",99,999,1000}=]/value",
23
lat_min,latitude_min,"/_map:[./{""-999"",""-99"",99,999,1000}=]/value",
24
lat_sec,latitude_sec,"/_map:[./{""-999"",""-99"",99,999,1000}=]/value",
25
coll_day,dayCollected,,
26
coll_month,monthCollected,,
27
coll_year,yearCollected,,
28
collector,recordedBy,,
29
habitat,habitat,,
30
preparation,preparations,,
(5-5/9)