Skip to content

Float Percentage

Definition of percentage, according to https://qudt.org/2.1/schema/qudt

URI: qudtschema:floatPercentage

 classDiagram
    class FloatPercentage
    click FloatPercentage href "../FloatPercentage"
      RdfsDatatype <|-- FloatPercentage
        click RdfsDatatype href "../RdfsDatatype"

      FloatPercentage : value




    FloatPercentage --> "0..1" Float : value
    click Float href "../Float"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
xsd:float
direct

Usages

used by used in type used
QoSMetric guaranteed range FloatPercentage
BandWidth guaranteed range FloatPercentage
RoundTripTime guaranteed range FloatPercentage
Availability guaranteed range FloatPercentage
PacketLoss metric any_of[range] FloatPercentage
PacketLoss guaranteed range FloatPercentage
Jitter guaranteed range FloatPercentage
Latency guaranteed range FloatPercentage
TargetPercentile metric any_of[range] FloatPercentage
TargetPercentile guaranteed range FloatPercentage
Throughput guaranteed range FloatPercentage
IOPS guaranteed range FloatPercentage

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: FloatPercentage
description: Definition of percentage, according to https://qudt.org/2.1/schema/qudt
title: Float Percentage
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: RdfsDatatype
slots:
- value
slot_usage:
  value:
    name: value
    minimum_value: 0.0
    maximum_value: 100.0
class_uri: qudtschema:floatPercentage

Induced

name: FloatPercentage
description: Definition of percentage, according to https://qudt.org/2.1/schema/qudt
title: Float Percentage
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: RdfsDatatype
slot_usage:
  value:
    name: value
    minimum_value: 0.0
    maximum_value: 100.0
attributes:
  value:
    name: value
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: value
    owner: FloatPercentage
    domain_of:
    - QuantityKind
    - FloatPercentage
    - Latest_N
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
class_uri: qudtschema:floatPercentage