|
1 | 1 | {
|
2 |
| - "_type": "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion", |
| 2 | + "_type": "sands:CommonCoordinateSpaceVersion", |
3 | 3 | "_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
|
4 | 4 | "_categories": [
|
5 | 5 | "coordinateSpace"
|
|
17 | 17 | "anatomicalAxesOrientation": {
|
18 | 18 | "_instruction": "Add the axes orientation denoted in standard anatomical terms of direction (stated as XYZ) for this common coordinate space version.",
|
19 | 19 | "_linkedTypes": [
|
20 |
| - "https://openminds.ebrains.eu/controlledTerms/AnatomicalAxesOrientation" |
| 20 | + "controlledTerms:AnatomicalAxesOrientation" |
21 | 21 | ]
|
22 | 22 | },
|
23 | 23 | "author": {
|
|
36 | 36 | "uniqueItems": true,
|
37 | 37 | "_instruction": "Enter the origin (central point where all axes intersect) of this common coordinate space version for two-dimensional spaces as [x, y] or for three-dimensional space as [x, y, z].",
|
38 | 38 | "_embeddedTypes": [
|
39 |
| - "https://openminds.ebrains.eu/core/QuantitativeValue" |
| 39 | + "core:QuantitativeValue" |
40 | 40 | ]
|
41 | 41 | },
|
42 | 42 | "defaultImage": {
|
|
45 | 45 | "uniqueItems": true,
|
46 | 46 | "_instruction": "Add all image files used as visual representation of this common coordinate space version.",
|
47 | 47 | "_linkedTypes": [
|
48 |
| - "https://openminds.ebrains.eu/core/File" |
| 48 | + "core:File" |
49 | 49 | ]
|
50 | 50 | },
|
51 | 51 | "digitalIdentifier": {
|
52 | 52 | "_instruction": "Add the globally unique and persistent digital identifier of this research product version.",
|
53 | 53 | "_linkedTypes": [
|
54 |
| - "https://openminds.ebrains.eu/core/DOI", |
55 |
| - "https://openminds.ebrains.eu/core/ISBN", |
56 |
| - "https://openminds.ebrains.eu/core/RRID" |
| 54 | + "core:DOI", |
| 55 | + "core:ISBN", |
| 56 | + "core:RRID" |
57 | 57 | ]
|
58 | 58 | },
|
59 | 59 | "isAlternativeVersionOf": {
|
|
62 | 62 | "uniqueItems": true,
|
63 | 63 | "_instruction": "Add all common coordinate space versions that can be used alternatively to this common coordinate space version.",
|
64 | 64 | "_linkedTypes": [
|
65 |
| - "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion" |
| 65 | + "sands:CommonCoordinateSpaceVersion" |
66 | 66 | ]
|
67 | 67 | },
|
68 | 68 | "isNewVersionOf": {
|
69 | 69 | "_instruction": "Add the common coordinate space version preceding this common coordinate space version.",
|
70 | 70 | "_linkedTypes": [
|
71 |
| - "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion" |
| 71 | + "sands:CommonCoordinateSpaceVersion" |
72 | 72 | ]
|
73 | 73 | },
|
74 | 74 | "license": {
|
75 | 75 | "_instruction": "Add the license of this common coordinate space version.",
|
76 | 76 | "_linkedTypes": [
|
77 |
| - "https://openminds.ebrains.eu/core/License" |
| 77 | + "core:License" |
78 | 78 | ]
|
79 | 79 | },
|
80 | 80 | "nativeUnit": {
|
81 | 81 | "_instruction": "Add the native unit that is used for this common coordinate space version.",
|
82 | 82 | "_linkedTypes": [
|
83 |
| - "https://openminds.ebrains.eu/controlledTerms/UnitOfMeasurement" |
| 83 | + "controlledTerms:UnitOfMeasurement" |
84 | 84 | ]
|
85 | 85 | },
|
86 | 86 | "ontologyIdentifier": {
|
|
101 | 101 | "uniqueItems": true,
|
102 | 102 | "_instruction": "Add the specimen that was used for the creation of this common coordinate space version.",
|
103 | 103 | "_linkedTypes": [
|
104 |
| - "https://openminds.ebrains.eu/core/Subject", |
105 |
| - "https://openminds.ebrains.eu/core/SubjectGroup", |
106 |
| - "https://openminds.ebrains.eu/core/TissueSample", |
107 |
| - "https://openminds.ebrains.eu/core/TissueSampleCollection" |
| 104 | + "core:Subject", |
| 105 | + "core:SubjectGroup", |
| 106 | + "core:TissueSample", |
| 107 | + "core:TissueSampleCollection" |
108 | 108 | ]
|
109 | 109 | }
|
110 | 110 | }
|
|
0 commit comments