Skip to content

Commit 152f3dc

Browse files
authored
Merge pull request #10 from marshallmcdonnell/patch-1
Fixes RO-Crate specification link in introduction
2 parents c82ddf7 + e8de901 commit 152f3dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

episodes/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+
::::::::::::::::::::::::::::::::::::::::::::::::::

episodes/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+
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)