Skip to content

Class: GammaDeltaTCR

URI: GO:0042106

classDiagram class GammaDeltaTCR click GammaDeltaTCR href "../GammaDeltaTCR" TCellReceptor <|-- GammaDeltaTCR click TCellReceptor href "../TCellReceptor" GammaDeltaTCR : akc_id GammaDeltaTCR : trd_chain GammaDeltaTCR --> "0..1" Chain : trd_chain click Chain href "../Chain" GammaDeltaTCR : trg_chain GammaDeltaTCR --> "0..1" Chain : trg_chain click Chain href "../Chain" GammaDeltaTCR : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
trg_chain 0..1
Chain
T cell receptor gamma chain direct
trd_chain 0..1
Chain
T cell receptor delta chain direct
type 0..1
String
TCellReceptor
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AIRRKnowledgeCommons gd_tcell_receptors range GammaDeltaTCR

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self GO:0042106
native ak_schema:GammaDeltaTCR

LinkML Source

Direct

name: GammaDeltaTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: TCellReceptor
slots:
- trg_chain
- trd_chain
class_uri: GO:0042106

Induced

name: GammaDeltaTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: TCellReceptor
attributes:
  trg_chain:
    name: trg_chain
    description: T cell receptor gamma chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: trg_chain
    owner: GammaDeltaTCR
    domain_of:
    - GammaDeltaTCR
    range: Chain
  trd_chain:
    name: trd_chain
    description: T cell receptor delta chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: trd_chain
    owner: GammaDeltaTCR
    domain_of:
    - GammaDeltaTCR
    range: Chain
  type:
    name: type
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: GammaDeltaTCR
    domain_of:
    - Assay
    - TCellReceptor
    - Epitope
    range: string
  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: GammaDeltaTCR
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: GO:0042106