Class: AttributeValue
The value for any value of a attribute for a sample. This object can hold both the un-normalized atomic value and the structured value
- NOTE: this is an abstract class and should not be instantiated directly
URI: nmdc:AttributeValue
classDiagram
class AttributeValue
click AttributeValue href "../AttributeValue"
AttributeValue <|-- QuantityValue
click QuantityValue href "../QuantityValue"
AttributeValue <|-- TextValue
click TextValue href "../TextValue"
AttributeValue <|-- TimestampValue
click TimestampValue href "../TimestampValue"
AttributeValue <|-- ControlledTermValue
click ControlledTermValue href "../ControlledTermValue"
AttributeValue <|-- Geolocation
click Geolocation href "../Geolocation"
AttributeValue : raw_value
AttributeValue : type
Inheritance
- AttributeValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
raw_value | 0..1 String |
direct | |
type | 0..1 String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | nmdc:AttributeValue |
native | cdm:AttributeValue |
LinkML Source
Direct
name: AttributeValue
description: The value for any value of a attribute for a sample. This object can
hold both the un-normalized atomic value and the structured value
from_schema: https://github.com/kbase/cdm-schema
abstract: true
slots:
- raw_value
- type
class_uri: nmdc:AttributeValue
Induced
name: AttributeValue
description: The value for any value of a attribute for a sample. This object can
hold both the un-normalized atomic value and the structured value
from_schema: https://github.com/kbase/cdm-schema
abstract: true
attributes:
raw_value:
name: raw_value
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: raw_value
owner: AttributeValue
domain_of:
- AttributeValue
range: string
type:
name: type
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: type
owner: AttributeValue
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
- AttributeValue
range: string
class_uri: nmdc:AttributeValue