Class: ImmuneReceptor
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class ImmuneReceptor
click ImmuneReceptor href "../ImmuneReceptor"
AKObject <|-- ImmuneReceptor
click AKObject href "../AKObject"
ImmuneReceptor <|-- TCellReceptor
click TCellReceptor href "../TCellReceptor"
ImmuneReceptor <|-- BCellReceptor
click BCellReceptor href "../BCellReceptor"
ImmuneReceptor : akc_id
Inheritance
- AKObject
- ImmuneReceptor
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
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:ImmuneReceptor |
native | ak_schema:ImmuneReceptor |
LinkML Source
Direct
name: ImmuneReceptor
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
Induced
name: ImmuneReceptor
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
attributes:
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: ImmuneReceptor
domain_of:
- AKObject
range: uriorcurie
required: true