Skip to content

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 : has_raw_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_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 a attribute for a sample. 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:
- has_raw_value
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://w3id.org/ber-data/bertron-schema
abstract: true
attributes:
  has_raw_value:
    name: has_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:has_raw_value
    rank: 1000
    alias: has_raw_value
    owner: AttributeValue
    domain_of:
    - AttributeValue
    - QuantityValue
    range: string
class_uri: nmdc:AttributeValue