Class: RateUnit
A rate (count per time unit), e.g. operations per second.
URI: calm:RateUnit
classDiagram
class RateUnit
click RateUnit href "../RateUnit/"
RateUnit : per
RateUnit --> "1" RatePerUnit : per
click RatePerUnit href "../RatePerUnit/"
RateUnit : rate
Class Properties
| Property | Value |
|---|---|
| Class URI | calm:RateUnit |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| rate | 1 Float |
The numeric value representing the rate | direct |
| per | 1 RatePerUnit |
The time unit defining the rate interval | direct |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/calm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | calm:RateUnit |
| native | calm:RateUnit |
LinkML Source
Direct
name: RateUnit
description: A rate (count per time unit), e.g. operations per second.
in_subset:
- units
from_schema: https://w3id.org/lmodel/calm
slots:
- rate
- per
class_uri: calm:RateUnit
Induced
name: RateUnit
description: A rate (count per time unit), e.g. operations per second.
in_subset:
- units
from_schema: https://w3id.org/lmodel/calm
attributes:
rate:
name: rate
description: The numeric value representing the rate.
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: RateUnit
domain_of:
- RateUnit
range: float
required: true
minimum_value: 0
per:
name: per
description: The time unit defining the rate interval.
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: RateUnit
domain_of:
- RateUnit
range: RatePerUnit
required: true
class_uri: calm:RateUnit