Skip to content

Class: DateTimeValue

A date or date and time value.

URI: nmdc:DateTimeValue

classDiagram class DateTimeValue click DateTimeValue href "../DateTimeValue/" AttributeValue <|-- DateTimeValue click AttributeValue href "../AttributeValue/" DateTimeValue : attribute DateTimeValue --> "1" Attribute : attribute click Attribute href "../Attribute/" DateTimeValue : raw_value DateTimeValue : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
The date or date/time value, expressed in ISO 8601-compatible form. Dates should be expressed as YYYY-MM-DD; times should be expressed as HH:MM:SS with optional milliseconds and an indication of the timezone. direct
attribute 1
Attribute
The attribute being represented. AttributeValue
raw_value 0..1
String
The value that was specified for an annotation in raw form, i.e. a string. E.g. "2 cm" or "2-4 cm" AttributeValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/bertron-schema

Mappings

Mapping Type Mapped Value
self nmdc:DateTimeValue
native bertron:DateTimeValue

LinkML Source

Direct

name: DateTimeValue
description: A date or date and time value.
from_schema: https://w3id.org/ber-data/bertron-schema
is_a: AttributeValue
slots:
- value
slot_usage:
  value:
    name: value
    description: The date or date/time value, expressed in ISO 8601-compatible form.
      Dates should be expressed as YYYY-MM-DD; times should be expressed as HH:MM:SS
      with optional milliseconds and an indication of the timezone.
    examples:
    - value: '2025-11-09'
    - value: '2025-09-16T22:48:54Z'
class_uri: nmdc:DateTimeValue

Induced

name: DateTimeValue
description: A date or date and time value.
from_schema: https://w3id.org/ber-data/bertron-schema
is_a: AttributeValue
slot_usage:
  value:
    name: value
    description: The date or date/time value, expressed in ISO 8601-compatible form.
      Dates should be expressed as YYYY-MM-DD; times should be expressed as HH:MM:SS
      with optional milliseconds and an indication of the timezone.
    examples:
    - value: '2025-11-09'
    - value: '2025-09-16T22:48:54Z'
attributes:
  value:
    name: value
    description: The date or date/time value, expressed in ISO 8601-compatible form.
      Dates should be expressed as YYYY-MM-DD; times should be expressed as HH:MM:SS
      with optional milliseconds and an indication of the timezone.
    examples:
    - value: '2025-11-09'
    - value: '2025-09-16T22:48:54Z'
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    alias: value
    owner: DateTimeValue
    domain_of:
    - TextValue
    - DateTimeValue
    range: string
  attribute:
    name: attribute
    description: The attribute being represented.
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    alias: attribute
    owner: DateTimeValue
    domain_of:
    - AttributeValue
    range: Attribute
    required: true
  raw_value:
    name: raw_value
    description: The value that was specified for an annotation in raw form, i.e.
      a string. E.g. "2 cm" or "2-4 cm"
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:raw_value
    rank: 1000
    alias: raw_value
    owner: DateTimeValue
    domain_of:
    - AttributeValue
    range: string
class_uri: nmdc:DateTimeValue