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

[BUG] DOIs and other identifiers of Publications in RO-Crate #429

Open
floWetzels opened this issue Sep 3, 2024 · 0 comments
Open

[BUG] DOIs and other identifiers of Publications in RO-Crate #429

floWetzels opened this issue Sep 3, 2024 · 0 comments
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@floWetzels
Copy link
Collaborator

The current RO-Crate export does not follow the ISA-RO-Crate Profile correctly.
Properties like PubMedIDs or DOIs of a ScholarlyArticle should be mapped into the schema property identifier, see details in the corresponding Issue.
Currently, they still are put into sameAs, which can be seen in the RO-Crate of the Facultative-CAM-in-Talinum ARC.
Here's an example snippet:

{
      "@id": "10.1104/pp.15.01076",
      "@type": "ScholarlyArticle",
      "author": [
        {
          "@id": "_:b0"
        },
        {
          "@id": "_:b1"
        },
        {
          "@id": "_:b2"
        },
        {
          "@id": "_:b3"
        },
        {
          "@id": "_:b4"
        }
      ],
      "creativeWorkStatus": {
        "@id": "#UserTerm_Published"
      },
      "headline": "Reversible Burst of Transcriptional Changes during Induction of Crassulacean Acid Metabolism in Talinum triangulare.",
      "sameAs": "10.1104/pp.15.01076",
      "url": "26530316"
    }
@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Sep 3, 2024
@HLWeil HLWeil added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed Status: Needs Triage This item is up for investigation. labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
Status: No status
Development

No branches or pull requests

2 participants