Skip to content

Enum: RelativeTimeEnum

Temporal relationships between events or time points

URI: valuesets:RelativeTimeEnum

Permissible Values

Value Meaning Description
BEFORE None Occurs before the reference time point
AFTER None Occurs after the reference time point
AT_SAME_TIME_AS None Occurs at the same time as the reference time point

Slots

Name Description
relative_time The relative time classification

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: RelativeTimeEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Temporal relationships between events or time points
title: Relative Time
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  BEFORE:
    text: BEFORE
    description: Occurs before the reference time point
  AFTER:
    text: AFTER
    description: Occurs after the reference time point
  AT_SAME_TIME_AS:
    text: AT_SAME_TIME_AS
    description: Occurs at the same time as the reference time point