Skip to content

Commit df3d30a

Browse files
authored
1 parent fda0c16 commit df3d30a

File tree

1 file changed

+6
-3
lines changed
  • docs/profiles/0.5-DRAFT/provenance_run_crate

1 file changed

+6
-3
lines changed

docs/profiles/0.5-DRAFT/provenance_run_crate/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Provenance Run Crate
1313
* Profile Crate: [ro-crate-metadata.json](ro-crate-metadata.json) [ro-crate-preview.html](ro-crate-preview.html)
1414
* Extends:
1515
- [Workflow Run Crate](https://w3id.org/ro/wfrun/workflow/0.5-DRAFT)
16-
* JSON-LD context: <https://w3id.org/ro/terms/workflow-run/context.json>
16+
* JSON-LD context: <https://w3id.org/ro/terms/workflow-run/context>
1717
* Vocabulary terms: <https://w3id.org/ro/terms/workflow-run#>
1818

1919
This profile uses terminology from the [RO-Crate 1.1 specification](https://w3id.org/ro/crate/1.1), and [extends it](https://www.researchobject.org/ro-crate/specification/1.1/appendix/jsonld.html#extending-ro-crate) with additional terms from the [workflow-run](https://github.com/ResearchObject/ro-terms/tree/master/workflow-run) ro-terms namespace.
@@ -45,7 +45,10 @@ The following diagram shows the relationships between all provenance-related ent
4545

4646

4747
```json
48-
{ "@context": "https://w3id.org/ro/crate/1.1/context",
48+
{ "@context": [
49+
"https://w3id.org/ro/crate/1.1/context",
50+
"https://w3id.org/ro/terms/workflow-run/context"
51+
],
4952
"@graph": [
5053
{
5154
"@id": "ro-crate-metadata.json",
@@ -392,7 +395,7 @@ Note that the `workflow-run` terms are not part of the standard RO-Crate context
392395
{
393396
"@context": [
394397
"https://w3id.org/ro/crate/1.1/context",
395-
"https://w3id.org/ro/terms/workflow-run"
398+
"https://w3id.org/ro/terms/workflow-run/context"
396399
],
397400
"@graph": [...]
398401
}

0 commit comments

Comments
 (0)