Skip to content

Commit 253019d

Browse files
committed
RDF graphs
1 parent 889c259 commit 253019d

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"BIDSProvVersion": "0.0.1",
3+
"@context": "https://raw.githubusercontent.com/bclenet/bids-specification/refs/heads/BEP028_spec/src/provenance-context.json",
4+
"Records": {
5+
"Software": [
6+
{
7+
"Id": "bids::prov#dcm2niix-khhkm7u1",
8+
"Label": "dcm2niix",
9+
"AltIdentifier": "RRID:SCR_023517",
10+
"Version": "v1.0.20220720"
11+
}
12+
],
13+
"Activities": [
14+
{
15+
"Id": "bids::prov#conversion-00f3a18f",
16+
"Label": "Conversion",
17+
"Command": "dcm2niix -o . -f sub-%i/anat/sub-%i_T1w sourcedata/hirni-demo/acq1/dicoms/example-dicom-structural-master/dicoms",
18+
"AssociatedWith": "bids::prov#dcm2niix-khhkm7u1",
19+
"Used": [
20+
"bids::prov#fedora-uldfv058",
21+
"bids::sourcedata/hirni-demo/acq1/dicoms/example-dicom-structural-master/dicoms"
22+
]
23+
}
24+
],
25+
"ProvEntities": [
26+
{
27+
"Id": "bids::sourcedata/hirni-demo/acq1/dicoms/example-dicom-structural-master/dicoms",
28+
"Type": "Entity",
29+
"Label": "dicoms"
30+
},
31+
{
32+
"Id": "bids::sub-02/anat/sub-02_T1w.nii",
33+
"Label": "sub-02_T1w.nii",
34+
"AtLocation": "sub-02/anat/sub-02_T1w.nii",
35+
"GeneratedBy": "bids::prov#conversion-00f3a18f"
36+
},
37+
{
38+
"Id": "bids::sub-02/anat/sub-02_T1w.json",
39+
"Label": "sub-02_T1w.json",
40+
"AtLocation": "sub-02/anat/sub-02_T1w.json",
41+
"GeneratedBy": "bids::prov#conversion-00f3a18f"
42+
}
43+
],
44+
"Environments": [
45+
{
46+
"Id": "bids::prov#fedora-uldfv058",
47+
"Label": "Fedora release 36 (Thirty Six)",
48+
"OperatingSystem": "GNU/Linux 6.2.15-100.fc36.x86_64"
49+
}
50+
]
51+
}
52+
}
43.6 KB
Loading

0 commit comments

Comments
 (0)