We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]"} ],
The text was updated successfully, but these errors were encountered:
rapw3k
No branches or pull requests
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:
Which is not a reference to this:
Suggested fix
Should be like;
"creator": [
{"@id": "mailto:[email protected]"}
],
The text was updated successfully, but these errors were encountered: