Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _Video: An overview of the RO-Crate concept and its implementations_ (see also [

## Tutorial walk-through

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

Expand All @@ -73,4 +73,4 @@ You are invited to replicate the below steps on your local computer.
- Each entity of the crate is described separately
- Cross-references between entities create a graph
- The RO-Crate specification recommends which types and keys to use
::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::
4 changes: 2 additions & 2 deletions episodes/02-folder-as-crate-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ used in the rest of the RO-Crate document.
These will largely map to definitions in the [schema.org](http://schema.org/) vocabulary,
which can be used by RO-Crate extensions to provide additional metadata beyond the RO-Crate specifications.
It is this feature of JSON-LD that helps make RO-Crate extensible for many different purposes
-- this is explored further in the specification's [appendix on JSON-LD](https://www.researchobject.org/ro-crate/1.2/appendix/jsonld.html).
-- this is explored further in the specification's [appendix on JSON-LD](https://www.researchobject.org/ro-crate/specification/1.2/appendix/jsonld.html).
In short, only JSON keys (_properties_) and types defined this way can be used within the RO-Crate Metadata Document.

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