Skip to content

Commit 84192c0

Browse files
authored
Merge pull request #5 from Raphael-Gazzotti/v2
Removal of namespace in schema files.
2 parents 6d6d871 + b153a90 commit 84192c0

10 files changed

+47
-47
lines changed

schemas/activity/MRIAcquisition.schema.tpl.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"contrastAgent": {
55
"_instruction": "Add the contrast agent used for this scan.",
66
"_linkedTypes": [
7-
"https://openminds.ebrains.eu/chemicals/AmountOfChemical"
7+
"chemicals:AmountOfChemical"
88
]
99
},
1010
"device": {
1111
"_instruction": "Add the MRI machine setting used for this scan.",
1212
"_linkedTypes": [
13-
"https://openminds.ebrains.eu/neuroimaging/MRIScannerUsage"
13+
"neuroimaging:MRIScannerUsage"
1414
]
1515
},
1616
"input": {
1717
"_instruction": "Add the state of the subject or tissue sample before this session.",
1818
"_linkedTypes": [
19-
"https://openminds.ebrains.eu/core/SubjectState",
20-
"https://openminds.ebrains.eu/core/TissueSampleState"
19+
"core:SubjectState",
20+
"core:TissueSampleState"
2121
]
2222
},
2323
"specimenOrientation": {
2424
"_instruction": "Add the anatomical orientation of the specimen in the scanner.",
2525
"_linkedTypes": [
26-
"https://openminds.ebrains.eu/controlledTerms/AnatomicalAxesOrientation"
26+
"controlledTerms:AnatomicalAxesOrientation"
2727
]
2828
}
2929
},

schemas/activity/functionalMRIAcquisition.schema.tpl.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"_extends": "activity/MRIAcquisition.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/FunctionalMRIAcquisition",
3+
"_type": "neuroimaging:FunctionalMRIAcquisition",
44
"properties": {
55
"acquisitionDuration": {
66
"_embeddedTypes": [
7-
"https://openminds.ebrains.eu/core/QuantitativeValue"
7+
"core:QuantitativeValue"
88
],
99
"_instruction": "Enter duration of volume acquisition."
1010
},
1111
"behavioralProtocol": {
1212
"_instruction": "Add all behavioral protocols that were performed during this session.",
1313
"_linkedTypes": [
14-
"https://openminds.ebrains.eu/core/BehavioralProtocol"
14+
"core:BehavioralProtocol"
1515
],
1616
"minItems": 1,
1717
"type": "array",
1818
"uniqueItems": true
1919
},
2020
"delayAfterTrigger": {
2121
"_embeddedTypes": [
22-
"https://openminds.ebrains.eu/core/QuantitativeValue"
22+
"core:QuantitativeValue"
2323
],
2424
"_instruction": "Enter the duration from trigger delivery to scan onset (only the first volum)."
2525
},
2626
"delayTime": {
2727
"_embeddedTypes": [
28-
"https://openminds.ebrains.eu/core/QuantitativeValue"
28+
"core:QuantitativeValue"
2929
],
3030
"_instruction": "Enter the arbitrary delay time set by user before each volume acquisition."
3131
},
3232
"fieldMap": {
3333
"_instruction": "Add the images or field maps used for correction of inhemogenties in B0 field of this aquisition.",
3434
"_linkedTypes": [
35-
"https://openminds.ebrains.eu/core/File"
35+
"core:File"
3636
],
3737
"minItems": 1,
3838
"type": "array"
@@ -44,19 +44,19 @@
4444
"sbref": {
4545
"_instruction": "Add the single-band reference image for this volume.",
4646
"_linkedTypes": [
47-
"https://openminds.ebrains.eu/core/File"
47+
"core:File"
4848
]
4949
},
5050
"structuralMRI": {
5151
"_instruction": "Add the structural MRI relavent for this aquisition.",
5252
"_linkedTypes": [
53-
"https://openminds.ebrains.eu/core/File"
53+
"core:File"
5454
]
5555
},
5656
"volumeTiming": {
5757
"_instruction": "Enter aquisition times of each vloume.",
5858
"_linkedTypes": [
59-
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
59+
"core:QuantitativeValueArray"
6060
]
6161
}
6262
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_extends": "activity/MRIAcquisition.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/StructuralMRIAcquisition"
3+
"_type": "neuroimaging:StructuralMRIAcquisition"
44
}

schemas/device/MRIScanner.schema.tpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"_extends": "/core/schemas/products/device.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/MRIScanner",
3+
"_type": "neuroimaging:MRIScanner",
44
"properties": {
55
"magneticFieldStrength": {
66
"_embeddedTypes": [
7-
"https://openminds.ebrains.eu/core/QuantitativeValue"
7+
"core:QuantitativeValue"
88
],
99
"_instruction": "Enter the nominal field strength of MR magnet in Tesla."
1010
}

schemas/device/MRIScannerUsage.schema.tpl.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"_extends": "/core/schemas/research/deviceUsage.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/MRIScannerUsage",
3+
"_type": "neuroimaging:MRIScannerUsage",
44
"properties": {
55
"bValues": {
66
"_instruction": "Add the b values coresponding to this aquisition.",
77
"_linkedTypes": [
8-
"https://openminds.ebrains.eu/core/File"
8+
"core:File"
99
]
1010
},
1111
"bVectors": {
1212
"_instruction": "Add the b vectors coresponding to this aquisition.",
1313
"_linkedTypes": [
14-
"https://openminds.ebrains.eu/core/File"
14+
"core:File"
1515
]
1616
},
1717
"dwellTime": {
1818
"_embeddedTypes": [
19-
"https://openminds.ebrains.eu/core/QuantitativeValue"
19+
"core:QuantitativeValue"
2020
],
2121
"_instruction": "Enter the dewell time of this aquistion."
2222
},
2323
"echoTime": {
2424
"_embeddedTypes": [
25-
"https://openminds.ebrains.eu/core/QuantitativeValue"
25+
"core:QuantitativeValue"
2626
],
2727
"_instruction": "Enter the echo times of this aquisition (TE).",
2828
"minItems": 1,
@@ -37,27 +37,27 @@
3737
},
3838
"flipAngle": {
3939
"_embeddedTypes": [
40-
"https://openminds.ebrains.eu/core/QuantitativeValue"
40+
"core:QuantitativeValue"
4141
],
4242
"_instruction": "Enter the flip angle of this scan (preferred units: degrees)."
4343
},
4444
"interSliceGap": {
4545
"_embeddedTypes": [
46-
"https://openminds.ebrains.eu/core/QuantitativeValue",
47-
"https://openminds.ebrains.eu/core/QuantitativeValueRange"
46+
"core:QuantitativeValue",
47+
"core:QuantitativeValueRange"
4848
],
4949
"_instruction": "Enter the inter slice distance of this scan."
5050
},
5151
"inversionTime": {
5252
"_embeddedTypes": [
53-
"https://openminds.ebrains.eu/core/QuantitativeValue"
53+
"core:QuantitativeValue"
5454
],
5555
"_instruction": "Enter the inversion time of this aquistion."
5656
},
5757
"mRAcquisitionType": {
5858
"_instruction": "Add the type of sequence readout (2D or 3D).",
5959
"_linkedTypes": [
60-
"https://openminds.ebrains.eu/controlledTerms/MRAcquisitionType"
60+
"controlledTerms:MRAcquisitionType"
6161
]
6262
},
6363
"mTState": {
@@ -79,37 +79,37 @@
7979
"phaseEncodingDirection": {
8080
"_instruction": "Add the direction along which phase is modulated which may result in visible distortions.",
8181
"_linkedTypes": [
82-
"https://openminds.ebrains.eu/controlledTerms/CartesianDirectionVector"
82+
"controlledTerms:CartesianDirectionVector"
8383
]
8484
},
8585
"pulseSequenceType": {
8686
"_instruction": "Add the type pulse sequence used for this scan.",
8787
"_linkedTypes": [
88-
"https://openminds.ebrains.eu/controlledTerms/MRIPulseSequence"
88+
"controlledTerms:MRIPulseSequence"
8989
]
9090
},
9191
"radiofrequencyCoilType": {
9292
"_instruction": "Add the type of radiofrequency coil.",
9393
"_linkedTypes": [
94-
"https://openminds.ebrains.eu/controlledTerms/MRIRadiofrequencyCoilType"
94+
"controlledTerms:MRIRadiofrequencyCoilType"
9595
]
9696
},
9797
"repetitionTime": {
9898
"_embeddedTypes": [
99-
"https://openminds.ebrains.eu/core/QuantitativeValue"
99+
"core:QuantitativeValue"
100100
],
101101
"_instruction": "Enter the echo time of this aquisition (TR)."
102102
},
103103
"sliceOrder": {
104104
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
105105
"_linkedTypes": [
106-
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
106+
"core:QuantitativeValueArray"
107107
]
108108
},
109109
"sliceTiming": {
110110
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
111111
"_linkedTypes": [
112-
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
112+
"core:QuantitativeValueArray"
113113
]
114114
},
115115
"spoilingState": {
@@ -118,7 +118,7 @@
118118
},
119119
"voxelSize": {
120120
"_embeddedTypes": [
121-
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
121+
"core:QuantitativeValueArray"
122122
],
123123
"_instruction": "Enter voxel size this image: in this order x,y,z."
124124
}

schemas/entity/image.schema.tpl.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/neuroimaging/Image",
2+
"_type": "neuroimaging:Image",
33
"properties": {
44
"additionalRemarks": {
55
"_instruction": "Enter any additional remarks concerning this image.",
@@ -13,7 +13,7 @@
1313
},
1414
"colorDepth": {
1515
"_embeddedTypes": [
16-
"https://openminds.ebrains.eu/core/QuantitativeValue"
16+
"core:QuantitativeValue"
1717
],
1818
"_instruction": "Enter the number of bits used to represent the color of each pixel."
1919
},
@@ -26,7 +26,7 @@
2626
"dataLocation": {
2727
"_instruction": "Add the location of the file or file bundle in which the image is stored.",
2828
"_linkedTypes": [
29-
"https://openminds.ebrains.eu/core/File"
29+
"core:File"
3030
]
3131
},
3232
"dimension": {
@@ -44,7 +44,7 @@
4444
},
4545
"pixelSize": {
4646
"_embeddedTypes": [
47-
"https://openminds.ebrains.eu/core/QuantitativeValue"
47+
"core:QuantitativeValue"
4848
],
4949
"_instruction": "Enter the physical pixel size for this image (in x,y order).",
5050
"maxItems": 2,

schemas/entity/imageSequence.schema.tpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_extends": "entity/image.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/ImageSequence",
3+
"_type": "neuroimaging:ImageSequence",
44
"properties": {
55
"numberOfImages": {
66
"_instruction": "Enter the total number of images in this sequence (at least two).",
@@ -9,7 +9,7 @@
99
},
1010
"temporalResolution": {
1111
"_embeddedTypes": [
12-
"https://openminds.ebrains.eu/core/QuantitativeValue"
12+
"core:QuantitativeValue"
1313
],
1414
"_instruction": "Enter the temporal resolution of this sequence."
1515
}

schemas/entity/imageStack.schema.tpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_extends": "entity/image.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/ImageStack",
3+
"_type": "neuroimaging:ImageStack",
44
"properties": {
55
"numberOfImages": {
66
"_instruction": "Enter the total number of images in this stack (at least two).",
@@ -9,7 +9,7 @@
99
},
1010
"sliceThickness": {
1111
"_embeddedTypes": [
12-
"https://openminds.ebrains.eu/core/QuantitativeValue"
12+
"core:QuantitativeValue"
1313
],
1414
"_instruction": "Enter the thickness of each image slice in the stack."
1515
}

schemas/entity/volume.schema.tpl.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/neuroimaging/Volume",
2+
"_type": "neuroimaging:Volume",
33
"properties": {
44
"additionalRemarks": {
55
"_instruction": "Enter any additional remarks concerning this volume.",
@@ -21,7 +21,7 @@
2121
"dataLocation": {
2222
"_instruction": "Add the location of the file or file bundle in which the volume is stored.",
2323
"_linkedTypes": [
24-
"https://openminds.ebrains.eu/core/File"
24+
"core:File"
2525
]
2626
},
2727
"dimension": {
@@ -43,7 +43,7 @@
4343
},
4444
"voxelSize": {
4545
"_embeddedTypes": [
46-
"https://openminds.ebrains.eu/core/QuantitativeValue"
46+
"core:QuantitativeValue"
4747
],
4848
"_instruction": "Enter the physical voxel size for this image (in x,y,z order).",
4949
"maxItems": 3,

schemas/entity/volumeSequence.schema.tpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_extends": "entity/volume.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/VolumeSequence",
3+
"_type": "neuroimaging:VolumeSequence",
44
"properties": {
55
"numberOfVolumes": {
66
"_instruction": "Enter the total number of volumes in this volume sequence (at least two).",
@@ -9,7 +9,7 @@
99
},
1010
"temporalResolution": {
1111
"_embeddedTypes": [
12-
"https://openminds.ebrains.eu/core/QuantitativeValue"
12+
"core:QuantitativeValue"
1313
],
1414
"_instruction": "Enter the temporal resolution of this sequence."
1515
}

0 commit comments

Comments
 (0)