Skip to content

Class: AttributeValue

The value for any value of attribute for 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 : attribute AttributeValue --> "1" Attribute : attribute click Attribute href "../Attribute/" AttributeValue : raw_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
attribute 1
Attribute
The attribute being represented. direct
raw_value 0..1
String
The raw value. direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AttributeValue
description: The value for any value of attribute for an entity. This object can hold
  both the un-normalized atomic value and the structured value.
from_schema: https://w3id.org/ber-data/bertron-schema
abstract: true
attributes:
  attribute:
    name: attribute
    description: The attribute being represented.
    from_schema: https://w3id.org/ber-data/bertron_types
    rank: 1000
    domain_of:
    - AttributeValue
    range: Attribute
    required: true
  raw_value:
    name: raw_value
    description: The raw value.
    from_schema: https://w3id.org/ber-data/bertron_types
    domain_of:
    - AttributeValue
    - NamedQuantityValue
    range: string
class_uri: nmdc:AttributeValue

Induced

name: AttributeValue
description: The value for any value of attribute for an entity. This object can hold
  both the un-normalized atomic value and the structured value.
from_schema: https://w3id.org/ber-data/bertron-schema
abstract: true
attributes:
  attribute:
    name: attribute
    description: The attribute being represented.
    from_schema: https://w3id.org/ber-data/bertron_types
    rank: 1000
    alias: attribute
    owner: AttributeValue
    domain_of:
    - AttributeValue
    range: Attribute
    required: true
  raw_value:
    name: raw_value
    description: The raw value.
    from_schema: https://w3id.org/ber-data/bertron_types
    alias: raw_value
    owner: AttributeValue
    domain_of:
    - AttributeValue
    - NamedQuantityValue
    range: string
class_uri: nmdc:AttributeValue