Skip to content

QuantityKind

A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: qudt:QuantityKind

 classDiagram
    class QuantityKind
    click QuantityKind href "../QuantityKind"
      QuantityKind <|-- Frequency
        click Frequency href "../Frequency"
      QuantityKind <|-- MemorySize
        click MemorySize href "../MemorySize"
      QuantityKind <|-- Power
        click Power href "../Power"
      QuantityKind <|-- DataRate
        click DataRate href "../DataRate"
      QuantityKind <|-- Time
        click Time href "../Time"
      QuantityKind <|-- LostPackets
        click LostPackets href "../LostPackets"
      QuantityKind <|-- SLATargetPercentile
        click SLATargetPercentile href "../SLATargetPercentile"

      QuantityKind : applicableUnit




    QuantityKind --> "1" String : applicableUnit
    click String href "../String"


      QuantityKind : quantityValue




    QuantityKind --> "1" Float : quantityValue
    click Float href "../Float"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
applicableUnit 1
xsd:string
Unit of physical quantity of the class https://qudt direct
quantityValue 1
xsd:float
is the measurement of an observable property of a particular object, event, o... direct

Usages

used by used in type used
QoSMetric metric range QuantityKind

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: QuantityKind
description: A Quantity Kind is any observable property that can be measured and quantified
  numerically. Familiar examples include physical properties such as length, mass,
  time, force, energy, power, electric charge, etc. Less familiar examples include
  currency, interest rate, price to earning ratio, and information capacity.
from_schema: https://w3id.org/gaia-x/development#quantity
abstract: true
slots:
- applicableUnit
- quantityValue
class_uri: qudt:QuantityKind

Induced

name: QuantityKind
description: A Quantity Kind is any observable property that can be measured and quantified
  numerically. Familiar examples include physical properties such as length, mass,
  time, force, energy, power, electric charge, etc. Less familiar examples include
  currency, interest rate, price to earning ratio, and information capacity.
from_schema: https://w3id.org/gaia-x/development#quantity
abstract: true
attributes:
  applicableUnit:
    name: applicableUnit
    description: Unit of physical quantity of the class https://qudt.org/schema/qudt/QuantityKind
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:applicableUnit
    alias: applicableUnit
    owner: QuantityKind
    domain_of:
    - QuantityKind
    range: string
    required: true
  quantityValue:
    name: quantityValue
    description: is the measurement of an observable property of a particular object,
      event, or physical system.
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:quantityValue
    alias: quantityValue
    owner: QuantityKind
    domain_of:
    - QuantityKind
    range: float
    required: true
class_uri: qudt:QuantityKind