From 426cfd39d3a9260ecc6caee672cc576580fd01c0 Mon Sep 17 00:00:00 2001 From: Sandy Rogers Date: Thu, 22 Feb 2024 11:12:28 +0000 Subject: [PATCH] fixes broken RO Crate documentation links --- topics/fair/tutorials/ro-crate-intro/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/fair/tutorials/ro-crate-intro/tutorial.md b/topics/fair/tutorials/ro-crate-intro/tutorial.md index 802c28194fa11e..b8c85bdf97c061 100644 --- a/topics/fair/tutorials/ro-crate-intro/tutorial.md +++ b/topics/fair/tutorials/ro-crate-intro/tutorial.md @@ -253,7 +253,7 @@ The root has several metadata properties that describe the RO-Crate as a whole, A main type of resources collected in a Research Object is _data_ -- simplifying, we can consider data as any kind of file that can be opened in other programs. These are aggregated by the Root Dataset with the `hasPart` property. In this example we have an array with a single value, a reference to the entity describing the file `data.csv`. > Referencing external resources -> RO-Crates can also contain data entities that are folders and Web resources, as well as non-File data like online databases -- see section on [data entities](https://www.researchobject.org/ro-crate/1.1/data-entitites.html). +> RO-Crates can also contain data entities that are folders and Web resources, as well as non-File data like online databases -- see section on [data entities](https://www.researchobject.org/ro-crate/1.1/data-entities.html). {: .tip} We should now be able to follow the `@id` reference for the corresponding _data entity_ JSON block for our CSV file, which we need to add to the `@graph` of the RO-Crate Metadata Document. @@ -282,7 +282,7 @@ We should now be able to follow the `@id` reference for the corresponding _data It is recommended that every entity has a human-readable `name`; as shown in the above example, this does not need to match the filename/identifier. The `encodingFormat` indicates the media file type so that consumers of the crate can open `data.csv` in an appropriate program, and can be particularly important for less common file extensions frequently encounted in outputs from research software and instruments. -For more information on describing files and folders, including their recommended and required attributes, see section on [data entities](https://www.researchobject.org/ro-crate/1.1/data-entitites.html). +For more information on describing files and folders, including their recommended and required attributes, see section on [data entities](https://www.researchobject.org/ro-crate/1.1/data-entities.html). > >