As a tools developer I want to be able to write snippets into an ro-crate file and indicate to third party tools that they should treat those snippets in a particular way. For example, if I have a tif image and a tool to create a jpeg image from it, the tool would create two files entries in the crate file (one for each of the tif and jpeg files) and a create action that documents that the jpeg was created from the tif image.
When I load that crate into a tool like describo I want to be able to indicate to describo that each of those entries is read-only or edit-only. If read-only, describo should show the entity but not allow edits of the data or deletion of the entity. If edit-only describo should allow edits to the data but not allow deletion.
Ideally, this would be a simple property on the entity itself:
This example would tell describo to show the entity but not allow changes to the data (including changing links to / from it) and to not allow it to be deleted.
This example would tell describo to show the entity an allow changes to the data (including changing links to / from it) but not allow it to be deleted.
As a tools developer I want to be able to write snippets into an ro-crate file and indicate to third party tools that they should treat those snippets in a particular way. For example, if I have a tif image and a tool to create a jpeg image from it, the tool would create two files entries in the crate file (one for each of the tif and jpeg files) and a create action that documents that the jpeg was created from the tif image.
When I load that crate into a tool like describo I want to be able to indicate to describo that each of those entries is read-only or edit-only. If read-only, describo should show the entity but not allow edits of the data or deletion of the entity. If edit-only describo should allow edits to the data but not allow deletion.
Ideally, this would be a simple property on the entity itself:
This example would tell describo to show the entity but not allow changes to the data (including changing links to / from it) and to not allow it to be deleted.
or
This example would tell describo to show the entity an allow changes to the data (including changing links to / from it) but not allow it to be deleted.