CDLUC3 / ezid-service

4 stars 0 forks source link

Update DataCite resource types mapping to schema.org #224

Closed mariagould closed 2 years ago

mariagould commented 2 years ago

EZID maps DataCite resource types to schema.org. We need to update the mapping to include the new resource types that DataCite has added in its latest schema release, which we are now adding to the EZID registration form.

To do:

rushirajnenuji commented 2 years ago
_simpleSchemaDotOrgResourceMap = {
    "Audiovisual": "MediaObject",
    "Collection": "CreativeWork",
    "Dataset": "Dataset",
    "Event": "CreativeWork",
    "Image": "ImageObject",
    "InteractiveResource": "CreativeWork",
    "Model": "CreativeWork",
    "PhysicalObject": "CreativeWork",
    "Service": "Service",
    "Software": "SoftwareSourceCode",
    "Sound": "AudioObject",
    "Text": "ScholarlyArticle",
    "Workflow": "CreativeWork",
    "Other": "CreativeWork",
}
rushirajnenuji commented 2 years ago

completed as part of v2.0.5 release.