Skip to content

Class: TCRpMHCComplex

URI: OBI:0003119

classDiagram class TCRpMHCComplex click TCRpMHCComplex href "../TCRpMHCComplex" NamedThing <|-- TCRpMHCComplex click NamedThing href "../NamedThing" TCRpMHCComplex : akc_id TCRpMHCComplex : description TCRpMHCComplex : epitope TCRpMHCComplex --> "0..1" Epitope : epitope click Epitope href "../Epitope" TCRpMHCComplex : mhc TCRpMHCComplex --> "0..1" MHCAllele : mhc click MHCAllele href "../MHCAllele" TCRpMHCComplex : name TCRpMHCComplex : tcell_receptor TCRpMHCComplex --> "0..1" TCellReceptor : tcell_receptor click TCellReceptor href "../TCellReceptor"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
tcell_receptor 0..1
TCellReceptor
T cell receptor direct
epitope 0..1
Epitope
The epitope being measured direct
mhc 0..1
MHCAllele
Major histocompatibility complex direct
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
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 OBI:0003119
native ak_schema:TCRpMHCComplex

LinkML Source

Direct

name: TCRpMHCComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- tcell_receptor
- epitope
- mhc
class_uri: OBI:0003119

Induced

name: TCRpMHCComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  tcell_receptor:
    name: tcell_receptor
    description: T cell receptor
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: tcell_receptor
    owner: TCRpMHCComplex
    domain_of:
    - TCRpMHCComplex
    range: TCellReceptor
  epitope:
    name: epitope
    description: The epitope being measured
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: epitope
    owner: TCRpMHCComplex
    domain_of:
    - TCellReceptorEpitopeBindingAssay
    - TCRpMHCComplex
    range: Epitope
  mhc:
    name: mhc
    description: Major histocompatibility complex
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: mhc
    owner: TCRpMHCComplex
    domain_of:
    - TCRpMHCComplex
    range: MHCAllele
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: TCRpMHCComplex
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: TCRpMHCComplex
    domain_of:
    - NamedThing
    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: TCRpMHCComplex
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0003119