Class: TimePoint
URI: ak_schema:TimePoint
classDiagram
class TimePoint
click TimePoint href "../TimePoint"
AIRRStandards <|-- TimePoint
click AIRRStandards href "../AIRRStandards"
TimePoint : time_point_label
TimePoint : time_point_unit
TimePoint --> "0..1" TimePointUnitOntology : time_point_unit
click TimePointUnitOntology href "../TimePointUnitOntology"
TimePoint : time_point_value
Inheritance
- AIRRStandards
- TimePoint
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
time_point_label | 0..1 String |
Informative label for the time point | direct |
time_point_value | 0..1 Float |
Value of the time point | direct |
time_point_unit | 0..1 TimePointUnitOntology |
Unit of the time point | direct |
Usages
used by | used in | type | used |
---|---|---|---|
RepertoireGroupDetail | time_point | range | TimePoint |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:TimePoint |
native | ak_schema:TimePoint |
LinkML Source
Direct
name: TimePoint
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- time_point_label
- time_point_value
- time_point_unit
Induced
name: TimePoint
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
time_point_label:
name: time_point_label
annotations:
nullable:
tag: nullable
value: true
description: Informative label for the time point
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: time_point_label
owner: TimePoint
domain_of:
- TimePoint
range: string
time_point_value:
name: time_point_value
annotations:
nullable:
tag: nullable
value: true
description: Value of the time point
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: time_point_value
owner: TimePoint
domain_of:
- TimePoint
range: float
time_point_unit:
name: time_point_unit
annotations:
nullable:
tag: nullable
value: true
description: Unit of the time point
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: time_point_unit
owner: TimePoint
domain_of:
- TimePoint
range: TimePointUnitOntology