Class: TemporalInterval
A period of time
URI: linkml_common:TemporalInterval
classDiagram
class TemporalInterval
click TemporalInterval href "../TemporalInterval"
TimePointOrTemporalInterval <|-- TemporalInterval
click TimePointOrTemporalInterval href "../TimePointOrTemporalInterval"
TemporalInterval : ends_at
TemporalInterval --> "0..1" TimePoint : ends_at
click TimePoint href "../TimePoint"
TemporalInterval : starts_at
TemporalInterval --> "0..1" TimePoint : starts_at
click TimePoint href "../TimePoint"
TemporalInterval : type
Inheritance
- Entity [ Typed]
- Intangible
- TimePointOrTemporalInterval
- TemporalInterval
- TimePointOrTemporalInterval
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
starts_at | 0..1 TimePoint |
direct | |
ends_at | 0..1 TimePoint |
direct | |
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:TemporalInterval |
native | linkml_common:TemporalInterval |
LinkML Source
Direct
name: TemporalInterval
description: A period of time
from_schema: https://w3id.org/linkml/linkml-common
is_a: TimePointOrTemporalInterval
slots:
- starts_at
- ends_at
Induced
name: TemporalInterval
description: A period of time
from_schema: https://w3id.org/linkml/linkml-common
is_a: TimePointOrTemporalInterval
attributes:
starts_at:
name: starts_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: starts_at
owner: TemporalInterval
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
ends_at:
name: ends_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: ends_at
owner: TemporalInterval
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
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: TemporalInterval
domain_of:
- Typed
range: string