CoolFace
Datasetpublic

cometadata/datacite-procedural-resource-type-general-reclassifications

DataCite DOI Procedural Reclassifications Overview This dataset contains procedural reclassifications of DataCite DOIs where the resourceTypeGeneral field is either "Text" or "Other". The dataset maps these DOIs to more specific resourceTypeGeneral classifications based on fuzzy matching of the resourceType field against DataCite's controlled vocabulary for this field. Dataset Structure Each instance represents a DOI with its original and inferred… See the full description on the dataset page: https://huggingface.co/datasets/cometadata/datacite-procedural-resource-type-general-reclassifications.

sourceHugging Facecc0-1.0updated 1y agoView on Hugging Face
0likes4downloads
Dataset Card

DataCite DOI Procedural Reclassifications

Overview

This dataset contains procedural reclassifications of DataCite DOIs where the resourceTypeGeneral field is either "Text" or "Other". The dataset maps these DOIs to more specific resourceTypeGeneral classifications based on fuzzy matching of the resourceType field against DataCite's controlled vocabulary for this field.

Dataset Structure

Each instance represents a DOI with its original and inferred resource type classifications:

json
{
  "doi": "10.5281/zenodo.15414",
  "resourceType": "Journal article",
  "resourceTypeGeneral": "Text",
  "inferredResourceTypeGeneral": "JournalArticle"
}

Fields

  • doi (string): The Digital Object Identifier
  • resourceType (string): The free-text resource type as provided by the data publisher
  • resourceTypeGeneral (string): The original generic classification ("Text" or "Other")
  • inferredResourceTypeGeneral (string): The inferred specific resource type from the DataCite controlled vocabulary

DataCite resourceTypeGeneral Values

The inferred classifications use the following DataCite resourceTypeGeneral values:

  • Audiovisual
  • Award
  • Book
  • BookChapter
  • Collection
  • ComputationalNotebook
  • ConferencePaper
  • ConferenceProceeding
  • DataPaper
  • Dataset
  • Dissertation
  • Event
  • Image
  • InteractiveResource
  • Instrument
  • Journal
  • JournalArticle
  • Model
  • OutputManagementPlan
  • PeerReview
  • PhysicalObject
  • Preprint
  • Project
  • Report
  • Service
  • Software
  • Sound
  • Standard
  • StudyRegistration
  • Text
  • Workflow
  • Other