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

Issue with ROHub downloads (contextual entities still not linked correctly - they are string values) #335

Open
ptsefton opened this issue Jul 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ptsefton
Copy link
Contributor

Describe the bug

When I download an RO-Crate as a zip from this page (2024-07-18)

https://www.rohub.org/c9df67a3-0d77-4029-8556-e62fcc95a35b?activetab=overview

The ro-crate-metatadata.json file still has references in it like this:

      "creator": [
        "mailto:[email protected]"
      ],
   

Which is not a reference to this:

{
      "@id": "mailto:[email protected]",
      "@type": "Person",
      "name": "Environmental Data Science Book Community"
    }

Suggested fix

Should be like;
"creator": [
{"@id": "mailto:[email protected]"}
],

@ptsefton ptsefton added the bug Something isn't working label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants