home / geonomia

occ

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

3 rows where datasetkey = "202cdfcf-0eac-4696-9e48-4797c562ff41"

✎ 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
531346 531346 3439953773 https://scientific-collections.gbif.org/institution/11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa PRESERVED_SPECIMEN http://id.luomus.fi/C.297705   0 0   0         0                   MY Penang Island   5.4145 100.3291 Ixora parviflora Lam. Vascular Plant Herbarium: Herbarium Generale 202cdfcf-0eac-4696-9e48-4797c562ff41     CONTINENT_DERIVED_FROM_COORDINATES StillImage   0 False False 11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa 287f6b62-bed0-4686-a6ab-f83fe0ab5370 False       0 0 0 0 0 0 none    
531347 531347 3439547299 https://scientific-collections.gbif.org/institution/11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa PRESERVED_SPECIMEN http://id.luomus.fi/C.297673   0 0   0         0                   MY Penang Island   5.4145 100.3291 Ixora grandifolia Zoll. & Moritzi Vascular Plant Herbarium: Herbarium Generale 202cdfcf-0eac-4696-9e48-4797c562ff41     CONTINENT_DERIVED_FROM_COORDINATES StillImage   0 False False 11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa 287f6b62-bed0-4686-a6ab-f83fe0ab5370 False       0 0 0 0 0 0 none    
531348 531348 3439609486 https://scientific-collections.gbif.org/institution/11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa PRESERVED_SPECIMEN http://id.luomus.fi/C.297706   0 0   0         0                   MY Penang Island   5.4145 100.3291 Ixora undulata Roxb. ex Sm. Vascular Plant Herbarium: Herbarium Generale 202cdfcf-0eac-4696-9e48-4797c562ff41     CONTINENT_DERIVED_FROM_COORDINATES StillImage   0 False False 11cb3e72-eac6-48c8-bcb3-4668c2ca7eaa 287f6b62-bed0-4686-a6ab-f83fe0ab5370 False       0 0 0 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 9004.508ms