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 <|-- DateTimeValue click DateTimeValue href "../DateTimeValue/" 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 value that was specified for an annotation in raw form, i.e. a string. E.g. "2 cm" or "2-4 cm" 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
slots:
- attribute
- raw_value
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-schema
    rank: 1000
    alias: attribute
    owner: AttributeValue
    domain_of:
    - AttributeValue
    range: Attribute
    required: true
  raw_value:
    name: 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/ber-data/bertron-schema
    mappings:
    - nmdc:raw_value
    rank: 1000
    alias: raw_value
    owner: AttributeValue
    domain_of:
    - AttributeValue
    range: string
class_uri: nmdc:AttributeValue