Class: AIRRGenotypeData
URI: ak_schema:AIRRGenotypeData
classDiagram
class AIRRGenotypeData
click AIRRGenotypeData href "../AIRRGenotypeData"
GenotypeSet <|-- AIRRGenotypeData
click GenotypeSet href "../GenotypeSet"
AKDataItem <|-- AIRRGenotypeData
click AKDataItem href "../AKDataItem"
AIRRGenotypeData : akc_id
AIRRGenotypeData : data_item_types
AIRRGenotypeData --> "*" DataItemTypeEnum : data_item_types
click DataItemTypeEnum href "../DataItemTypeEnum"
AIRRGenotypeData : genotype_class_list
AIRRGenotypeData --> "*" Genotype : genotype_class_list
click Genotype href "../Genotype"
AIRRGenotypeData : receptor_genotype_set_id
AIRRGenotypeData : type
Inheritance
- AKObject
- AKDataItem
- AIRRGenotypeData [ GenotypeSet]
- AKDataItem
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| receptor_genotype_set_id | 0..1 String |
A unique identifier for this Receptor Genotype Set, typically generated by th... | GenotypeSet |
| genotype_class_list | * Genotype |
List of Genotypes included in this Receptor Genotype Set | GenotypeSet |
| type | 0..1 String |
AKDataItem | |
| data_item_types | * DataItemTypeEnum |
semantic types of the data | AKDataItem |
| akc_id | 1 Uriorcurie |
A unique identifier for a thing in the AKC | AKObject |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:AIRRGenotypeData |
| native | ak_schema:AIRRGenotypeData |
LinkML Source
Direct
name: AIRRGenotypeData
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKDataItem
mixins:
- GenotypeSet
Induced
name: AIRRGenotypeData
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKDataItem
mixins:
- GenotypeSet
attributes:
receptor_genotype_set_id:
name: receptor_genotype_set_id
annotations:
nullable:
tag: nullable
value: true
description: A unique identifier for this Receptor Genotype Set, typically generated
by the repository hosting the schema, for example from the underlying ID of
the database record.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: receptor_genotype_set_id
owner: AIRRGenotypeData
domain_of:
- GenotypeSet
range: string
genotype_class_list:
name: genotype_class_list
annotations:
nullable:
tag: nullable
value: true
description: List of Genotypes included in this Receptor Genotype Set.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: genotype_class_list
owner: AIRRGenotypeData
domain_of:
- GenotypeSet
range: Genotype
multivalued: true
type:
name: type
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
designates_type: true
alias: type
owner: AIRRGenotypeData
domain_of:
- LifeEvent
- Assay
- AKDataItem
- TCellReceptor
- Epitope
range: string
data_item_types:
name: data_item_types
description: semantic types of the data
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: data_item_types
owner: AIRRGenotypeData
domain_of:
- AKDataItem
range: DataItemTypeEnum
multivalued: true
akc_id:
name: akc_id
description: A unique identifier for a thing in the AKC.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: akc_id
owner: AIRRGenotypeData
domain_of:
- AKObject
range: uriorcurie
required: true