gbif / rs.gbif.org

GBIF machine-readable resources
https://rs.gbif.org
12 stars 12 forks source link

https://rs.gbif.org/sandbox/core/dwc_occurrence_2021-08-30.xml points to the wrong file #83

Closed mike-podolskiy90 closed 2 years ago

mike-podolskiy90 commented 2 years ago

https://rs.gbif.org/sandbox/core/dwc_occurrence_2021-08-30.xml It seems it's Darwin Core Taxon, not Occurrence

MattBlissett commented 2 years ago

Although the file name was wrong, I don't think this made any difference in function. The URI identifiers were still correct:

{
    "description": "The category of information pertaining to a group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.",
    "title": "Darwin Core Taxon",
    "url": "http://rs.gbif.org/sandbox/core/dwc_occurrence_2021-08-30.xml",
    "issued": "2021-08-30",
    "isLatest": true,
    "identifier": "http://rs.tdwg.org/dwc/terms/Taxon",
    "subject": null
},

Will now be:

{
    "description": "The category of information pertaining to a group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.",
    "title": "Darwin Core Taxon",
    "url": "http://rs.gbif.org/sandbox/core/dwc_taxon_2021-08-30.xml",
    "issued": "2021-08-30",
    "isLatest": true,
    "identifier": "http://rs.tdwg.org/dwc/terms/Taxon",
    "subject": null
},