Skip to content

Commit f0def5b

Browse files
authored
PID in @context
1 parent 2510559 commit f0def5b

File tree

1 file changed

+5
-2
lines changed
  • docs/profiles/0.5-DRAFT/workflow_run_crate

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Workflow Run Crate
1414
* Extends:
1515
- [Process Run Crate](https://w3id.org/ro/wfrun/process/0.5-DRAFT)
1616
- [Workflow RO-Crate](https://w3id.org/workflowhub/workflow-ro-crate/)
17-
* JSON-LD context: <https://w3id.org/ro/terms/workflow-run/context.json>
17+
* JSON-LD context: <https://w3id.org/ro/terms/workflow-run/context>
1818
* Vocabulary terms: <https://w3id.org/ro/terms/workflow-run#>
1919

2020
This profile uses terminology from the [RO-Crate 1.1 specification](https://w3id.org/ro/crate/1.1).
@@ -45,7 +45,10 @@ The following diagram shows the relationships between provenance-related entitie
4545
<!-- Remember to update above as well as below! -->
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",

0 commit comments

Comments
 (0)