ro-crate icon indicating copy to clipboard operation
ro-crate copied to clipboard

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

Open ptsefton opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Jul 18 '24 05:07 ptsefton