home / geonomia

occ

cluster_num_id
{'link': '/cluster/{value}'}
gbifID
{'link': 'https://gbif.org/occurrence/{value}'}

3 rows where datasetkey = "09c9a3df-4464-4af4-830d-158647026615"

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ gbifid institutionid basisofrecord catalognumber recordnumber recordnumber_contains_numerals recordnumber_contains_year recordedby recordedby_has_personal_name recordedbyid georeferenceverificationstatus othercatalognumbers fieldnumber fieldnumber_contains_numerals eventdate eventdate_day_offset year month day verbatimeventdate habitat fieldnotes eventremarks countrycode locality verbatimlocality decimallatitude decimallongitude scientificname datasetkey elevation elevationaccuracy nontaxonomicissue mediatype v_associatedmedia hascoordinate hasgeospatialissues issequenced institutionkey collectionkey isincluster recordnumber_mainnumber recordedby_first_familyname recordedby_team_familynames eventdate_eligible recordnumber_eligible recordedby_eligible cluster_stage1_id coordinate_source_specimen_metadata coordinate_source_collecting_event coordinate_source_collector_day coordinate_source Subject bionomia_profile_id
565856 565856 6083774328   MATERIAL_CITATION SING 0069255, K 000939065, SING 0069254   0 0 C. Curtis 1         0 1892-03   1892.0 3.0           MY Penang       Garcinia oliveri Pierre Taxonomic treatment of three Garcinia species (section Brindonia, Clusiaceae) in Thailand, with six new synonyms and ten lectotypifications 09c9a3df-4464-4af4-830d-158647026615     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRYINSTITUTION_MATCH_NONE     0 False False     False   Curtis   0 0 1 0 0 0 none    
565857 565857 6083774335   MATERIAL_CITATION CAL 0000005872, CAL 0000005873   0 0 L. Wray 1         0                   MY Tapa       Garcinia cowa Roxb. Taxonomic treatment of three Garcinia species (section Brindonia, Clusiaceae) in Thailand, with six new synonyms and ten lectotypifications 09c9a3df-4464-4af4-830d-158647026615     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRYINSTITUTION_MATCH_FUZZYCOLLECTION_MATCH_NONE     0 False False 9a683e67-28b4-4640-a714-9826ae0cb455   False   Wray   0 0 1 0 0 0 none    
565858 565858 6083774385   MATERIAL_CITATION K 000677662, CAL 0000005801, GH 00067491, L 2417126, P 04701603, W- 0073380   0 0 W. Griffith 1         0                   MY Malacca       Garcinia cowa Roxb. Taxonomic treatment of three Garcinia species (section Brindonia, Clusiaceae) in Thailand, with six new synonyms and ten lectotypifications 09c9a3df-4464-4af4-830d-158647026615     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRYINSTITUTION_MATCH_NONE     0 False False     False   Griffith   0 0 1 0 0 0 none    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "occ" (
   [gbifid] INTEGER,
   [institutionid] TEXT,
   [basisofrecord] TEXT,
   [catalognumber] TEXT,
   [recordnumber] TEXT,
   [recordnumber_contains_numerals] INTEGER,
   [recordnumber_contains_year] INTEGER,
   [recordedby] TEXT,
   [recordedby_has_personal_name] INTEGER,
   [recordedbyid] TEXT,
   [georeferenceverificationstatus] TEXT,
   [othercatalognumbers] TEXT,
   [fieldnumber] TEXT,
   [fieldnumber_contains_numerals] INTEGER,
   [eventdate] TEXT,
   [eventdate_day_offset] FLOAT,
   [year] FLOAT,
   [month] FLOAT,
   [day] FLOAT,
   [verbatimeventdate] TEXT,
   [habitat] TEXT,
   [fieldnotes] TEXT,
   [eventremarks] TEXT,
   [countrycode] TEXT,
   [locality] TEXT,
   [verbatimlocality] TEXT,
   [decimallatitude] TEXT,
   [decimallongitude] TEXT,
   [scientificname] TEXT,
   [datasetkey] TEXT REFERENCES [dataset]([datasetkey]),
   [elevation] TEXT,
   [elevationaccuracy] FLOAT,
   [nontaxonomicissue] TEXT,
   [mediatype] TEXT,
   [v_associatedmedia] TEXT,
   [hascoordinate] INTEGER,
   [hasgeospatialissues] TEXT,
   [issequenced] TEXT,
   [institutionkey] TEXT,
   [collectionkey] TEXT,
   [isincluster] TEXT,
   [recordnumber_mainnumber] FLOAT,
   [recordedby_first_familyname] TEXT,
   [recordedby_team_familynames] TEXT,
   [eventdate_eligible] INTEGER,
   [recordnumber_eligible] INTEGER,
   [recordedby_eligible] INTEGER,
   [cluster_stage1_id] FLOAT REFERENCES [cluster]([cluster_stage1_id]),
   [coordinate_source_specimen_metadata] INTEGER,
   [coordinate_source_collecting_event] INTEGER,
   [coordinate_source_collector_day] INTEGER,
   [coordinate_source] TEXT,
   [Subject] FLOAT,
   [bionomia_profile_id] TEXT
);
CREATE INDEX [idx_occ_cluster_stage1_id]
    ON [occ] ([cluster_stage1_id]);
Powered by Datasette · Queries took 8829.976ms