Class: TimePoint
Time point at which an observation or other action was performed.
URI: https://github.com/vdjserver/vdjserver-airr-schema/TimePoint
classDiagram
class TimePoint
click TimePoint href "../TimePoint/"
AIRRStandards <|-- TimePoint
click AIRRStandards href "../AIRRStandards/"
TimePoint : time_label
TimePoint : time_unit
TimePoint --> "0..1" TimeUnitOntology : time_unit
click TimeUnitOntology href "../TimeUnitOntology/"
TimePoint : time_value
Inheritance
- AIRRStandards
- TimePoint
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| time_label | 0..1 String |
Informative label for the time point | direct |
| time_value | 0..1 Float |
Value of the time point | direct |
| time_unit | 0..1 TimeUnitOntology |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Diagnosis | diagnosis_timepoint | range | TimePoint |
| Sample | collection_time_point_relative | range | TimePoint |
| RepertoireFilter | time_point | range | TimePoint |
| SampleProcessing | collection_time_point_relative | range | TimePoint |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/vdjserver/vdjserver-airr-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://github.com/vdjserver/vdjserver-airr-schema/TimePoint |
| native | https://github.com/vdjserver/vdjserver-airr-schema/TimePoint |
LinkML Source
Direct
name: TimePoint
description: Time point at which an observation or other action was performed.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- time_label
- time_value
- time_unit
Induced
name: TimePoint
description: Time point at which an observation or other action was performed.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
time_label:
name: time_label
description: Informative label for the time point
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: TimePoint
domain_of:
- TimePoint
range: string
time_value:
name: time_value
annotations:
nullable:
tag: nullable
value: false
description: Value of the time point
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: TimePoint
domain_of:
- TimePoint
range: float
time_unit:
name: time_unit
annotations:
nullable:
tag: nullable
value: false
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: TimePoint
domain_of:
- TimePoint
- TimeInterval
- TimeQuantity
range: TimeUnitOntology