Skip to content

Commit ba9bfb3

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 152f3dc Branch : main Author : Eli Chadwick <eli.chadwick@manchester.ac.uk> Time : 2025-08-04 12:34:49 +0000 Message : Merge pull request #10 from marshallmcdonnell/patch-1 Fixes RO-Crate specification link in introduction
1 parent a66e0ab commit ba9bfb3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

01-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _Video: An overview of the RO-Crate concept and its implementations_ (see also [
5252

5353
## Tutorial walk-through
5454

55-
In this tutorial, meant to be read along with the [RO-Crate specification](https://www.researchobject.org/ro-crate/1.2/),
55+
In this tutorial, meant to be read along with the [RO-Crate specification](https://www.researchobject.org/ro-crate/specification/1.2/),
5656
we'll walk through the initial steps for creating a basic RO-Crate.
5757
You are invited to replicate the below steps on your local computer.
5858

@@ -73,4 +73,4 @@ You are invited to replicate the below steps on your local computer.
7373
- Each entity of the crate is described separately
7474
- Cross-references between entities create a graph
7575
- The RO-Crate specification recommends which types and keys to use
76-
::::::::::::::::::::::::::::::::::::::::::::::::::
76+
::::::::::::::::::::::::::::::::::::::::::::::::::

02-folder-as-crate-root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ used in the rest of the RO-Crate document.
6767
These will largely map to definitions in the [schema.org](http://schema.org/) vocabulary,
6868
which can be used by RO-Crate extensions to provide additional metadata beyond the RO-Crate specifications.
6969
It is this feature of JSON-LD that helps make RO-Crate extensible for many different purposes
70-
-- this is explored further in the specification's [appendix on JSON-LD](https://www.researchobject.org/ro-crate/1.2/appendix/jsonld.html).
70+
-- this is explored further in the specification's [appendix on JSON-LD](https://www.researchobject.org/ro-crate/specification/1.2/appendix/jsonld.html).
7171
In short, only JSON keys (_properties_) and types defined this way can be used within the RO-Crate Metadata Document.
7272

7373
However, in the general case it should be sufficient to follow the RO-Crate JSON examples directly without deeper JSON-LD understanding.
@@ -88,4 +88,4 @@ specify which entities can be added to the `@graph` array.
8888
- RO-Crate uses schema.org as base vocabulary
8989
- The JSON-LD context enables optional Linked Data processing
9090
- Descriptions are listed flatly as entities in the @graph array
91-
::::::::::::::::::::::::::::::::::::::::::::::::::
91+
::::::::::::::::::::::::::::::::::::::::::::::::::

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"index.md" "5da3305989c5324dd28de8c130b51c5f" "site/built/index.md" "2025-07-25"
66
"reference.md" "0e582dab8c7f586fb96bb1dcf1ca6b4c" "site/built/reference.md" "2025-04-17"
77
"setup.md" "e3ce094df12f28ce441b41b08c63860e" "site/built/setup.md" "2025-04-30"
8-
"episodes/01-introduction.md" "a33193f96f1bc8eeb76341b858e0e87c" "site/built/01-introduction.md" "2025-07-25"
9-
"episodes/02-folder-as-crate-root.md" "94ff71f2c80a5063972b8e062149f1e7" "site/built/02-folder-as-crate-root.md" "2025-07-25"
8+
"episodes/01-introduction.md" "7e25d1f2de813c02988a6f6c88fc8f99" "site/built/01-introduction.md" "2025-08-04"
9+
"episodes/02-folder-as-crate-root.md" "1a07d2f1d20f73247ebeae9c32814bca" "site/built/02-folder-as-crate-root.md" "2025-08-04"
1010
"episodes/04-root.md" "ef11cb73ccb844decac15d1edd8e2f92" "site/built/04-root.md" "2025-07-25"
1111
"episodes/05-root-metadata.md" "da3a8449cffcfeb325139f2127686228" "site/built/05-root-metadata.md" "2025-07-25"
1212
"episodes/03-metadata-descriptor.md" "55bf47de9c969a69aef1c2a746f2def6" "site/built/03-metadata-descriptor.md" "2025-07-25"

0 commit comments

Comments
 (0)