Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions schemas/atlas/parcellationEntity.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@
]
}
},
"relatedUBERONTerm":{
"_instruction": "Add the related anatomical entity as defined by the UBERON ontology.",
"_linkedTypes": [
"controlledTerms:Organ",
"controlledTerms:UBERONParcellation"
"relatedInterspeciesAnatomy":{
"_instruction": "Add the corresponding cross-species anatomical entity from the UBERON-derived terminologies that represents the generic anatomical concept underlying the atlas parcellation entity.",
"_linkedCategories": [
"UBERONAnatomicalEntity"
]
}
}
Expand Down
9 changes: 4 additions & 5 deletions schemas/non-atlas/customAnatomicalEntity.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
"type": "string",
"_instruction": "Enter a descriptive name for this custom anatomical entity."
},
"relatedUBERONTerm":{
"_instruction": "Add the related anatomical entity as defined by the UBERON ontology.",
"_linkedTypes": [
"controlledTerms:Organ",
"controlledTerms:UBERONParcellation"
"relatedInterspeciesAnatomy":{
"_instruction": "Add the corresponding cross-species anatomical entity from the UBERON-derived terminologies that represents the generic anatomical concept underlying the custom anatomical entity.",
"_linkedCategories": [
"UBERONAnatomicalEntity"
]
},
"relationAssessment": {
Expand Down
Loading