Class: TimeInterval
Time range or interval for a measurement, observation or action.
URI: https://github.com/vdjserver/vdjserver-airr-schema/TimeInterval
classDiagram
class TimeInterval
click TimeInterval href "../TimeInterval/"
AIRRStandards <|-- TimeInterval
click AIRRStandards href "../AIRRStandards/"
TimeInterval : time_max
TimeInterval : time_min
TimeInterval : time_unit
TimeInterval --> "0..1" TimeUnitOntology : time_unit
click TimeUnitOntology href "../TimeUnitOntology/"
Inheritance
- AIRRStandards
- TimeInterval
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| time_min | 0..1 Float |
Lower/minimum value of the time interval | direct |
| time_max | 0..1 Float |
Upper/maximum value of the time interval | direct |
| time_unit | 0..1 TimeUnitOntology |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Subject | age | range | TimeInterval |
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/TimeInterval |
| native | https://github.com/vdjserver/vdjserver-airr-schema/TimeInterval |
LinkML Source
Direct
name: TimeInterval
description: Time range or interval for a measurement, observation or action.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- time_min
- time_max
- time_unit
Induced
name: TimeInterval
description: Time range or interval for a measurement, observation or action.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
time_min:
name: time_min
annotations:
nullable:
tag: nullable
value: false
description: Lower/minimum value of the time interval
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: TimeInterval
domain_of:
- TimeInterval
range: float
time_max:
name: time_max
annotations:
nullable:
tag: nullable
value: false
description: Upper/maximum value of the time interval
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: TimeInterval
domain_of:
- TimeInterval
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: TimeInterval
domain_of:
- TimePoint
- TimeInterval
- TimeQuantity
range: TimeUnitOntology