Class: TimePoint
URI: cmdr:TimePoint
classDiagram
class TimePoint
click TimePoint href "../TimePoint"
TimePoint : dateTime
TimePoint : event_type
TimePoint : index_time_point
TimePoint --> "0..1" TimePoint : index_time_point
click TimePoint href "../TimePoint"
TimePoint : offset_from_index
TimePoint --> "0..1" Quantity : offset_from_index
click Quantity href "../Quantity"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
dateTime | 0..1 String |
direct | |
index_time_point | 0..1 TimePoint |
direct | |
offset_from_index | 0..1 Quantity |
direct | |
event_type | 0..1 String |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
TimePeriod | start | range | TimePoint |
TimePeriod | end | range | TimePoint |
TimePoint | index_time_point | range | TimePoint |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cmdr
Mappings
Mapping Type | Mapped Value |
---|---|
self | cmdr:TimePoint |
native | cmdr:TimePoint |
LinkML Source
Direct
name: TimePoint
from_schema: https://w3id.org/linkml/cmdr
slots:
- dateTime
- index_time_point
- offset_from_index
- event_type
Induced
name: TimePoint
from_schema: https://w3id.org/linkml/cmdr
attributes:
dateTime:
name: dateTime
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: dateTime
owner: TimePoint
domain_of:
- TimePoint
range: string
index_time_point:
name: index_time_point
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: index_time_point
owner: TimePoint
domain_of:
- TimePoint
range: TimePoint
offset_from_index:
name: offset_from_index
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: offset_from_index
owner: TimePoint
domain_of:
- TimePoint
range: Quantity
event_type:
name: event_type
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: event_type
owner: TimePoint
domain_of:
- TimePoint
range: string