File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
docs/profiles/0.5-DRAFT/workflow_run_crate Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
2020This 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" ,
You can’t perform that action at this time.
0 commit comments