Skip to content

Class: TimeQuantity

A time quantity

URI: https://github.com/vdjserver/vdjserver-airr-schema/TimeQuantity

 classDiagram
    class TimeQuantity
    click TimeQuantity href "../TimeQuantity/"
      AIRRStandards <|-- TimeQuantity
        click AIRRStandards href "../AIRRStandards/"

      TimeQuantity : time_quantity

      TimeQuantity : time_unit





        TimeQuantity --> "0..1" TimeUnitOntology : time_unit
        click TimeUnitOntology href "../TimeUnitOntology/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
time_quantity 0..1
Float
Time quantity direct
time_unit 0..1
TimeUnitOntology
direct

Usages

used by used in type used
Diagnosis disease_length range TimeQuantity

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/TimeQuantity
native https://github.com/vdjserver/vdjserver-airr-schema/TimeQuantity

LinkML Source

Direct

name: TimeQuantity
description: A time quantity
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- time_quantity
- time_unit

Induced

name: TimeQuantity
description: A time quantity
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
  time_quantity:
    name: time_quantity
    annotations:
      nullable:
        tag: nullable
        value: false
    description: Time quantity
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: TimeQuantity
    domain_of:
    - TimeQuantity
    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: TimeQuantity
    domain_of:
    - TimePoint
    - TimeInterval
    - TimeQuantity
    range: TimeUnitOntology