Skip to content

Commit 489baa6

Browse files
authored
Update and rename brainAtlasVersion.schema.tpl.json to anatomicalAtlasVersion.schema.tpl.json
1 parent 526bd21 commit 489baa6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

schemas/atlas/brainAtlasVersion.schema.tpl.json renamed to schemas/atlas/anatomicalAtlasVersion.schema.tpl.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "sands:BrainAtlasVersion",
2+
"_type": "sands:AnatomicalAtlasVersion",
33
"_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
44
"required": [
55
"hasTerminology",
@@ -9,10 +9,10 @@
99
"properties": {
1010
"abbreviation": {
1111
"type": "string",
12-
"_instruction": "Enter the official abbreviation of this brain atlas version."
12+
"_instruction": "Enter the official abbreviation of this anatomical atlas version."
1313
},
1414
"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.",
1616
"_linkedTypes": [
1717
"sands:CommonCoordinateFrameworkVersion"
1818
]
@@ -26,30 +26,30 @@
2626
]
2727
},
2828
"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.",
3030
"_embeddedTypes": [
3131
"sands:ParcellationTerminologyVersion"
3232
]
3333
},
3434
"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.",
3636
"_linkedTypes": [
37-
"sands:BrainAtlasVersion"
37+
"sands:AnatomicalAtlasVersion"
3838
]
3939
},
4040
"isVariantOf": {
4141
"type": "array",
4242
"minItems": 1,
4343
"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.",
4545
"_linkedTypes": [
46-
"sands:BrainAtlasVersion"
46+
"sands:AnatomicalAtlasVersion"
4747
]
4848
},
4949
"isVersionOf": {
50-
"_instruction": "Add the version-independent information about this brain atlas.",
50+
"_instruction": "Add the version-independent information about this anatomical atlas.",
5151
"_linkedTypes": [
52-
"sands:BrainAtlas"
52+
"sands:AnatomicalAtlas"
5353
]
5454
},
5555
"majorVersionIdentifier": {
@@ -58,13 +58,13 @@
5858
},
5959
"ontologyIdentifier": {
6060
"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.",
6262
"_formats": [
6363
"iri"
6464
]
6565
},
6666
"type": {
67-
"_instruction": "Add the type of this brain atlas version.",
67+
"_instruction": "Add the type of this anatomical atlas version.",
6868
"_linkedTypes": [
6969
"controlledTerms:AtlasType"
7070
]
@@ -73,7 +73,7 @@
7373
"type": "array",
7474
"minItems": 1,
7575
"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.",
7777
"_linkedTypes": [
7878
"core:Subject",
7979
"core:SubjectGroup",

0 commit comments

Comments
 (0)