home / geonomia

occ

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

3 rows where datasetkey = "03840c6e-ec64-4ff8-9960-56173fdd434e"

✎ 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
13635 13635 4171003348   MATERIAL_CITATION     0 0 Ulu Muda FR & North 1         0                   MY Malaysia       Phoebe tavoyana (Meisn.) Hook.fil. A revision of the genus Phoebe (Lauraceae) in the Indo-Burmese region 03840c6e-ec64-4ff8-9960-56173fdd434e     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRY     0 False False     False   Muda ['North'] 0 0 1 0 0 0 none    
13636 13636 4171003372   MATERIAL_CITATION     0 0 Y. C. Chan 1         0 1969-01-19 -347.0 1969.0 1.0 19.0         MY Kedah       Phoebe tavoyana (Meisn.) Hook.fil. A revision of the genus Phoebe (Lauraceae) in the Indo-Burmese region 03840c6e-ec64-4ff8-9960-56173fdd434e     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRY     0 False False     False   Chan   1 0 1 0 0 0 none    
13637 13637 4171003397   MATERIAL_CITATION     0 0 S. Teku & T. C. Whitmore 1         0 1968-02-20 -681.0 1968.0 2.0 20.0         MY Rocky       Phoebe lanceolata (Nees) Nees A revision of the genus Phoebe (Lauraceae) in the Indo-Burmese region 03840c6e-ec64-4ff8-9960-56173fdd434e     OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNTCONTINENT_DERIVED_FROM_COUNTRY     0 False False     False   Teku ['Whitmore'] 1 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 9254.515ms