|
1 | 1 | { |
2 | | - "_type": "sands:BrainAtlasVersion", |
| 2 | + "_type": "sands:AnatomicalAtlasVersion", |
3 | 3 | "_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json", |
4 | 4 | "required": [ |
5 | 5 | "hasTerminology", |
|
9 | 9 | "properties": { |
10 | 10 | "abbreviation": { |
11 | 11 | "type": "string", |
12 | | - "_instruction": "Enter the official abbreviation of this brain atlas version." |
| 12 | + "_instruction": "Enter the official abbreviation of this anatomical atlas version." |
13 | 13 | }, |
14 | 14 | "coordinateFramework": { |
15 | | - "_instruction": "Add the specific common coordinate framework in which this brain atlas version exists.", |
| 15 | + "_instruction": "Add the specific common coordinate framework in which this anatomical atlas version exists.", |
16 | 16 | "_linkedTypes": [ |
17 | 17 | "sands:CommonCoordinateFrameworkVersion" |
18 | 18 | ] |
|
26 | 26 | ] |
27 | 27 | }, |
28 | 28 | "hasTerminology": { |
29 | | - "_instruction": "Enter the specific parcellation terminology of this brain atlas version.", |
| 29 | + "_instruction": "Enter the specific parcellation terminology of this anatomical atlas version.", |
30 | 30 | "_embeddedTypes": [ |
31 | 31 | "sands:ParcellationTerminologyVersion" |
32 | 32 | ] |
33 | 33 | }, |
34 | 34 | "isPrecededBy": { |
35 | | - "_instruction": "Add the brain atlas version preceding this brain atlas version.", |
| 35 | + "_instruction": "Add the brain atlas version preceding this anatomical atlas version.", |
36 | 36 | "_linkedTypes": [ |
37 | | - "sands:BrainAtlasVersion" |
| 37 | + "sands:AnatomicalAtlasVersion" |
38 | 38 | ] |
39 | 39 | }, |
40 | 40 | "isVariantOf": { |
41 | 41 | "type": "array", |
42 | 42 | "minItems": 1, |
43 | 43 | "uniqueItems": true, |
44 | | - "_instruction": "Add all brain atlas versions that can be used alternatively to this brain atlas version.", |
| 44 | + "_instruction": "Add all brain atlas versions that can be used alternatively to this anatomical atlas version.", |
45 | 45 | "_linkedTypes": [ |
46 | | - "sands:BrainAtlasVersion" |
| 46 | + "sands:AnatomicalAtlasVersion" |
47 | 47 | ] |
48 | 48 | }, |
49 | 49 | "isVersionOf": { |
50 | | - "_instruction": "Add the version-independent information about this brain atlas.", |
| 50 | + "_instruction": "Add the version-independent information about this anatomical atlas.", |
51 | 51 | "_linkedTypes": [ |
52 | | - "sands:BrainAtlas" |
| 52 | + "sands:AnatomicalAtlas" |
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | "majorVersionIdentifier": { |
|
58 | 58 | }, |
59 | 59 | "ontologyIdentifier": { |
60 | 60 | "type": "string", |
61 | | - "_instruction": "Enter the internationalized resource identifier (IRI) to the related ontological term matching this brain atlas version.", |
| 61 | + "_instruction": "Enter the internationalized resource identifier (IRI) to the related ontological term matching this anatomical atlas version.", |
62 | 62 | "_formats": [ |
63 | 63 | "iri" |
64 | 64 | ] |
65 | 65 | }, |
66 | 66 | "type": { |
67 | | - "_instruction": "Add the type of this brain atlas version.", |
| 67 | + "_instruction": "Add the type of this anatomical atlas version.", |
68 | 68 | "_linkedTypes": [ |
69 | 69 | "controlledTerms:AtlasType" |
70 | 70 | ] |
|
73 | 73 | "type": "array", |
74 | 74 | "minItems": 1, |
75 | 75 | "uniqueItems": true, |
76 | | - "_instruction": "Add the specimen(s) that were used in the creation of this brain atlas version.", |
| 76 | + "_instruction": "Add the specimen(s) that were used in the creation of this anatomical atlas version.", |
77 | 77 | "_linkedTypes": [ |
78 | 78 | "core:Subject", |
79 | 79 | "core:SubjectGroup", |
|
0 commit comments