-
Notifications
You must be signed in to change notification settings - Fork 12
/
copies.json
72 lines (72 loc) · 2.3 KB
/
copies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"@context": "https://raw.githubusercontent.com/cmaumet/BIDS-prov/context-type-indexing/context.json",
"@id": "http://example.org/ds00000X",
"generatedAt": "2020-03-10T10:00:00",
"wasGeneratedBy": {
"@id": "INRIA",
"@type": "Project",
"startedAt": "2016-09-01T10:00:00",
"wasAssociatedWith": {
"@id": "NIH",
"@type": "Organization",
"hadRole": "Funding"
}
},
"records": {
"prov:Agent": [
{
"@id": "RRID:SCR_007037",
"@type": "prov:SoftwareAgent",
"label": "SPM"
}
],
"prov:Activity": [
{
"@id": "niiri:6534673543aaaaaaa",
"label": "copy and unzip anat",
"wasAssociatedWith": "RRID:SCR_007037",
"startedAtTime": "2019-10-10T10:00:00",
"endedAtTime": "2019-10-10T10:00:00",
"used": "niiri:sjhgdfhjsgd63q5aaafa"
},
{
"@id": "niiri:653467354367537g345523efdghs",
"label": "copy and unzip func",
"wasAssociatedWith": "RRID:SCR_007037",
"startedAtTime": "2019-10-10T10:00:00",
"endedAtTime": "2019-10-10T10:00:00",
"used": "niiri:sjhgdf673gbdsjdfsqjnfd"
}
],
"prov:Entity": [
{
"@id": "niiri:sjhgdfhjsgd63q5aaafa",
"label": "anat raw",
"prov:atLocation": "$HOME/nidm-results-examples/spm_default/ds011/sub-01/anat/sub-01_T1w.nii.gz",
"generatedAt": "2019-10-10T10:00:00"
},
{
"@id": "niiri:sjhgdf673gbdsjdfsqjnfd",
"label": "func raw",
"prov:atLocation": "$HOME/nidm-results-examples/spm_default/ds011/sub-01/func/sub-01_task-tonecounting_bold.nii.gz",
"generatedAt": "2019-10-10T10:00:00"
},
{
"@id": "niiri:sjhgdfhfdsqldjkfnlqkjaaaaaaaaaa",
"label": "anat unzipped",
"prov:atLocation": "??????",
"derivedFrom": "niiri:sjhgdfhjsgd63q5aaafa",
"attributedTo": "RRID:SCR_007037",
"wasGeneratedBy": "niiri:6534673543aaaaaaa"
},
{
"@id": "niiri:sjhgdqd",
"label": "func unzipped",
"prov:atLocation": "$HOME/nidm-results-examples/spm_default/ds011/PREPROCESSING/FUNCTIONAL/*",
"derivedFrom": "niiri:sjhgdf673gbdsjdfsqjnfd",
"attributedTo": "RRID:SCR_007037",
"wasGeneratedBy": "niiri:653467354367537g345523efdghs"
}
]
}
}