Arkisto-Platform / describo-online

https://describo.github.io
GNU General Public License v3.0
7 stars 2 forks source link

If I change a the ID of a person to a URL it does not get updated in the RO-Crate on disk #33

Closed ptsefton closed 2 years ago

ptsefton commented 2 years ago

See this example where the ID did not change but the @reverse link is actually correct.

{
      "name": "alice",
      "@id": "f0d9ca45-e662-4774-90f8-8c988ca64d96",
      "@type": "Person",
      "@reverse": {
        "author": [
          {
            "@id": "http://orcid.org/test"
          }
        ]
      }
    }