Please cite as

GBIF.org (24 April 2023) GBIF Occurrence Download https://doi.org/10.15468/dl.uydws8

 

Licence
File
516 Bytes Simple
Involved datasets
{{ 0 | localNumber}}
Involved publishers
{{ 0 | localNumber}}
Involved publishing countries
{{ 0 | localNumber}}
    And All must apply
  • Scientific name Fratercula arctica (Linnaeus, 1758)
  • Has geospatial issue false
  • Has coordinate true
  • Occurrence status PRESENT
  • Year After start of 1900
  • Country or area country.United Kingdom
  • Record number 3000
    • Not None must be included
    • Basis of record
      1. Fossil specimen
      2. Living specimen
    • Or At least one must apply
      • Not None must be included
      • Establishment means
        1. MANAGED
        2. INTRODUCED
    • Establishment means Is not defined
  • Coordinate uncertainty in metres
    1. 10000
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "and",
  "predicates": [
    {
      "type": "equals",
      "key": "TAXON_KEY",
      "value": "2481353",
      "matchCase": false
    },
    {
      "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": "greaterThanOrEquals",
      "key": "YEAR",
      "value": "1900",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "COUNTRY",
      "value": "United Kingdom",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "RECORD_NUMBER",
      "value": "3000",
      "matchCase": false
    },
    {
      "type": "not",
      "predicate": {
        "type": "in",
        "key": "BASIS_OF_RECORD",
        "values": [
          "FOSSIL_SPECIMEN",
          "LIVING_SPECIMEN"
        ],
        "matchCase": false
      }
    },
    {
      "type": "or",
      "predicates": [
        {
          "type": "not",
          "predicate": {
            "type": "in",
            "key": "ESTABLISHMENT_MEANS",
            "values": [
              "MANAGED",
              "INTRODUCED"
            ],
            "matchCase": false
          }
        },
        {
          "type": "isNull",
          "parameter": "ESTABLISHMENT_MEANS"
        }
      ]
    },
    {
      "type": "or",
      "predicates": [
        {
          "type": "lessThan",
          "key": "COORDINATE_UNCERTAINTY_IN_METERS",
          "value": "10000",
          "matchCase": false
        },
        {
          "type": "isNull",
          "parameter": "COORDINATE_UNCERTAINTY_IN_METERS"
        }
      ]
    }
  ]
}