|
1 | 1 | {
|
2 |
| - "_type": "https://openminds.ebrains.eu/specimenPrep/SlicingDeviceUsage", |
| 2 | + "_type": "specimenPrep:SlicingDeviceUsage", |
3 | 3 | "_extends": "/core/schemas/research/deviceUsage.schema.tpl.json",
|
4 | 4 | "required": [
|
5 | 5 | "sliceThickness",
|
|
9 | 9 | "device": {
|
10 | 10 | "_instruction": "Add the slicing device used.",
|
11 | 11 | "_linkedTypes": [
|
12 |
| - "https://openminds.ebrains.eu/specimenPrep/SlicingDevice" |
| 12 | + "specimenPrep:SlicingDevice" |
13 | 13 | ]
|
14 | 14 | },
|
15 | 15 | "oscillationAmplitude": {
|
16 | 16 | "_instruction": "Enter the oscillation amplitude of the blade from the slicing device during its use.",
|
17 | 17 | "_embeddedTypes": [
|
18 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue" |
| 18 | + "core:QuantitativeValue" |
19 | 19 | ]
|
20 | 20 | },
|
21 | 21 | "sliceThickness": {
|
22 | 22 | "_instruction": "Enter the defined slice thickness during the use of this slicing device.",
|
23 | 23 | "_embeddedTypes": [
|
24 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue", |
25 |
| - "https://openminds.ebrains.eu/core/QuantitativeValueRange" |
| 24 | + "core:QuantitativeValue", |
| 25 | + "core:QuantitativeValueRange" |
26 | 26 | ]
|
27 | 27 | },
|
28 | 28 | "slicingAngle": {
|
|
31 | 31 | "maxItems": 2,
|
32 | 32 | "_instruction": "Enter all slicing angles (intentional or unintentional) in relation to the slicing plane used during this activity.",
|
33 | 33 | "_embeddedTypes": [
|
34 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue", |
35 |
| - "https://openminds.ebrains.eu/core/NumericalProperty" |
| 34 | + "core:QuantitativeValue", |
| 35 | + "core:NumericalProperty" |
36 | 36 | ]
|
37 | 37 | },
|
38 | 38 | "slicingPlane": {
|
39 | 39 | "_instruction": "Add the anatomical plane that best describes the slicing direction of the tissue sample(s) during the use of this slicing device.",
|
40 | 40 | "_linkedTypes": [
|
41 |
| - "https://openminds.ebrains.eu/controlledTerms/AnatomicalPlane" |
| 41 | + "controlledTerms:AnatomicalPlane" |
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | "slicingSpeed": {
|
45 | 45 | "_instruction": "Enter the defined slicing speed during the use of this slicing device.",
|
46 | 46 | "_embeddedTypes": [
|
47 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue" |
| 47 | + "core:QuantitativeValue" |
48 | 48 | ]
|
49 | 49 | },
|
50 | 50 | "vibrationFrequency": {
|
51 | 51 | "_instruction": "Enter the defined vibration frequency during the use of this slicing device.",
|
52 | 52 | "_embeddedTypes": [
|
53 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue" |
| 53 | + "core:QuantitativeValue" |
54 | 54 | ]
|
55 | 55 | }
|
56 | 56 | }
|
|
0 commit comments