Skip to content

DataRate

Definition of 'Data Rate', according to http://qudt.org/quantitykind/DataRate.

URI: qudt:quantitykind/DataRate

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

      DataRate : unit




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


      DataRate : value




    DataRate --> "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
BandWidth metric range DataRate
Throughput metric range DataRate
IOPS metric range DataRate

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: DataRate
description: Definition of 'Data Rate', according to http://qudt.org/quantitykind/DataRate.
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: QuantityKind
class_uri: qudt:quantitykind/DataRate
rules:
- preconditions:
    slot_conditions:
      value:
        name: value
        value_presence: PRESENT
  postconditions:
    slot_conditions:
      unit:
        name: unit
        equals_string_in:
        - https://qudt.org/vocab/unit/BIT-PER-SEC
        - https://qudt.org/vocab/unit/GigaBIT-PER-SEC
        - https://qudt.org/vocab/unit/MegaBIT-PER-SEC
        - https://qudt.org/vocab/unit/KiloBIT-PER-SEC
        - https://qudt.org/vocab/unit/KiloBYTE-PER-SEC

Induced

name: DataRate
description: Definition of 'Data Rate', according to http://qudt.org/quantitykind/DataRate.
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#quantity
    slot_uri: qudt:value
    alias: value
    owner: DataRate
    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#quantity
    slot_uri: qudt:unit
    alias: unit
    owner: DataRate
    domain_of:
    - QuantityKind
    range: string
    required: true
class_uri: qudt:quantitykind/DataRate
rules:
- preconditions:
    slot_conditions:
      value:
        name: value
        value_presence: PRESENT
  postconditions:
    slot_conditions:
      unit:
        name: unit
        equals_string_in:
        - https://qudt.org/vocab/unit/BIT-PER-SEC
        - https://qudt.org/vocab/unit/GigaBIT-PER-SEC
        - https://qudt.org/vocab/unit/MegaBIT-PER-SEC
        - https://qudt.org/vocab/unit/KiloBIT-PER-SEC
        - https://qudt.org/vocab/unit/KiloBYTE-PER-SEC