Class: TimeUnit
A quantity of time expressed as a numeric value and a unit.
URI: calm:TimeUnit
classDiagram
class TimeUnit
click TimeUnit href "../TimeUnit/"
TimeUnit : unit
TimeUnit --> "1" TimeUnitName : unit
click TimeUnitName href "../TimeUnitName/"
TimeUnit : value
Class Properties
| Property | Value |
|---|---|
| Class URI | calm:TimeUnit |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| unit | 1 TimeUnitName |
The unit of time (e | direct |
| value | 1 Float |
The numeric value representing the amount of time | direct |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/calm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | calm:TimeUnit |
| native | calm:TimeUnit |
| exact | schema:Duration |
LinkML Source
Direct
name: TimeUnit
description: A quantity of time expressed as a numeric value and a unit.
in_subset:
- units
from_schema: https://w3id.org/lmodel/calm
exact_mappings:
- schema:Duration
slots:
- unit
- value
class_uri: calm:TimeUnit
Induced
name: TimeUnit
description: A quantity of time expressed as a numeric value and a unit.
in_subset:
- units
from_schema: https://w3id.org/lmodel/calm
exact_mappings:
- schema:Duration
attributes:
unit:
name: unit
description: The unit of time (e.g., seconds, minutes, hours).
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: TimeUnit
domain_of:
- TimeUnit
range: TimeUnitName
required: true
value:
name: value
description: The numeric value representing the amount of time.
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: TimeUnit
domain_of:
- TimeUnit
range: float
required: true
minimum_value: 0
class_uri: calm:TimeUnit