Skip to content

Commit 38084fd

Browse files
committed
formatting updates, fix typos
1 parent 5654b5e commit 38084fd

13 files changed

+17
-20
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial has been adapted from the revised [RO-Crate introduction for 1.2](
2121
* Adaptation to Galaxy Training Material rendering
2222
* Explicit links to RO-Crate specifications
2323
* Example changed to different organization and license
24-
* Modiied for Carpentries style
24+
* Modified for Carpentries style
2525

2626
# Examples
2727

episodes/02-folder-as-crate-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We call the top-level folder of the crate for the **RO-Crate Root**
5656
and can now refer to its content with relative file paths.
5757

5858
We also need to make some declaration within the JSON file to turn it into a valid _RO-Crate Metadata Document_,
59-
explained in the next session.
59+
explained in the next section.
6060

6161

6262
## JSON-LD preamble

episodes/04-root-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ It is still recommended to choose an overall Crate license that can legally appl
6868
::::::::::::::::::::::::::::::::::::::::::::::::::
6969

7070
:::::::::::::::::::::::::::::::::::::::: keypoints
71-
- Name, description, date published and license are required for the RO-Crate Root"
71+
- Name, description, date published and license are required for the RO-Crate Root
7272
- RO-Crate allows multiple licenses for different parts
7373
::::::::::::::::::::::::::::::::::::::::::::::::::

episodes/07-data-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can override the license for the root data entity by specifying a `license`
6363

6464
For more information on describing files and folders,
6565
including their recommended and required attributes,
66-
see section on [data entities](https://www.researchobject.org/ro-crate/specification/1.2/data-entitites.html).
66+
see section on [data entities](https://www.researchobject.org/ro-crate/specification/1.2/data-entities.html).
6767

6868

6969
:::::::::::::::::::::::::::::::::::::::: keypoints

episodes/08-contextual-entities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Then define the instrument entity in the @graph.
5858
},
5959
{
6060
"@id": "https://example.org/instrument/ws-2000",
61-
"@type": "ThiIndividualProductng",
61+
"@type": "IndividualProduct",
6262
"name": "WS-2000 Weather Station",
63-
"description": "Automated weather station used to record temperature and rainfall data in Katoomba, Australia.",
63+
"description": "Automated weather station used to record temperature and rainfall data.",
6464
"url": "https://example.org/instrument/ws-2000"
6565
},
6666
```
@@ -71,5 +71,5 @@ Then define the instrument entity in the @graph.
7171
:::::::::::::::::::::::::::::::::::::::: keypoints
7272
- Contextual entities are not considered part of the crate’s file structure
7373
- Instruments, software, and projects can be described as contextual entities
74-
- Cntextual entities can provide provenance about data capture and processing
74+
- Contextual entities can provide provenance about data capture and processing
7575
::::::::::::::::::::::::::::::::::::::::::::::::::

episodes/09-authorship.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Moving back to the RO-Crate root `./`, let's specify who are the authors of the
5454
## Who can be authors of an RO-Crate?
5555

5656
When we say someone is an author of a crate,
57-
it means they have contributed something substansively to its content (typically the data).
57+
it means they have contributed something substantively to its content (typically the data).
5858
Agreement on what is considered authorship on a dataset can be tricky;
5959
you may decide some people would be better represented as `contributor`.
6060
One advantage of RO-Crate is that authorship can be declared explicitly also on each data entity,

episodes/10-validating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As an example, try the _Table_ button and notice that the entities with relative
8181
This is because when converting to RDF you need absolute URIs which do not readily exist when a crate is stored on disk,
8282
we've not decided where the crate is to be published yet.
8383

84-
::::::::::::::::::::::::::::::::::::::::keypoints
84+
:::::::::::::::::::::::::::::::::::::::: keypoints
8585
- RO-Crate metadata files are valid JSON-LD
8686
- The JSON-LD Playground can do basic validation and visualization
8787
- Further use of RO-Crate as Linked Data is possible, but may require handling of relative URI references

episodes/11-triples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ e.g. to demonstrate how it might be described at a web resource,
1919
a 'base' URI is needed that will point to that resource,
2020
i.e. resolve as a page or file on the web.
2121

22-
Try to specify a hypothetical base URI by modifing the graph's `@context` within the [JSON-LD Playground](https://json-ld.org/playground/)
22+
Try to specify a hypothetical base URI by modifying the graph's `@context` within the [JSON-LD Playground](https://json-ld.org/playground/)
2323
(do not modify the `ro-crate-metadata.json` on disk), and revisit the _Table_ rendering.
2424

2525
```json

episodes/12-html-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Try navigating the [preview of the running example](../files/rainfall-1.2.1/ro-c
3636
::::::::::::::: solution
3737
1. CC BY-NC-SA 4.0 International
3838
2. Brown University
39-
3. The context, and for root dataset: existance, valid identifier, name, description, license and date published.
39+
3. The context, and for root dataset: existence, valid identifier, name, description, license and date published.
4040
4. The other entities were not checked, e.g. the `affiliation` of the author.
4141
:::::::::::::::::::::::::
4242
::::::::::::::::::::::::::::::::::::::::::::::::::

episodes/13-complete.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The final RO-Crate Metadata Document constructed in this tutorial should look so
5656
},
5757
{
5858
"@id": "https://example.org/instrument/ws-2000",
59-
"@type": "Thing",
59+
"@type": "Individual Product",
6060
"name": "WS-2000 Weather Station",
61-
"description": "Automated weather station used to record temperature and rainfall data in Katoomba, Australia.",
61+
"description": "Automated weather station used to record temperature and rainfall data.",
6262
"url": "https://example.org/instrument/ws-2000"
6363
},
6464
{
@@ -72,9 +72,7 @@ The final RO-Crate Metadata Document constructed in this tutorial should look so
7272
"@id": "https://orcid.org/0000-0002-1825-0097",
7373
"@type": "Person",
7474
"name": "Josiah Carberry",
75-
"affiliation": {
76-
"@id": "https://ror.org/05gq02987"
77-
}
75+
"affiliation": { "@id": "https://ror.org/05gq02987" }
7876
},
7977
{
8078
"@id": "https://ror.org/05gq02987",

0 commit comments

Comments
 (0)