Skip to content

Class: TimePoint

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

URI: linkml_common:TimePoint

classDiagram class TimePoint click TimePoint href "../TimePoint" TimePointOrTemporalInterval <|-- TimePoint click TimePointOrTemporalInterval href "../TimePointOrTemporalInterval" TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : ends_at TimePoint --> "0..1" TimePoint : ends_at click TimePoint href "../TimePoint" TimePoint : marker_event TimePoint --> "0..1" Event : marker_event click Event href "../Event" TimePoint : starts_at TimePoint --> "0..1" TimePoint : starts_at click TimePoint href "../TimePoint" TimePoint : time_value TimePoint : type 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
starts_at 0..1
TimePoint
TimePointOrTemporalInterval
ends_at 0..1
TimePoint
TimePointOrTemporalInterval
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
HealthcareEncounter starts_at range TimePoint
HealthcareEncounter ends_at range TimePoint
HealthcareEncounter happens_at range TimePoint
HealthcareEncounter is_ongoing_as_of range TimePoint
HealthcareConditionOccurrence starts_at range TimePoint
HealthcareConditionOccurrence ends_at range TimePoint
HealthcareConditionOccurrence happens_at range TimePoint
HealthcareConditionOccurrence is_ongoing_as_of range TimePoint
Investigation starts_at range TimePoint
Investigation ends_at range TimePoint
Investigation happens_at range TimePoint
Investigation is_ongoing_as_of range TimePoint
InvestigativeProcess starts_at range TimePoint
InvestigativeProcess ends_at range TimePoint
InvestigativeProcess happens_at range TimePoint
InvestigativeProcess is_ongoing_as_of range TimePoint
SampleCollectionProcess starts_at range TimePoint
SampleCollectionProcess ends_at range TimePoint
SampleCollectionProcess happens_at range TimePoint
SampleCollectionProcess is_ongoing_as_of range TimePoint
SampleProcessing starts_at range TimePoint
SampleProcessing ends_at range TimePoint
SampleProcessing happens_at range TimePoint
SampleProcessing is_ongoing_as_of range TimePoint
DataGenerationFromSample starts_at range TimePoint
DataGenerationFromSample ends_at range TimePoint
DataGenerationFromSample happens_at range TimePoint
DataGenerationFromSample is_ongoing_as_of range TimePoint
ClinicalCohortEnrollment starts_at range TimePoint
ClinicalCohortEnrollment ends_at range TimePoint
ClinicalCohortEnrollment happens_at range TimePoint
ClinicalCohortEnrollment is_ongoing_as_of range TimePoint
Observation starts_at range TimePoint
Observation ends_at range TimePoint
Observation happens_at range TimePoint
Observation is_ongoing_as_of range TimePoint
Measurement starts_at range TimePoint
Measurement ends_at range TimePoint
Measurement happens_at range TimePoint
Measurement is_ongoing_as_of range TimePoint
QualitativeObservation starts_at range TimePoint
QualitativeObservation ends_at range TimePoint
QualitativeObservation happens_at range TimePoint
QualitativeObservation is_ongoing_as_of range TimePoint
Event starts_at range TimePoint
Event ends_at range TimePoint
Event happens_at range TimePoint
Event is_ongoing_as_of range TimePoint
TimePointOrTemporalInterval starts_at range TimePoint
TimePointOrTemporalInterval ends_at range TimePoint
TemporalInterval starts_at range TimePoint
TemporalInterval ends_at range TimePoint
TimePoint starts_at range TimePoint
TimePoint ends_at range TimePoint
TemporalRelationship relative_to any_of[range] TimePoint
ExecutionOfProcedure starts_at range TimePoint
ExecutionOfProcedure ends_at range TimePoint
ExecutionOfProcedure happens_at range TimePoint
ExecutionOfProcedure is_ongoing_as_of range TimePoint
PlannedProcess starts_at range TimePoint
PlannedProcess ends_at range TimePoint
PlannedProcess happens_at range TimePoint
PlannedProcess is_ongoing_as_of range TimePoint
ComputationalPlannedProcess starts_at range TimePoint
ComputationalPlannedProcess ends_at range TimePoint
ComputationalPlannedProcess happens_at range TimePoint
ComputationalPlannedProcess is_ongoing_as_of range TimePoint
MaterialCollection starts_at range TimePoint
MaterialCollection ends_at range TimePoint
MaterialCollection happens_at range TimePoint
MaterialCollection is_ongoing_as_of range TimePoint
MaterialProcessing starts_at range TimePoint
MaterialProcessing ends_at range TimePoint
MaterialProcessing happens_at range TimePoint
MaterialProcessing is_ongoing_as_of range TimePoint
EngineeringProcess starts_at range TimePoint
EngineeringProcess ends_at range TimePoint
EngineeringProcess happens_at range TimePoint
EngineeringProcess is_ongoing_as_of range TimePoint
EngineeringMaterialProcessing starts_at range TimePoint
EngineeringMaterialProcessing ends_at range TimePoint
EngineeringMaterialProcessing happens_at range TimePoint
EngineeringMaterialProcessing is_ongoing_as_of range TimePoint
LifeEvent starts_at range TimePoint
LifeEvent ends_at range TimePoint
LifeEvent happens_at range TimePoint
LifeEvent is_ongoing_as_of range TimePoint
FoodProcessing starts_at range TimePoint
FoodProcessing ends_at range TimePoint
FoodProcessing happens_at range TimePoint
FoodProcessing is_ongoing_as_of range TimePoint
FoodPreparation starts_at range TimePoint
FoodPreparation ends_at range TimePoint
FoodPreparation happens_at range TimePoint
FoodPreparation is_ongoing_as_of range TimePoint

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:TimePoint
native linkml_common: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/linkml/linkml-common
exact_mappings:
- fibo.DatesAndTimes:TimeInstant
is_a: TimePointOrTemporalInterval
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/linkml/linkml-common
exact_mappings:
- fibo.DatesAndTimes:TimeInstant
is_a: TimePointOrTemporalInterval
attributes:
  year_value:
    name: year_value
    from_schema: https://w3id.org/linkml/linkml-common
    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/linkml/linkml-common
    rank: 1000
    alias: date_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: date
  time_value:
    name: time_value
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: time_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: time
  datetime_value:
    name: datetime_value
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: datetime_value
    owner: TimePoint
    domain_of:
    - TimePoint
    range: datetime
  marker_event:
    name: marker_event
    from_schema: https://w3id.org/linkml/linkml-common
    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/linkml/linkml-common
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: TimePoint
    domain_of:
    - PhysicalEntity
    - TimePoint
    range: string
  starts_at:
    name: starts_at
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: starts_at
    owner: TimePoint
    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: TimePoint
    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: TimePoint
    domain_of:
    - Typed
    range: string