Skip to content

Class: TimestampValue

A value that is a timestamp. The range should be ISO-8601

URI: nmdc:TimestampValue

classDiagram class TimestampValue click TimestampValue href "../TimestampValue" AttributeValue <|-- TimestampValue click AttributeValue href "../AttributeValue" TimestampValue : has_raw_value TimestampValue : was_generated_by TimestampValue --> "1" Activity : was_generated_by click Activity href "../Activity"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_raw_value 0..1
String
The value that was specified for an annotation in raw form, i AttributeValue
was_generated_by 0..1
Activity
AttributeValue

Usages

used by used in type used
Biosample collection_date range TimestampValue
Biosample date_last_rain range TimestampValue
Biosample iw_bt_date_well range TimestampValue
Biosample last_clean range TimestampValue
Biosample prod_start_date range TimestampValue

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:TimestampValue
native nmdc:TimestampValue

LinkML Source

Direct

name: TimestampValue
description: A value that is a timestamp. The range should be ISO-8601
notes:
- 'removed the following slots: year, month, day'
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue

Induced

name: TimestampValue
description: A value that is a timestamp. The range should be ISO-8601
notes:
- 'removed the following slots: year, month, day'
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
attributes:
  has_raw_value:
    name: has_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/nmdc/nmdc
    rank: 1000
    domain: AttributeValue
    multivalued: false
    alias: has_raw_value
    owner: TimestampValue
    domain_of:
    - AttributeValue
    - QuantityValue
    range: string
  was_generated_by:
    name: was_generated_by
    from_schema: https://w3id.org/nmdc/nmdc
    mappings:
    - prov:wasGeneratedBy
    rank: 1000
    alias: was_generated_by
    owner: TimestampValue
    domain_of:
    - DataObject
    - AttributeValue
    - FunctionalAnnotation
    range: Activity