Skip to content

Commit

Permalink
Merge pull request #4751 from SandyRogers/patch-1
Browse files Browse the repository at this point in the history
fixes broken RO Crate documentation links
  • Loading branch information
hexylena authored Feb 22, 2024
2 parents 0fde6e7 + 426cfd3 commit 980e16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/fair/tutorials/ro-crate-intro/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
> <tip-title>Referencing external resources</tip-title>
> 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.
Expand Down Expand Up @@ -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).
> <question-title></question-title>
>
Expand Down

0 comments on commit 980e16d

Please sign in to comment.