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
An additional exercise is to try to unify the two entities so that both use spdx identifiers,
76
+
remembering to update the corresponding `license` cross-references when changing the `@id`.
77
+
However, not all licenses have a direct SPDX identifier.
78
+
40
79
## Instrument details
41
80
42
81
For example, the instrument used to capture weather data is not itself part of the dataset, but knowing what device created the measurements helps the data consumer interpret and validate the data.
Copy file name to clipboardExpand all lines: episodes/15-next-steps.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ You have completed making a basic RO-Crate. You may try any of the following:
23
23
24
24
-**RO-Crate Profiles**: Delve into [RO-Crate Profiles](https://www.researchobject.org/ro-crate/profiles.html), which are community-defined content checklists that extend the base specification to meet the specific needs of a domain or data type. Profiles impose conventions and may add domain specific terms/vocabularies, effectively making RO-Crates typed and machine-actionable for specific use cases. Examples include the [Workflow RO-Crate profile](https://about.workflowhub.eu/Workflow-RO-Crate/) used by WorkflowHub and the [Five Safes RO-Crate profile](https://trefx.uk/5s-crate/) for trusted workflow execution in Trusted Research Environments (TREs).
25
25
26
-
-**FAIR Signposting**: Understand how [FAIR Signposting](https://catalogue.fair-impact.eu/resources/fair-signposting) can be used in combination with RO-Crate to guide machine agents through metadata space. It re-uses existing web standards (HTTP Link headers or HTML `<link>` tags tags) to make machine navigation explicit, helping automated agents locate an object's identifier, data records, and metadata records.
26
+
-**FAIR Signposting**: Understand how [FAIR Signposting](https://catalogue.fair-impact.eu/resources/fair-signposting) can be used in combination with RO-Crate to guide machine agents through metadata space.
27
27
28
-
-**Bioschemas**: Explore [Bioschemas](https://bioschemas.org/), a community initiative built on schema.org that defines domain-specific profiles (e.g., Dataset, ComputationalWorkflow, ChemicalSubstance) to add structured metadata to web resources, improving findability and interoperability, particularly in the life sciences.
28
+
-**Bioschemas**: Explore [Bioschemas](https://bioschemas.org/), a life sciences community initiative built on schema.org that defines domain-specific profiles (e.g., Dataset, ComputationalWorkflow, ChemicalSubstance).
29
29
30
-
-**Community and Tools**: Join the open [RO-Crate community](https://www.researchobject.org/ro-crate/community) on GitHub, participate in drop-in sessions, and explore available tools like Crate-O, RO-Crate Playground, and libraries for various programming languages (Python, JavaScript). This active community and the developer-friendly tools are key to RO-Crate's adoption and sustainability.
30
+
-**Community and Tools**: Join the open [RO-Crate community](https://www.researchobject.org/ro-crate/community) on GitHub, participate in drop-in sessions, and explore the tools and libraries for various programming languages.
31
31
32
-
-**Real-world Use Cases**: Gain inspiration from how RO-Crates are being [used in practice](https://www.researchobject.org/ro-crate/use_cases) across various domains, such as in ELIXIR resources for life sciences, WorkflowHub for computational workflows, for Electronic Lab Notebooks (ELN) provenance, and for packaging earth observation data. RO-Crate enables exchange between services and data repositories, fostering an ecosystem of research infrastructure.
32
+
-**Real-world Use Cases**: Explore how RO-Crates are being [used in practice](https://www.researchobject.org/ro-crate/use_cases) across various domains.
0 commit comments