Skip to content

Time

Definition of 'Time', according to http://qudt.org/quantitykind/Time.

URI: qudt:quantitykind/Time

 classDiagram
    class Time
    click Time href "../Time"
      QuantityKind <|-- Time
        click QuantityKind href "../QuantityKind"


      Time <|-- RetentionDuration
        click RetentionDuration href "../RetentionDuration"


      Time : unit




    Time --> "1" String : unit
    click String href "../String"


      Time : value




    Time --> "1" Float : value
    click Float href "../Float"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
xsd:float
Value of physical quantity QuantityKind
unit 1
xsd:string
Unit of physical quantity QuantityKind

Usages

used by used in type used
ComputeFunctionQuotas functionTimeLimit range Time
RoundTripTime metric any_of[range] Time
Availability metric any_of[range] Time
Jitter metric any_of[range] Time
Latency metric any_of[range] Time

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#quantity

LinkML Source

Direct

name: Time
description: Definition of 'Time', according to http://qudt.org/quantitykind/Time.
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: QuantityKind
class_uri: qudt:quantitykind/Time
rules:
- preconditions:
    slot_conditions:
      value:
        name: value
        value_presence: PRESENT
  postconditions:
    slot_conditions:
      unit:
        name: unit
        equals_string_in:
        - https://qudt.org/vocab/unit/DAY
        - https://qudt.org/vocab/unit/HR
        - https://qudt.org/vocab/unit/MIN
        - https://qudt.org/vocab/unit/YR
        - https://qudt.org/vocab/unit/MO
        - https://qudt.org/vocab/unit/WK
        - https://qudt.org/vocab/unit/SEC
        - https://qudt.org/vocab/unit/MilliSEC
        - https://qudt.org/vocab/unit/NanoSEC
        - https://qudt.org/vocab/unit/MicroSEC

Induced

name: Time
description: Definition of 'Time', according to http://qudt.org/quantitykind/Time.
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: QuantityKind
attributes:
  value:
    name: value
    description: Value of physical quantity. See https://qudt.org/schema/qudt/value
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:value
    alias: value
    owner: Time
    domain_of:
    - QuantityKind
    - FloatPercentage
    - Latest_N
    range: float
    required: true
    minimum_value: 0
  unit:
    name: unit
    description: Unit of physical quantity. See https://qudt.org/schema/qudt/Unit
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:unit
    alias: unit
    owner: Time
    domain_of:
    - QuantityKind
    range: string
    required: true
class_uri: qudt:quantitykind/Time
rules:
- preconditions:
    slot_conditions:
      value:
        name: value
        value_presence: PRESENT
  postconditions:
    slot_conditions:
      unit:
        name: unit
        equals_string_in:
        - https://qudt.org/vocab/unit/DAY
        - https://qudt.org/vocab/unit/HR
        - https://qudt.org/vocab/unit/MIN
        - https://qudt.org/vocab/unit/YR
        - https://qudt.org/vocab/unit/MO
        - https://qudt.org/vocab/unit/WK
        - https://qudt.org/vocab/unit/SEC
        - https://qudt.org/vocab/unit/MilliSEC
        - https://qudt.org/vocab/unit/NanoSEC
        - https://qudt.org/vocab/unit/MicroSEC