Please cite as

GBIF.org (17 November 2023) GBIF Occurrence Download https://doi.org/10.15468/dl.w6kkck

 

Licence
File
516 Bytes Simple
Involved datasets
{{ 0 | localNumber}}
Involved publishers
{{ 0 | localNumber}}
Involved publishing countries
{{ 0 | localNumber}}
    And All must apply
    • And All must apply
    • Has geospatial issue false
    • Has coordinate true
    • Occurrence status PRESENT
      • Not None must be included
      • Basis of record
        1. Fossil specimen
        2. Living specimen
  • Scientific name Fratercula arctica (Linnaeus, 1758)
  • Country or area country.Canada
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "and",
  "predicates": [
    {
      "type": "and",
      "predicates": [
        {
          "type": "equals",
          "key": "HAS_GEOSPATIAL_ISSUE",
          "value": "false",
          "matchCase": false
        },
        {
          "type": "equals",
          "key": "HAS_COORDINATE",
          "value": "true",
          "matchCase": false
        },
        {
          "type": "equals",
          "key": "OCCURRENCE_STATUS",
          "value": "PRESENT",
          "matchCase": false
        },
        {
          "type": "not",
          "predicate": {
            "type": "in",
            "key": "BASIS_OF_RECORD",
            "values": [
              "FOSSIL_SPECIMEN",
              "LIVING_SPECIMEN"
            ],
            "matchCase": false
          }
        }
      ]
    },
    {
      "type": "equals",
      "key": "TAXON_KEY",
      "value": "2481353",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "COUNTRY",
      "value": "Canada",
      "matchCase": false
    }
  ]
}