Skip to content

Commit 4191363

Browse files
committed
renaming of UBERONParcellation and adding of missing terminologies for splitting UBERON terms
1 parent 6921629 commit 4191363

7 files changed

Lines changed: 49 additions & 1 deletion

schemas/UBERONParcellation.schema.tpl.json renamed to schemas/anatomicalCavity.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "controlledTerms:UBERONParcellation",
2+
"_type": "controlledTerms:AnatomicalCavity",
33
"_extends": "controlledTerm.schema.tpl.json",
44
"_categories": [
55
"anatomicalLocation",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:MuscularStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:NervousSystemStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:OrganSystemStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:SkeletalStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:TissueStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:VascularStructure",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}

0 commit comments

Comments
 (0)