Class: TaxonomicSpecies
URI: ak_schema:TaxonomicSpecies
classDiagram
class TaxonomicSpecies
click TaxonomicSpecies href "../TaxonomicSpecies"
OntologyTable <|-- TaxonomicSpecies
click OntologyTable href "../OntologyTable"
TaxonomicSpecies : parent
TaxonomicSpecies --> "*" TaxonomicSpecies : parent
click TaxonomicSpecies href "../TaxonomicSpecies"
TaxonomicSpecies : term_id
TaxonomicSpecies : term_label
Inheritance
- OntologyTable
- TaxonomicSpecies
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 | * TaxonomicSpecies |
parent term ID for ontology term | OntologyTable |
Usages
| used by | used in | type | used |
|---|---|---|---|
| TaxonomicSpecies | parent | range | TaxonomicSpecies |
| Participant | species | range | TaxonomicSpecies |
| Antigen | source_organism | range | TaxonomicSpecies |
| PeptidicEpitope | source_organism | range | TaxonomicSpecies |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:TaxonomicSpecies |
| native | ak_schema:TaxonomicSpecies |
LinkML Source
Direct
name: TaxonomicSpecies
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: OntologyTable
slot_usage:
parent:
name: parent
range: TaxonomicSpecies
Induced
name: TaxonomicSpecies
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: OntologyTable
slot_usage:
parent:
name: parent
range: TaxonomicSpecies
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: TaxonomicSpecies
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: TaxonomicSpecies
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: TaxonomicSpecies
domain_of:
- OntologyTable
range: TaxonomicSpecies
required: false
multivalued: true