Class: UberAnatomy
classDiagram
class UberAnatomy
click UberAnatomy href "../UberAnatomy"
OntologyTable <|-- UberAnatomy
click OntologyTable href "../OntologyTable"
UberAnatomy : parent
UberAnatomy --> "*" UberAnatomy : parent
click UberAnatomy href "../UberAnatomy"
UberAnatomy : term_id
UberAnatomy : term_label
Inheritance
- OntologyTable
- UberAnatomy
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| term_id | 1 Uriorcurie |
ontology term ID | OntologyTable |
| term_label | 0..1 String |
ontology term descriptive label | OntologyTable |
| parent | * UberAnatomy |
parent term ID for ontology term | OntologyTable |
Usages
| used by | used in | type | used |
|---|---|---|---|
| UberAnatomy | parent | range | UberAnatomy |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:UberAnatomy |
| native | ak_schema:UberAnatomy |
LinkML Source
Direct
name: UberAnatomy
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: OntologyTable
slot_usage:
parent:
name: parent
range: UberAnatomy
Induced
name: UberAnatomy
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: OntologyTable
slot_usage:
parent:
name: parent
range: UberAnatomy
attributes:
term_id:
name: term_id
description: ontology term ID
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
identifier: true
alias: term_id
owner: UberAnatomy
domain_of:
- OntologyTable
range: uriorcurie
required: true
term_label:
name: term_label
description: ontology term descriptive label
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: term_label
owner: UberAnatomy
domain_of:
- OntologyTable
range: string
parent:
name: parent
description: parent term ID for ontology term
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: parent
owner: UberAnatomy
domain_of:
- OntologyTable
range: UberAnatomy
required: false
multivalued: true