gbif / checklistbank

GBIF Checklist Bank
Apache License 2.0
30 stars 14 forks source link

Regression for Fungi #204

Open thomasstjerne opened 2 years ago

thomasstjerne commented 2 years ago

3033 occurrences of "Fungus indet." under the kingdom Fungi now snaps to the the genus Agaricus Linnaeus, 1753. This is seemingly because of a match to "Fungus Adanson ex O.Kuntze, 1898" as synonym of "Agaricus Linnaeus, 1753"

{
  "count": 3033,
  "verbatim_kingdom": "Fungi",
  "verbatim_phylum": "null",
  "verbatim_class": "null",
  "verbatim_order": "null",
  "verbatim_family": "null",
  "verbatim_genus": "null",
  "verbatim_species": "null",
  "verbatim_infra": "null",
  "verbatim_rank": "null",
  "verbatim_verbatimRank": "null",
  "verbatim_scientificName": "Fungus indet.",
  "verbatim_generic": "null",
  "verbatim_author": "null",
  "current_kingdom": "Fungi",
  "current_phylum": "null",
  "current_class": "null",
  "current_order": "null",
  "current_family": "null",
  "current_genus": "null",
  "current_subGenus": "null",
  "current_species": "null",
  "current_scientificName": "Fungi",
  "current_acceptedScientificName": "Fungi",
  "current_kingdomKey": 5,
  "current_phylumKey": "null",
  "current_classKey": "null",
  "current_orderKey": "null",
  "current_familyKey": "null",
  "current_genusKey": "null",
  "current_subGenusKey": "null",
  "current_speciesKey": "null",
  "current_taxonKey": 5,
  "current_acceptedTaxonKey": 5,
  "proposed_kingdom": "Fungi",
  "proposed_phylum": "Basidiomycota",
  "proposed_class": "Agaricomycetes",
  "proposed_order": "Agaricales",
  "proposed_family": "Agaricaceae",
  "proposed_genus": "Agaricus",
  "proposed_subGenus": "null",
  "proposed_species": "null",
  "proposed_scientificName": "Fungus Adanson ex O.Kuntze, 1898",
  "proposed_acceptedScientificName": "Agaricus Linnaeus, 1753",
  "proposed_kingdomKey": 5,
  "proposed_phylumKey": 34,
  "proposed_classKey": 186,
  "proposed_orderKey": 1499,
  "proposed_familyKey": 4170,
  "proposed_genusKey": 2518646,
  "proposed_subGenusKey": "null",
  "proposed_speciesKey": "null",
  "proposed_taxonKey": 2522460,
  "proposed_acceptedTaxonKey2": 2518646,
  "_key": 897,
  "changes": {
    "phylum": true,
    "phylumKey": true,
    "class": true,
    "classKey": true,
    "order": true,
    "orderKey": true,
    "family": true,
    "familyKey": true,
    "genus": true,
    "genusKey": true,
    "scientificName": true,
    "acceptedScientificName": true,
    "taxonKey": true
  },
  "reviewed": false
}
mdoering commented 2 years ago

hm, probably a previously unknown synonym. Hard to fix. I could hard map it to Fungi?