Class: TimePeriod
A period of time between a start and end time point.
URI: bdchm:TimePeriod
classDiagram
class TimePeriod
TimePeriod : period_end
TimePeriod --> TimePoint : period_end
TimePeriod : period_start
TimePeriod --> TimePoint : period_start
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
period_start | 0..1 TimePoint |
When a period of time started | direct |
period_end | 0..1 TimePoint |
When a period of time ended | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | bdchm:TimePeriod |
native | bdchm:TimePeriod |
LinkML Source
Direct
name: TimePeriod
description: A period of time between a start and end time point.
from_schema: https://w3id.org/nhlbidatastage/bdchm
attributes:
period_start:
name: period_start
description: When a period of time started.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: TimePoint
period_end:
name: period_end
description: When a period of time ended.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: TimePoint
Induced
name: TimePeriod
description: A period of time between a start and end time point.
from_schema: https://w3id.org/nhlbidatastage/bdchm
attributes:
period_start:
name: period_start
description: When a period of time started.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: period_start
owner: TimePeriod
domain_of:
- TimePeriod
range: TimePoint
period_end:
name: period_end
description: When a period of time ended.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: period_end
owner: TimePeriod
domain_of:
- TimePeriod
range: TimePoint