Skip to content

Commit ee87279

Browse files
authored
Merge pull request #53 from Raphael-Gazzotti/v2
V2: Removal of namespace in schema files.
2 parents ada215e + 25a10c6 commit ee87279

19 files changed

+117
-117
lines changed

schemas/computation.schema.tpl.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@
88
"environment": {
99
"_instruction": "Add the computational environment in which this computation was executed.",
1010
"_linkedTypes": [
11-
"https://openminds.ebrains.eu/computation/Environment",
12-
"https://openminds.ebrains.eu/core/WebServiceVersion"
11+
"computation:Environment",
12+
"core:WebServiceVersion"
1313
]
1414
},
1515
"input": {
1616
"_linkedTypes": [
17-
"https://openminds.ebrains.eu/computation/LocalFile",
18-
"https://openminds.ebrains.eu/core/File",
19-
"https://openminds.ebrains.eu/core/FileBundle",
20-
"https://openminds.ebrains.eu/core/SoftwareVersion"
17+
"computation:LocalFile",
18+
"core:File",
19+
"core:FileBundle",
20+
"core:SoftwareVersion"
2121
]
2222
},
2323
"launchConfiguration": {
2424
"_instruction": "Add the launch configuration of this computation (e.g., command-line arguments).",
2525
"_linkedTypes": [
26-
"https://openminds.ebrains.eu/computation/LaunchConfiguration"
26+
"computation:LaunchConfiguration"
2727
]
2828
},
2929
"output": {
3030
"_linkedTypes": [
31-
"https://openminds.ebrains.eu/computation/LocalFile",
32-
"https://openminds.ebrains.eu/core/File",
33-
"https://openminds.ebrains.eu/core/FileArchive",
34-
"https://openminds.ebrains.eu/core/FileBundle"
31+
"computation:LocalFile",
32+
"core:File",
33+
"core:FileArchive",
34+
"core:FileBundle"
3535
]
3636
},
3737
"recipe": {
3838
"_instruction": "Add the workflow recipe version used for this computation.",
3939
"_linkedTypes": [
40-
"https://openminds.ebrains.eu/computation/WorkflowRecipeVersion"
40+
"computation:WorkflowRecipeVersion"
4141
]
4242
},
4343
"resourceUsage": {
@@ -46,8 +46,8 @@
4646
"uniqueItems": true,
4747
"_instruction": "Enter all resources used during this computation (e.g., core-hours or energy).",
4848
"_embeddedTypes": [
49-
"https://openminds.ebrains.eu/core/QuantitativeValue",
50-
"https://openminds.ebrains.eu/core/QuantitativeValueRange"
49+
"core:QuantitativeValue",
50+
"core:QuantitativeValueRange"
5151
]
5252
},
5353
"startedBy": {
@@ -59,7 +59,7 @@
5959
"status": {
6060
"_instruction": "Enter the current status of this computation.",
6161
"_linkedTypes": [
62-
"https://openminds.ebrains.eu/controlledTerms/ActionStatusType"
62+
"controlledTerms:ActionStatusType"
6363
]
6464
},
6565
"tag": {
@@ -77,7 +77,7 @@
7777
"uniqueItems": true,
7878
"_instruction": "Add all analysis techniques that were used in this computation.",
7979
"_linkedTypes": [
80-
"https://openminds.ebrains.eu/controlledTerms/AnalysisTechnique"
80+
"controlledTerms:AnalysisTechnique"
8181
]
8282
},
8383
"wasInformedBy": {

schemas/dataAnalysis.schema.tpl.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/DataAnalysis",
2+
"_type": "computation:DataAnalysis",
33
"_extends": "computation.schema.tpl.json",
44
"_categories": [
55
"computationalActivity"
66
],
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"https://openminds.ebrains.eu/computation/LocalFile",
11-
"https://openminds.ebrains.eu/core/File",
12-
"https://openminds.ebrains.eu/core/FileBundle",
13-
"https://openminds.ebrains.eu/core/SoftwareVersion",
14-
"https://openminds.ebrains.eu/sands/BrainAtlasVersion",
15-
"https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion"
10+
"computation:LocalFile",
11+
"core:File",
12+
"core:FileBundle",
13+
"core:SoftwareVersion",
14+
"sands:BrainAtlasVersion",
15+
"sands:CommonCoordinateSpaceVersion"
1616
]
1717
}
1818
}

schemas/dataCopy.schema.tpl.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/DataCopy",
2+
"_type": "computation:DataCopy",
33
"_extends": "computation.schema.tpl.json",
44
"_categories": [
55
"computationalActivity"
66
],
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"https://openminds.ebrains.eu/computation/LocalFile",
11-
"https://openminds.ebrains.eu/computation/ValidationTestVersion",
12-
"https://openminds.ebrains.eu/core/DatasetVersion",
13-
"https://openminds.ebrains.eu/core/File",
14-
"https://openminds.ebrains.eu/core/FileBundle",
15-
"https://openminds.ebrains.eu/core/ModelVersion",
16-
"https://openminds.ebrains.eu/core/SoftwareVersion"
10+
"computation:LocalFile",
11+
"computation:ValidationTestVersion",
12+
"core:DatasetVersion",
13+
"core:File",
14+
"core:FileBundle",
15+
"core:ModelVersion",
16+
"core:SoftwareVersion"
1717
]
1818
},
1919
"output": {
2020
"_linkedTypes": [
21-
"https://openminds.ebrains.eu/computation/LocalFile",
22-
"https://openminds.ebrains.eu/core/File",
23-
"https://openminds.ebrains.eu/core/FileBundle"
21+
"computation:LocalFile",
22+
"core:File",
23+
"core:FileBundle"
2424
]
2525
}
2626
}

schemas/environment.schema.tpl.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/Environment",
2+
"_type": "computation:Environment",
33
"required": [
44
"hardware",
55
"name"
@@ -8,7 +8,7 @@
88
"configuration": {
99
"_instruction": "Add the configuration of this computational environment.",
1010
"_linkedTypes": [
11-
"https://openminds.ebrains.eu/core/Configuration"
11+
"core:Configuration"
1212
]
1313
},
1414
"description": {
@@ -18,7 +18,7 @@
1818
"hardware": {
1919
"_instruction": "Add the hardware system on which this computational environment runs.",
2020
"_linkedTypes": [
21-
"https://openminds.ebrains.eu/computation/HardwareSystem"
21+
"computation:HardwareSystem"
2222
]
2323
},
2424
"name": {
@@ -31,7 +31,7 @@
3131
"uniqueItems": true,
3232
"_instruction": "Add all software versions available in this computational environment.",
3333
"_linkedTypes": [
34-
"https://openminds.ebrains.eu/core/SoftwareVersion"
34+
"core:SoftwareVersion"
3535
]
3636
}
3737
}

schemas/genericComputation.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/GenericComputation",
2+
"_type": "computation:GenericComputation",
33
"_extends": "computation.schema.tpl.json",
44
"_categories": [
55
"computationalActivity"

schemas/hardwareSystem.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/HardwareSystem",
2+
"_type": "computation:HardwareSystem",
33
"required": [
44
"name"
55
],

schemas/launchConfiguration.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/LaunchConfiguration",
2+
"_type": "computation:LaunchConfiguration",
33
"required": [
44
"executable"
55
],
@@ -19,7 +19,7 @@
1919
"environmentVariable": {
2020
"_instruction": "Add any environment variables defined by this launch configuration.",
2121
"_linkedTypes": [
22-
"https://openminds.ebrains.eu/core/PropertyValueList"
22+
"core:PropertyValueList"
2323
]
2424
},
2525
"executable": {

schemas/localFile.schema.tpl.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/LocalFile",
2+
"_type": "computation:LocalFile",
33
"_categories": [
44
"fileOrigin"
55
],
@@ -15,7 +15,7 @@
1515
"copyOf": {
1616
"_instruction": "Add the file of which this is a copy.",
1717
"_linkedTypes": [
18-
"https://openminds.ebrains.eu/core/File"
18+
"core:File"
1919
]
2020
},
2121
"dataType": {
@@ -24,19 +24,19 @@
2424
"uniqueItems": true,
2525
"_instruction": "Add all data types that are specifically represented in this local file instance.",
2626
"_linkedTypes": [
27-
"https://openminds.ebrains.eu/controlledTerms/DataType"
27+
"controlledTerms:DataType"
2828
]
2929
},
3030
"format": {
3131
"_instruction": "Add the content type of this local file instance.",
3232
"_linkedTypes": [
33-
"https://openminds.ebrains.eu/core/ContentType"
33+
"core:ContentType"
3434
]
3535
},
3636
"hash": {
3737
"_instruction": "Add the hash that was generated for this local file instance.",
3838
"_embeddedTypes": [
39-
"https://openminds.ebrains.eu/core/Hash"
39+
"core:Hash"
4040
]
4141
},
4242
"name": {
@@ -50,13 +50,13 @@
5050
"specialUsageRole": {
5151
"_instruction": "Add the special usage role of this local file instance.",
5252
"_linkedTypes": [
53-
"https://openminds.ebrains.eu/controlledTerms/FileUsageRole"
53+
"controlledTerms:FileUsageRole"
5454
]
5555
},
5656
"storageSize": {
5757
"_instruction": "Enter the storage size of this local file instance.",
5858
"_embeddedTypes": [
59-
"https://openminds.ebrains.eu/core/QuantitativeValue"
59+
"core:QuantitativeValue"
6060
]
6161
}
6262
}

schemas/modelValidation.schema.tpl.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/ModelValidation",
2+
"_type": "computation:ModelValidation",
33
"_extends": "computation.schema.tpl.json",
44
"_categories": [
55
"computationalActivity"
66
],
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"https://openminds.ebrains.eu/computation/LocalFile",
11-
"https://openminds.ebrains.eu/computation/ValidationTestVersion",
12-
"https://openminds.ebrains.eu/core/File",
13-
"https://openminds.ebrains.eu/core/FileBundle",
14-
"https://openminds.ebrains.eu/core/ModelVersion",
15-
"https://openminds.ebrains.eu/core/SoftwareVersion"
10+
"computation:LocalFile",
11+
"computation:ValidationTestVersion",
12+
"core:File",
13+
"core:FileBundle",
14+
"core:ModelVersion",
15+
"core:SoftwareVersion"
1616
]
1717
},
1818
"output": {
1919
"_linkedTypes": [
20-
"https://openminds.ebrains.eu/computation/LocalFile",
21-
"https://openminds.ebrains.eu/core/File",
22-
"https://openminds.ebrains.eu/core/FileBundle"
20+
"computation:LocalFile",
21+
"core:File",
22+
"core:FileBundle"
2323
]
2424
},
2525
"score": {

schemas/optimization.schema.tpl.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/computation/Optimization",
2+
"_type": "computation:Optimization",
33
"_extends": "computation.schema.tpl.json",
44
"_categories": [
55
"computationalActivity"
66
],
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"https://openminds.ebrains.eu/computation/LocalFile",
11-
"https://openminds.ebrains.eu/core/File",
12-
"https://openminds.ebrains.eu/core/FileBundle",
13-
"https://openminds.ebrains.eu/core/ModelVersion",
14-
"https://openminds.ebrains.eu/core/SoftwareVersion"
10+
"computation:LocalFile",
11+
"core:File",
12+
"core:FileBundle",
13+
"core:ModelVersion",
14+
"core:SoftwareVersion"
1515
]
1616
},
1717
"output": {
1818
"_linkedTypes": [
19-
"https://openminds.ebrains.eu/computation/LocalFile",
20-
"https://openminds.ebrains.eu/core/File",
21-
"https://openminds.ebrains.eu/core/FileBundle",
22-
"https://openminds.ebrains.eu/core/ModelVersion"
19+
"computation:LocalFile",
20+
"core:File",
21+
"core:FileBundle",
22+
"core:ModelVersion"
2323
]
2424
}
2525
}

0 commit comments

Comments
 (0)