Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taraxacum officinale Weber ex Wiggins: spelling variant on "agg." or "s.l." prevents matching to the genus instead of the species #292

Open
ahahn-gbif opened this issue Aug 23, 2023 · 0 comments
Labels

Comments

@ahahn-gbif
Copy link

ahahn-gbif commented Aug 23, 2023

General decision is to match "agg." or "s.l." species to the next higher level rather than the species. Spelling variants currently prevent this.

example for agg.:

{
  "count": 18003,
  "verbatim_kingdom": "null",
  "verbatim_phylum": "null",
  "verbatim_class": "null",
  "verbatim_order": "null",
  "verbatim_family": "Asteraceae",
  "verbatim_genus": "null",
  "verbatim_species": "null",
  "verbatim_infra": "null",
  "verbatim_rank": "null",
  "verbatim_verbatimRank": "null",
  "verbatim_scientificName": "Taraxacum officinale ag.",
  "verbatim_generic": "null",
  "verbatim_author": "null",
  "current_kingdom": "Plantae",
  "current_phylum": "Tracheophyta",
  "current_class": "Magnoliopsida",
  "current_order": "Asterales",
  "current_family": "Asteraceae",
  "current_genus": "Taraxacum",
  "current_subGenus": "null",
  "current_species": "Taraxacum officinale",
  "current_scientificName": "Taraxacum officinale Weber ex Wiggins",
  "current_acceptedScientificName": "Taraxacum officinale Weber ex Wiggins",
  "current_kingdomKey": 6,
  "current_phylumKey": 7707728,
  "current_classKey": 220,
  "current_orderKey": 414,
  "current_familyKey": 3065,
  "current_genusKey": 7787708,
  "current_subGenusKey": "null",
  "current_speciesKey": 5394163,
  "current_taxonKey": 5394163,
  "current_acceptedTaxonKey": 5394163,
  "proposed_kingdom": "Plantae",
  "proposed_phylum": "Tracheophyta",
  "proposed_class": "Magnoliopsida",
  "proposed_order": "Asterales",
  "proposed_family": "Asteraceae",
  "proposed_genus": "Taraxacum",
  "proposed_subGenus": "null",
  "proposed_species": "Taraxacum officinale",
  "proposed_scientificName": "Taraxacum officinale Weber ex F.H.Wigg.",
  "proposed_acceptedScientificName": "Taraxacum officinale Weber ex F.H.Wigg.",
  "proposed_kingdomKey": 6,
  "proposed_phylumKey": 7707728,
  "proposed_classKey": 220,
  "proposed_orderKey": 414,
  "proposed_familyKey": 3065,
  "proposed_genusKey": 7787708,
  "proposed_subGenusKey": "null",
  "proposed_speciesKey": 5394163,
  "proposed_taxonKey": 5394163,
  "proposed_acceptedTaxonKey2090": 5394163,
  "_key": 7171,
  "changes": {
    "scientificName": true,
    "acceptedScientificName": true
  },
  "reviewed": false
}

example for s.l.:

{
  "count": 17089,
  "verbatim_kingdom": "Plantae",
  "verbatim_phylum": "null",
  "verbatim_class": "null",
  "verbatim_order": "null",
  "verbatim_family": "null",
  "verbatim_genus": "null",
  "verbatim_species": "null",
  "verbatim_infra": "null",
  "verbatim_rank": "multispecies",
  "verbatim_verbatimRank": "multispecies",
  "verbatim_scientificName": "Taraxacum officinale s.l. (incl. all sec.)",
  "verbatim_generic": "null",
  "verbatim_author": "auct. non F.H.Wigg.",
  "current_kingdom": "Plantae",
  "current_phylum": "Tracheophyta",
  "current_class": "Magnoliopsida",
  "current_order": "Asterales",
  "current_family": "Asteraceae",
  "current_genus": "Taraxacum",
  "current_subGenus": "null",
  "current_species": "Taraxacum officinale",
  "current_scientificName": "Taraxacum officinale Weber ex Wiggins",
  "current_acceptedScientificName": "Taraxacum officinale Weber ex Wiggins",
  "current_kingdomKey": 6,
  "current_phylumKey": 7707728,
  "current_classKey": 220,
  "current_orderKey": 414,
  "current_familyKey": 3065,
  "current_genusKey": 7787708,
  "current_subGenusKey": "null",
  "current_speciesKey": 5394163,
  "current_taxonKey": 5394163,
  "current_acceptedTaxonKey": 5394163,
  "proposed_kingdom": "Plantae",
  "proposed_phylum": "Tracheophyta",
  "proposed_class": "Magnoliopsida",
  "proposed_order": "Asterales",
  "proposed_family": "Asteraceae",
  "proposed_genus": "Taraxacum",
  "proposed_subGenus": "null",
  "proposed_species": "Taraxacum officinale",
  "proposed_scientificName": "Taraxacum officinale Weber ex F.H.Wigg.",
  "proposed_acceptedScientificName": "Taraxacum officinale Weber ex F.H.Wigg.",
  "proposed_kingdomKey": 6,
  "proposed_phylumKey": 7707728,
  "proposed_classKey": 220,
  "proposed_orderKey": 414,
  "proposed_familyKey": 3065,
  "proposed_genusKey": 7787708,
  "proposed_subGenusKey": "null",
  "proposed_speciesKey": 5394163,
  "proposed_taxonKey": 5394163,
  "proposed_acceptedTaxonKey2090": 5394163,
  "_key": 4553,
  "changes": {
    "scientificName": true,
    "acceptedScientificName": true
  },
  "reviewed": false
}
@ahahn-gbif ahahn-gbif added the bug label Aug 23, 2023
@ahahn-gbif ahahn-gbif changed the title Taraxacum officinale Weber ex Wiggins: spelling variant on "agg." prevents matching to the genus instead of the species Taraxacum officinale Weber ex Wiggins: spelling variant on "agg." or "s.l." prevents matching to the genus instead of the species Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant