Skip to content

Class: QueryAlphaBetaTCR

URI: ak_schema:QueryAlphaBetaTCR

classDiagram class QueryAlphaBetaTCR click QueryAlphaBetaTCR href "../QueryAlphaBetaTCR" TCellReceptor <|-- QueryAlphaBetaTCR click TCellReceptor href "../TCellReceptor" QueryAlphaBetaTCR : akc_id QueryAlphaBetaTCR : tra_chain QueryAlphaBetaTCR --> "0..1" Chain : tra_chain click Chain href "../Chain" QueryAlphaBetaTCR : trb_chain QueryAlphaBetaTCR --> "0..1" Chain : trb_chain click Chain href "../Chain" QueryAlphaBetaTCR : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
tra_chain 0..1
Chain
direct
trb_chain 0..1
Chain
direct
type 0..1
String
TCellReceptor
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:QueryAlphaBetaTCR
native ak_schema:QueryAlphaBetaTCR

LinkML Source

Direct

name: QueryAlphaBetaTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: TCellReceptor
attributes:
  tra_chain:
    name: tra_chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    domain_of:
    - AlphaBetaTCR
    - QueryAlphaBetaTCR
    range: Chain
    multivalued: false
    inlined: true
  trb_chain:
    name: trb_chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    domain_of:
    - AlphaBetaTCR
    - QueryAlphaBetaTCR
    range: Chain
    multivalued: false
    inlined: true

Induced

name: QueryAlphaBetaTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: TCellReceptor
attributes:
  tra_chain:
    name: tra_chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    alias: tra_chain
    owner: QueryAlphaBetaTCR
    domain_of:
    - AlphaBetaTCR
    - QueryAlphaBetaTCR
    range: Chain
    multivalued: false
    inlined: true
  trb_chain:
    name: trb_chain
    from_schema: https://github.com/airr-knowledge/ak-schema
    alias: trb_chain
    owner: QueryAlphaBetaTCR
    domain_of:
    - AlphaBetaTCR
    - QueryAlphaBetaTCR
    range: Chain
    multivalued: false
    inlined: true
  type:
    name: type
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: QueryAlphaBetaTCR
    domain_of:
    - LifeEvent
    - Assay
    - AKDataItem
    - 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: QueryAlphaBetaTCR
    domain_of:
    - AKObject
    range: uriorcurie
    required: true