You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/02-folder-as-crate-root.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ used in the rest of the RO-Crate document.
67
67
These will largely map to definitions in the [schema.org](http://schema.org/) vocabulary,
68
68
which can be used by RO-Crate extensions to provide additional metadata beyond the RO-Crate specifications.
69
69
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).
71
71
In short, only JSON keys (_properties_) and types defined this way can be used within the RO-Crate Metadata Document.
72
72
73
73
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.
88
88
- RO-Crate uses schema.org as base vocabulary
89
89
- The JSON-LD context enables optional Linked Data processing
90
90
- Descriptions are listed flatly as entities in the @graph array
0 commit comments