Skip to content

BINs (Barcode Index Numbers) and OTUs (Operational Taxonomic Units) as hypotheses #242

@sharifX

Description

@sharifX

Following up on the DiSSCo Transition Workshop discussions, I have created two examples to explore how BINs can be described as species hypotheses within the TCS framework. Once a formal taxonomic assignment is made, we can simply update the taxonName and add an interpretation link. This approach allows for tracking historical changes and sharing updated classifications without losing past data.

Two examples:

  1. BOLD:ACZ4050 has no species level identification, BOLD:AAH4793 is its nearest neighbour.
  2. BOLD:AAA1039 has species level identification ("Dasyvesica lophotalis"), BOLD:ACZ4050 is its nearest neighbour.

New Considerations

  • Should there be a "SpeciesHypotheses" type (for BINs with no species level identification), or should these be described as TaxonConcepts?
  • Introduced a new property: interpretedAs
  • Is isIncludedIn make sense here?

Example BOLD:ACZ4050

{
  "@context": "https://raw.githubusercontent.com/tdwg/tcs2/master/examples/context.jsonld",
  "type": "SpeciesHypotheses",
  "dcterms:title": "Pococera sec. BOLD:ACZ4050",
  "accordingTo": "https://portal.boldsystems.org/bin/BOLD:ACZ4050",
  "taxonName": {
    "id": "https://portal.boldsystems.org/bin/BOLD:ACZ4050",
    "type": "TaxonName",
    "taxonNameString": "Pococera",
    "dwc:taxonRank": "genus",
    "dwc:higherClassification": "Arthropoda | Insecta | Lepidoptera | Pyralidae | Epipaschiinae"
  },
  "nearestNeighbors": [
    {
      "type": "TaxonConcept",
      "dcterms:title": "Nearest neighbor BOLD:AAH4793",
      "accordingTo": "https://portal.boldsystems.org/bin/BOLD:AAH4793",
      "dwc:relationshipOfResource": "nearest neighbor by barcode clustering"
      "taxonName": {
        "id": "https://portal.boldsystems.org/bin/BOLD:AAH4793",
        "type": "TaxonName",
        "taxonNameString": "Pococera",
        "dwc:taxonRank": "genus",
        "dwc:higherClassification": "Arthropoda | Insecta | Lepidoptera | Pyralidae | Epipaschiinae"
      }
    }
  ],
  "interpretedAs": [
    {
      "type": "TaxonConcept",
      "dcterms:title": "Pococera sp. sec. GBIF",
      "accordingTo": "https://www.gbif.org/species/10434557",
      "taxonName": {
        "id": "https://www.gbif.org/species/10434557",
        "type": "TaxonName",
        "taxonNameString": "Pococera sp.",
        "dwc:taxonRank": "UNRANKED"
      }
    }
   
  ]
}

Example BOLD:AAA1039

{
  "@context": "https://raw.githubusercontent.com/tdwg/tcs2/master/examples/context.jsonld",
  "type": "TaxonConcept",
  "dcterms:title": "Dasyvesica lophotalis sec. BOLD:AAA1039",
  "accordingTo": "https://portal.boldsystems.org/bin/BOLD:AAA1039",
  "taxonName": {
    "id": "https://portal.boldsystems.org/bin/BOLD:AAA1039",
    "type": "TaxonName",
    "taxonNameString": "Dasyvesica lophotalis",
    "dwc:taxonRank": "species",
    "dwc:higherClassification": "Arthropoda | Insecta | Lepidoptera | Pyralidae | Epipaschiinae"
  },
  "interpretedAs": [
    {
      "type": "TaxonConcept",
      "dcterms:title": "Pococera sp. sec. GBIF",
      "accordingTo": "https://www.gbif.org/species/1870580",
      "taxonName": {
        "id": "https://www.gbif.org/species/1870580",
        "type": "TaxonName",
        "taxonNameString": "Dasyvesica lophotalis",
        "dwc:scientificNameAuthorship": "Hampson, 1906",
        "dwc:taxonRank": "species"
      }
    }
  ],
  "isIncludedIn": {
    "id": "https://www.catalogueoflife.org/data/taxon/6CDYB",
    "type": "TaxonConcept",
    "accordingTo": "https://www.catalogueoflife.org",
    "taxonName": {
      "id": "https://www.catalogueoflife.org/data/taxon/6CDYB",
      "type": "TaxonName",
      "taxonNameString": "Dasyvesica lophotalis",
      "dwc:scientificNameAuthorship": "Hampson, 1906",
      "dwc:namePublishedIn": "Catalogue of the Lepidoptera Phalaenae in the British Museum. Volume 4",
      "dwc:namePublishedInYear": "1906"
    },
    "dwc:taxonRank": "species",
    "dwc:higherClassification": "Arthropoda | Insecta | Lepidoptera | Pyralidae | Epipaschiinae | Dasyvesica"
  },
  "nearestNeighbors": [
    {
      "type": "TaxonConcept",
      "dcterms:title": "Nearest neighbor BOLD:ACZ4050",
      "accordingTo": "https://portal.boldsystems.org/bin/BOLD:ACZ4050",
      "dwc:relationshipOfResource": "nearest neighbor by barcode clustering",
      "taxonName": {
        "id": "https://portal.boldsystems.org/bin/BOLD:ACZ4050",
        "type": "TaxonName",
        "taxonNameString": "Pococera",
        "dwc:taxonRank": "genus",
        "dwc:higherClassification": "Arthropoda | Insecta | Lepidoptera | Pyralidae | Epipaschiinae"
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions