Skip to content

Commit

Permalink
Update ID of Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-rifai committed Apr 19, 2022
1 parent 6194cc0 commit ce94099
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions examples/clinica_pipelines/t1linear_mat.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"@context": "https://raw.githubusercontent.com/omar-rifai/Provenance/main/context.json",
"records":{
"prov:Agent" : [{
"@id": "RRID:Clinica",
"@id": "uuid:5da92f66-bfec-11ec-9d64-0242ac120002",
"RRID": "Clinica",
"@type": "prov:SoftwareAgent",
"label": "Clinica"
"Label": "Clinica v0.6.0",
"Version": "v0.6.0"
}],
"prov:Activity": [
{
Expand All @@ -14,7 +16,7 @@
"parameters": {
"uncropped_image": true
},
"wasAssociatedWith": "RRID:Clinica",
"wasAssociatedWith": "uuid:5da92f66-bfec-11ec-9d64-0242ac120002",
"used": [
"uuid:6cada670-8bf2-44ef-80ae-71796eb5ecd7"
]
Expand Down
9 changes: 6 additions & 3 deletions examples/clinica_pipelines/t1linear_nii.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"@context": "https://raw.githubusercontent.com/omar-rifai/Provenance/main/context.json",
"records":{
"prov:Agent" : [{
"@id": "RRID:Clinica",

"@id": "uuid:5da92f66-bfec-11ec-9d64-0242ac120002",
"RRID": "Clinica",
"@type": "prov:SoftwareAgent",
"label": "Clinica"
"Label": "Clinica v0.6.0",
"Version": "v0.6.0"
}],
"prov:Activity": [
{
Expand All @@ -14,7 +17,7 @@
"parameters": {
"uncropped_image": true
},
"wasAssociatedWith": "RRID:Clinica",
"wasAssociatedWith": "uuid:5da92f66-bfec-11ec-9d64-0242ac120002",
"used": [
"uuid:6cada670-8bf2-44ef-80ae-71796eb5ecd7"
]
Expand Down

0 comments on commit ce94099

Please sign in to comment.