Class: AttributeValue
The value for any attribute of an entity. 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 <|-- DateTimeValue
click DateTimeValue href "../DateTimeValue/"
AttributeValue : attribute
AttributeValue --> "0..1" Attribute : attribute
click Attribute href "../Attribute/"
AttributeValue : raw_value
Inheritance
- AttributeValue
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| attribute | 0..1 Attribute |
The attribute being represented | direct |
| raw_value | 0..1 String |
Unnormalized atomic string representation, suggested syntax {number} {unit} | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nmdc:AttributeValue |
| native | lambdaber:AttributeValue |
LinkML Source
Direct
name: AttributeValue
description: The value for any attribute of an entity. This object can hold both the
un-normalized atomic value and the structured value.
from_schema: https://w3id.org/lambda-ber-schema/
abstract: true
attributes:
attribute:
name: attribute
description: The attribute being represented.
from_schema: https://w3id.org/lambda-ber-schema/types
domain_of:
- AttributeValue
range: Attribute
raw_value:
name: raw_value
description: Unnormalized atomic string representation, suggested syntax {number}
{unit}
from_schema: https://w3id.org/lambda-ber-schema/types
domain_of:
- AttributeValue
range: string
class_uri: nmdc:AttributeValue
Induced
name: AttributeValue
description: The value for any attribute of an entity. This object can hold both the
un-normalized atomic value and the structured value.
from_schema: https://w3id.org/lambda-ber-schema/
abstract: true
attributes:
attribute:
name: attribute
description: The attribute being represented.
from_schema: https://w3id.org/lambda-ber-schema/types
alias: attribute
owner: AttributeValue
domain_of:
- AttributeValue
range: Attribute
raw_value:
name: raw_value
description: Unnormalized atomic string representation, suggested syntax {number}
{unit}
from_schema: https://w3id.org/lambda-ber-schema/types
alias: raw_value
owner: AttributeValue
domain_of:
- AttributeValue
range: string
class_uri: nmdc:AttributeValue