Class: Epitope
URI: ak_schema:Epitope
classDiagram
class Epitope
click Epitope href "../Epitope"
NamedThing <|-- Epitope
click NamedThing href "../NamedThing"
Epitope <|-- PeptidicEpitope
click PeptidicEpitope href "../PeptidicEpitope"
Epitope : akc_id
Epitope : description
Epitope : name
Epitope : type
Inheritance
- AKObject
- NamedThing
- Epitope
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
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 |
Usages
used by | used in | type | used |
---|---|---|---|
AIRRKnowledgeCommons | epitopes | range | Epitope |
TCellReceptorEpitopeBindingAssay | epitope | range | Epitope |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:Epitope |
native | ak_schema:Epitope |
LinkML Source
Direct
name: Epitope
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- type
Induced
name: Epitope
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
type:
name: type
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
designates_type: true
alias: type
owner: Epitope
domain_of:
- Assay
- TCellReceptor
- Epitope
range: string
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: Epitope
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: Epitope
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: Epitope
domain_of:
- AKObject
range: uriorcurie
required: true