Skip to content

Class: TimePoint

A point in time. Can be fully specified, or specified in relative terms.

URI: comet:TimePoint

classDiagram class TimePoint click TimePoint href "../TimePoint" Temporal <|-- TimePoint click Temporal href "../Temporal" TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : marker_event TimePoint --> "0..1" Event : marker_event click Event href "../Event" TimePoint : time_value TimePoint : year_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
year_value 0..1
Integer
direct
date_value 0..1
Date
direct
time_value 0..1
Time
direct
datetime_value 0..1
Datetime
direct
marker_event 0..1
Event
direct
description 0..1
String
A human-readable description for a thing direct

Usages

used by used in type used
Duration start_time range TimePoint
Duration end_time range TimePoint
Duration happens_at range TimePoint
Duration is_ongoing_as_of range TimePoint

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/comet

Mappings

Mapping Type Mapped Value
self comet:TimePoint
native comet:TimePoint
exact fibo.DatesAndTimes:TimeInstant

LinkML Source

Direct

name: TimePoint
description: A point in time. Can be fully specified, or specified in relative terms.
from_schema: https://w3id.org/comet
exact_mappings:
- fibo.DatesAndTimes:TimeInstant
is_a: Temporal
slots:
- year_value
- date_value
- time_value
- datetime_value
- marker_event
- description

Induced

name: TimePoint
description: A point in time. Can be fully specified, or specified in relative terms.
from_schema: https://w3id.org/comet
exact_mappings:
- fibo.DatesAndTimes:TimeInstant
is_a: Temporal
attributes:
  year_value:
    name: year_value
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: year_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: integer
    unit:
      symbol: year
      ucum_code: a
  date_value:
    name: date_value
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: date_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: date
  time_value:
    name: time_value
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: time_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: time
  datetime_value:
    name: datetime_value
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: datetime_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: datetime
  marker_event:
    name: marker_event
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: marker_event
    owner: TimePoint
    domain_of:
    - TimePoint
    range: Event
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/comet
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: TimePoint
    domain_of:
    - Thing
    - TimePoint
    - CreationHistoryAction
    range: string