You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a RO-Crate creator, I want to reference a file within another RO-Crate (which may be a contextual or data entity) so that I do not need to duplicate it into my own crate/so that consumers of my crate can find the file I reference.
The text was updated successfully, but these errors were encountered:
elichad
added
the
use-case
A (potential) use-case for ROLite creation, consumption or integration
label
Jul 19, 2024
More specifically: I am building a Workflow Run RO-Crate where the mainEntity workflow is a separate Workflow RO-Crate which is already published on WorkflowHub.
That workflow crate contains an example dataset which I want to reference in the workflow run crate (because in this case we can't include the actual inputs in the crate, so the example dataset acts as a reference for the format used). However, it's not clear how to identify this dataset, as it's a data entity with a local path in the other crate.
In this case the base arcp URI is included as an identifier on a DataDownload which provides a zip of the external crate (which is in turn referenced as a distribution on a more general contextual entity representing the external crate). I can then use arcp URIs to reference data entities within the external crate.
Welcome suggestions on where else the base arcp URI can be defined, this is just one suggestion for standardization
As a RO-Crate creator, I want to reference a file within another RO-Crate (which may be a contextual or data entity) so that I do not need to duplicate it into my own crate/so that consumers of my crate can find the file I reference.
The text was updated successfully, but these errors were encountered: