Skip to content

Commit

Permalink
Revert, lower-case prefixes are more frequently used.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgazzotti committed Sep 24, 2024
1 parent 0ace1d9 commit e9afe88
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion schemas/atlas/annotation.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"preferredVisualization": {
"_instruction": "Add the preferred viewer specification to visualize this annotation.",
"_embeddedTypes": [
"SANDS:ViewerSpecification"
"sands:ViewerSpecification"
]
},
"type": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/atlas/atlasAnnotation.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:AtlasAnnotation",
"_type": "sands:AtlasAnnotation",
"_extends": "atlas/annotation.schema.tpl.json",
"properties": {
"specification": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/atlas/brainAtlas.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:BrainAtlas",
"_type": "sands:BrainAtlas",
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
"required": [
"author",
Expand Down Expand Up @@ -30,7 +30,7 @@
"hasTerminology": {
"_instruction": "Enter the parcellation terminology of this brain atlas.",
"_embeddedTypes": [
"SANDS:ParcellationTerminology"
"sands:ParcellationTerminology"
]
},
"hasVersion": {
Expand All @@ -39,7 +39,7 @@
"uniqueItems": true,
"_instruction": "Add versions of this brain atlas.",
"_linkedTypes": [
"SANDS:BrainAtlasVersion"
"sands:BrainAtlasVersion"
]
},
"ontologyIdentifier": {
Expand Down
10 changes: 5 additions & 5 deletions schemas/atlas/brainAtlasVersion.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:BrainAtlasVersion",
"_type": "sands:BrainAtlasVersion",
"_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
"required": [
"coordinateSpace",
Expand All @@ -23,7 +23,7 @@
"coordinateSpace": {
"_instruction": "Add the specific common coordinate space in which this brain atlas version exists.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion"
"sands:CommonCoordinateSpaceVersion"
]
},
"digitalIdentifier": {
Expand All @@ -37,7 +37,7 @@
"hasTerminology": {
"_instruction": "Enter the specific parcellation terminology of this brain atlas version.",
"_embeddedTypes": [
"SANDS:ParcellationTerminologyVersion"
"sands:ParcellationTerminologyVersion"
]
},
"isAlternativeVersionOf": {
Expand All @@ -46,13 +46,13 @@
"uniqueItems": true,
"_instruction": "Add all brain atlas versions that can be used alternatively to this brain atlas version.",
"_linkedTypes": [
"SANDS:BrainAtlasVersion"
"sands:BrainAtlasVersion"
]
},
"isNewVersionOf": {
"_instruction": "Add the brain atlas version preceding this brain atlas version.",
"_linkedTypes": [
"SANDS:BrainAtlasVersion"
"sands:BrainAtlasVersion"
]
},
"license": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/atlas/commonCoordinateSpace.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CommonCoordinateSpace",
"_type": "sands:CommonCoordinateSpace",
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
"_categories": [
"coordinateSpace"
Expand Down Expand Up @@ -35,7 +35,7 @@
"uniqueItems": true,
"_instruction": "Add all versions of this common coordinate space.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion"
"sands:CommonCoordinateSpaceVersion"
]
},
"ontologyIdentifier": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/atlas/commonCoordinateSpaceVersion.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CommonCoordinateSpaceVersion",
"_type": "sands:CommonCoordinateSpaceVersion",
"_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
"_categories": [
"coordinateSpace"
Expand Down Expand Up @@ -62,13 +62,13 @@
"uniqueItems": true,
"_instruction": "Add all common coordinate space versions that can be used alternatively to this common coordinate space version.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion"
"sands:CommonCoordinateSpaceVersion"
]
},
"isNewVersionOf": {
"_instruction": "Add the common coordinate space version preceding this common coordinate space version.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion"
"sands:CommonCoordinateSpaceVersion"
]
},
"license": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/atlas/parcellationEntity.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:ParcellationEntity",
"_type": "sands:ParcellationEntity",
"_categories": [
"anatomicalLocation",
"studyTarget"
Expand Down Expand Up @@ -31,7 +31,7 @@
"uniqueItems": true,
"_instruction": "Add all anatomical parent structures for this parcellation entity as defined within the corresponding brain atlas.",
"_linkedTypes": [
"SANDS:ParcellationEntity"
"sands:ParcellationEntity"
]
},
"hasVersion": {
Expand All @@ -40,7 +40,7 @@
"uniqueItems": true,
"_instruction": "Add all versions of this parcellation entity.",
"_linkedTypes": [
"SANDS:ParcellationEntityVersion"
"sands:ParcellationEntityVersion"
]
},
"lookupLabel": {
Expand Down
12 changes: 6 additions & 6 deletions schemas/atlas/parcellationEntityVersion.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:ParcellationEntityVersion",
"_type": "sands:ParcellationEntityVersion",
"_categories": [
"anatomicalLocation",
"studyTarget"
Expand Down Expand Up @@ -36,7 +36,7 @@
"uniqueItems": true,
"_instruction": "Add all atlas annotations which define this parcellation entity version.",
"_embeddedTypes": [
"SANDS:AtlasAnnotation"
"sands:AtlasAnnotation"
]
},
"hasParent": {
Expand All @@ -45,8 +45,8 @@
"uniqueItems": true,
"_instruction": "Add all anatomical parent structures (or version of the structures) for this parcellation entity as defined within corresponding brain atlas version.",
"_linkedTypes": [
"SANDS:ParcellationEntity",
"SANDS:ParcellationEntityVersion"
"sands:ParcellationEntity",
"sands:ParcellationEntityVersion"
]
},
"lookupLabel": {
Expand Down Expand Up @@ -75,8 +75,8 @@
"uniqueItems": true,
"_instruction": "Add all relations (qualitative or quantitative) of this parcellation entity version to other anatomical entities.",
"_embeddedTypes": [
"SANDS:QualitativeRelationAssessment",
"SANDS:QuantitativeRelationAssessment"
"sands:QualitativeRelationAssessment",
"sands:QuantitativeRelationAssessment"
]
},
"versionIdentifier": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/atlas/parcellationTerminology.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:ParcellationTerminology",
"_type": "sands:ParcellationTerminology",
"required": [
"hasEntity"
],
Expand All @@ -19,7 +19,7 @@
"uniqueItems": true,
"_instruction": "Add all parcellation entities which belong to this parcellation terminology.",
"_linkedTypes": [
"SANDS:ParcellationEntity"
"sands:ParcellationEntity"
]
},
"ontologyIdentifier": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/atlas/parcellationTerminologyVersion.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:ParcellationTerminologyVersion",
"_type": "sands:ParcellationTerminologyVersion",
"required": [
"hasEntity"
],
Expand All @@ -19,7 +19,7 @@
"uniqueItems": true,
"_instruction": "Add all parcellation entity versions which belong to this parcellation terminology version.",
"_linkedTypes": [
"SANDS:ParcellationEntityVersion"
"sands:ParcellationEntityVersion"
]
},
"ontologyIdentifier": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/mathematicalShapes/circle.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:Circle",
"_type": "sands:Circle",
"_categories": [
"mathematicalShapes"
],
Expand Down
2 changes: 1 addition & 1 deletion schemas/mathematicalShapes/ellipse.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:Ellipse",
"_type": "sands:Ellipse",
"_categories": [
"mathematicalShapes"
],
Expand Down
2 changes: 1 addition & 1 deletion schemas/mathematicalShapes/rectangle.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:Rectangle",
"_type": "sands:Rectangle",
"_categories": [
"mathematicalShapes"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:AnatomicalTargetPosition",
"_type": "sands:AnatomicalTargetPosition",
"required": [
"anatomicalTarget",
"targetIdentificationType"
Expand All @@ -24,7 +24,7 @@
"uniqueItems": true,
"_instruction": "Add all coordinate points that describe the spatial location of the anatomical target structure(s).",
"_embeddedTypes": [
"SANDS:CoordinatePoint"
"sands:CoordinatePoint"
]
},
"targetIdentificationType": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/miscellaneous/coordinatePoint.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CoordinatePoint",
"_type": "sands:CoordinatePoint",
"required": [
"coordinates",
"coordinateSpace"
Expand All @@ -17,8 +17,8 @@
"coordinateSpace": {
"_instruction": "Add the coordinate space in which this coordinate point exists in.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion",
"SANDS:CustomCoordinateSpace"
"sands:CommonCoordinateSpaceVersion",
"sands:CustomCoordinateSpace"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:QualitativeRelationAssessment",
"_type": "sands:QualitativeRelationAssessment",
"required": [
"inRelationTo",
"qualitativeOverlap"
Expand All @@ -14,9 +14,9 @@
"inRelationTo": {
"_instruction": "Add the anatomical entity to which the relation is described.",
"_linkedTypes": [
"SANDS:CustomAnatomicalEntity",
"SANDS:ParcellationEntity",
"SANDS:ParcellationEntityVersion"
"sands:CustomAnatomicalEntity",
"sands:ParcellationEntity",
"sands:ParcellationEntityVersion"
]
},
"qualitativeOverlap": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:QuantitativeRelationAssessment",
"_type": "sands:QuantitativeRelationAssessment",
"required": [
"inRelationTo",
"quantitativeOverlap"
Expand All @@ -14,7 +14,7 @@
"inRelationTo": {
"_instruction": "Add the parcellation entity version to which the relation is described.",
"_linkedTypes": [
"SANDS:ParcellationEntityVersion"
"sands:ParcellationEntityVersion"
]
},
"quantitativeOverlap": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/miscellaneous/singleColor.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:SingleColor",
"_type": "sands:SingleColor",
"_categories": [
"color"
],
Expand Down
4 changes: 2 additions & 2 deletions schemas/miscellaneous/viewerSpecification.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:ViewerSpecification",
"_type": "sands:ViewerSpecification",
"required": [
"anchorPoint"
],
Expand All @@ -20,7 +20,7 @@
"cameraPosition": {
"_instruction": "Enter the camera position that a viewer should use.",
"_embeddedTypes": [
"SANDS:CoordinatePoint"
"sands:CoordinatePoint"
]
},
"preferredDisplayColor": {
Expand Down
8 changes: 4 additions & 4 deletions schemas/non-atlas/customAnatomicalEntity.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CustomAnatomicalEntity",
"_type": "sands:CustomAnatomicalEntity",
"_categories": [
"anatomicalLocation",
"studyTarget"
Expand All @@ -14,7 +14,7 @@
"uniqueItems": true,
"_instruction": "Add all custom annotations which define this custom anatomical entity.",
"_embeddedTypes": [
"SANDS:CustomAnnotation"
"sands:CustomAnnotation"
]
},
"name": {
Expand All @@ -34,8 +34,8 @@
"uniqueItems": true,
"_instruction": "Add all relations (qualitative or quantitative) of this custom anatomical entity to other anatomical entities.",
"_embeddedTypes": [
"SANDS:QualitativeRelationAssessment",
"SANDS:QuantitativeRelationAssessment"
"sands:QualitativeRelationAssessment",
"sands:QuantitativeRelationAssessment"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions schemas/non-atlas/customAnnotation.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CustomAnnotation",
"_type": "sands:CustomAnnotation",
"_extends": "atlas/annotation.schema.tpl.json",
"required": [
"coordinateSpace"
Expand All @@ -8,8 +8,8 @@
"coordinateSpace": {
"_instruction": "Add the coordinate space for this custom annotation.",
"_linkedTypes": [
"SANDS:CommonCoordinateSpaceVersion",
"SANDS:CustomCoordinateSpace"
"sands:CommonCoordinateSpaceVersion",
"sands:CustomCoordinateSpace"
]
},
"specification": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/non-atlas/customCoordinateSpace.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_type": "SANDS:CustomCoordinateSpace",
"_type": "sands:CustomCoordinateSpace",
"_categories": [
"coordinateSpace"
],
Expand Down

0 comments on commit e9afe88

Please sign in to comment.