Class: AntibodyAntigenComplex
URI: OBI:0003119
classDiagram
class AntibodyAntigenComplex
click AntibodyAntigenComplex href "../AntibodyAntigenComplex"
NamedThing <|-- AntibodyAntigenComplex
click NamedThing href "../NamedThing"
AntibodyAntigenComplex : akc_id
AntibodyAntigenComplex : antibody
AntibodyAntigenComplex --> "0..1" BCellReceptor : antibody
click BCellReceptor href "../BCellReceptor"
AntibodyAntigenComplex : antigen
AntibodyAntigenComplex --> "0..1" Antigen : antigen
click Antigen href "../Antigen"
AntibodyAntigenComplex : description
AntibodyAntigenComplex : name
Inheritance
- AKObject
- NamedThing
- AntibodyAntigenComplex
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
antibody | 0..1 BCellReceptor |
B cell receptor, immunoglobulin antibody | direct |
antigen | 0..1 Antigen |
A material entity with antigen role | 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:AntibodyAntigenComplex |
LinkML Source
Direct
name: AntibodyAntigenComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- antibody
- antigen
class_uri: OBI:0003119
Induced
name: AntibodyAntigenComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
antibody:
name: antibody
description: B cell receptor, immunoglobulin antibody
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: antibody
owner: AntibodyAntigenComplex
domain_of:
- AntibodyAntigenComplex
range: BCellReceptor
antigen:
name: antigen
description: A material entity with antigen role
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: antigen
owner: AntibodyAntigenComplex
domain_of:
- AntibodyAntigenComplex
- ReceptorReactivity
range: Antigen
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: AntibodyAntigenComplex
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: AntibodyAntigenComplex
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: AntibodyAntigenComplex
domain_of:
- AKObject
range: uriorcurie
required: true
class_uri: OBI:0003119