|
8 | 8 | "environment": { |
9 | 9 | "_instruction": "Add the computational environment in which this computation was executed.", |
10 | 10 | "_linkedTypes": [ |
11 | | - "https://openminds.ebrains.eu/computation/Environment", |
12 | | - "https://openminds.ebrains.eu/core/WebServiceVersion" |
| 11 | + "computation:Environment", |
| 12 | + "core:WebServiceVersion" |
13 | 13 | ] |
14 | 14 | }, |
15 | 15 | "input": { |
16 | 16 | "_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" |
21 | 21 | ] |
22 | 22 | }, |
23 | 23 | "launchConfiguration": { |
24 | 24 | "_instruction": "Add the launch configuration of this computation (e.g., command-line arguments).", |
25 | 25 | "_linkedTypes": [ |
26 | | - "https://openminds.ebrains.eu/computation/LaunchConfiguration" |
| 26 | + "computation:LaunchConfiguration" |
27 | 27 | ] |
28 | 28 | }, |
29 | 29 | "output": { |
30 | 30 | "_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" |
35 | 35 | ] |
36 | 36 | }, |
37 | 37 | "recipe": { |
38 | 38 | "_instruction": "Add the workflow recipe version used for this computation.", |
39 | 39 | "_linkedTypes": [ |
40 | | - "https://openminds.ebrains.eu/computation/WorkflowRecipeVersion" |
| 40 | + "computation:WorkflowRecipeVersion" |
41 | 41 | ] |
42 | 42 | }, |
43 | 43 | "resourceUsage": { |
|
46 | 46 | "uniqueItems": true, |
47 | 47 | "_instruction": "Enter all resources used during this computation (e.g., core-hours or energy).", |
48 | 48 | "_embeddedTypes": [ |
49 | | - "https://openminds.ebrains.eu/core/QuantitativeValue", |
50 | | - "https://openminds.ebrains.eu/core/QuantitativeValueRange" |
| 49 | + "core:QuantitativeValue", |
| 50 | + "core:QuantitativeValueRange" |
51 | 51 | ] |
52 | 52 | }, |
53 | 53 | "startedBy": { |
|
59 | 59 | "status": { |
60 | 60 | "_instruction": "Enter the current status of this computation.", |
61 | 61 | "_linkedTypes": [ |
62 | | - "https://openminds.ebrains.eu/controlledTerms/ActionStatusType" |
| 62 | + "controlledTerms:ActionStatusType" |
63 | 63 | ] |
64 | 64 | }, |
65 | 65 | "tag": { |
|
77 | 77 | "uniqueItems": true, |
78 | 78 | "_instruction": "Add all analysis techniques that were used in this computation.", |
79 | 79 | "_linkedTypes": [ |
80 | | - "https://openminds.ebrains.eu/controlledTerms/AnalysisTechnique" |
| 80 | + "controlledTerms:AnalysisTechnique" |
81 | 81 | ] |
82 | 82 | }, |
83 | 83 | "wasInformedBy": { |
|
0 commit comments