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 : raw_value
TimestampValue : type
Inheritance
- AttributeValue
- TimestampValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
raw_value | 0..1 String |
AttributeValue | |
type | 0..1 String |
AttributeValue |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | nmdc:TimestampValue |
native | cdm:TimestampValue |
LinkML Source
Direct
name: TimestampValue
description: A value that is a timestamp. The range should be ISO-8601
from_schema: https://github.com/kbase/cdm-schema
is_a: AttributeValue
class_uri: nmdc:TimestampValue
Induced
name: TimestampValue
description: A value that is a timestamp. The range should be ISO-8601
from_schema: https://github.com/kbase/cdm-schema
is_a: AttributeValue
attributes:
raw_value:
name: raw_value
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: raw_value
owner: TimestampValue
domain_of:
- AttributeValue
range: string
type:
name: type
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: type
owner: TimestampValue
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
- AttributeValue
range: string
class_uri: nmdc:TimestampValue