Class: Duration
A length of time
classDiagram
class Duration
click Duration href "../Duration"
Quantity <|-- Duration
click Quantity href "../Quantity"
Duration : has_quantity_kind
Duration --> "0..1" QuantityKind : has_quantity_kind
click QuantityKind href "../QuantityKind"
Duration : type
Inheritance
- Entity [ Typed]
- Intangible
- Quantity
- Duration
- Quantity
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
has_quantity_kind | 0..1 QuantityKind |
The kind of quantity | Quantity |
type | 0..1 String |
A type for a thing | Typed |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Duration |
native | linkml_common:Duration |
LinkML Source
Direct
name: Duration
description: A length of time
from_schema: https://w3id.org/linkml/linkml-common
is_a: Quantity
Induced
name: Duration
description: A length of time
from_schema: https://w3id.org/linkml/linkml-common
is_a: Quantity
attributes:
has_quantity_kind:
name: has_quantity_kind
description: The kind of quantity
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
alias: has_quantity_kind
owner: Duration
domain_of:
- Quantity
range: QuantityKind
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Duration
domain_of:
- Typed
range: string