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

Research Object Crate

Results 145 ro-crate issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** The profile crate does not work the way I was expecting (may not be a bug, but I want to clarify this) in the [crate-focus section](https://github.com/ResearchObject/ro-crate/blob/11efb935c1ebd51df594931664c154ea88cb2177/docs/1.2-DRAFT/crate-focus.md?plain=1#L119) additional...

bug

As a **type of user**, I want **some goal** so that **some reason**. As a **potential programmatic consumer** of RO-Crates I want to **find the RO-Crate metadata file** given a...

use-case

As a **research software engineers**, I want **to use [LinkML](https://linkml.io)** so that **I can use the tooling associated to maintain my RO-crate specification and automate data export**. Hi, I am...

use-case

As a **person creating and using crates**, I want **to use BD-Bag's fetch.txt** so that **I can efficiently transport Crates that are linked to external data**. There are of course...

use-case

We should have a [CodeMeta](https://codemeta.github.io/) dual Resarch Object example, specially as CodeMeta is now being picked up by GitHub, Zenodo, etc and it heavily uses http://schema.org/ It might be that...

enhancement

Assumption: should use schema:geo to point to an entity. But what should the entity look like? Here's one way: { "@type": "Place", "name" : "Place 1", "geo": {"@id": "#point1"} },...

use-case

Schema.org has this example for https://schema.org/isAccessibleForFree: ```json { "@context": "https://schema.org", "@type": "TouristAttraction", "name": "Hyde Park", "description": "It's one of nine royal parks of London.", "url": "http://www.royalparks.org.uk/parks/hyde-park", "isAccessibleForFree": true } ```...

In [Recording changes to RO-Crates](https://www.researchobject.org/ro-crate/1.1/provenance.html#recording-changes-to-ro-crates), we have examples that represent the value of `actionStatus` like: ```json "actionStatus": {"@id": "http://schema.org/CompletedActionStatus"} ``` However, there are some [TRE-FX profile examples](https://trefx.uk/trusted-wfrun-crate/0.3/#check-phase) that use: ```json...

I've received feedback that the spec quickly dives into the different Data/Contextual entities, but that there is no overview of them. A suggestion was to add a UML diagram -...

enhancement

This issue is the outcome of a discussion with @ilveroluca after last Tuesday's [Workflow Run RO-Crate meeting](https://www.researchobject.org/workflow-run-crate/), where we started wondering [how to represent secondary files](https://github.com/ResearchObject/workflow-run-crate/issues/36) (as in CWL's [secondaryFiles](https://www.commonwl.org/v1.2/CommandLineTool.html#CommandInputParameter))...