Skip to content

Commit 3ec9467

Browse files
committed
set @base so this works versionless
1 parent 4406772 commit 3ec9467

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/profiles/0.5/process_run_crate/ro-crate-metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
{ "@context":
1+
{ "@context": [
22
"https://w3id.org/ro/crate/1.2-DRAFT/context",
3+
{ "@base": "https://www.researchobject.org/workflow-run-crate/profiles/0.5/process_run_crate/"}
4+
],
35
"@graph": [
46
{
57
"@id": "ro-crate-metadata.json",

docs/profiles/0.5/provenance_run_crate/ro-crate-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
{ "@context":
2-
"https://w3id.org/ro/crate/1.2-DRAFT/context",
1+
{ "@context": [
2+
"https://w3id.org/ro/crate/1.2-DRAFT/context",
3+
{ "@base": "https://www.researchobject.org/workflow-run-crate/profiles/0.5/provenance_run_crate/"}
4+
],
35
"@graph": [
46
{
57
"@id": "ro-crate-metadata.json",

docs/profiles/0.5/workflow_run_crate/ro-crate-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
{ "@context":
2-
"https://w3id.org/ro/crate/1.2-DRAFT/context",
1+
{ "@context": [
2+
"https://w3id.org/ro/crate/1.2-DRAFT/context",
3+
{ "@base": "https://www.researchobject.org/workflow-run-crate/profiles/0.5/workflow_run_crate/"}
4+
],
35
"@graph": [
46
{
57
"@id": "ro-crate-metadata.json",

0 commit comments

Comments
 (0)