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

Class Properties

Property Value
Class URI nmdc:AttributeValue

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 direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sierra-moxon/wss-test

Mappings

Mapping Type Mapped Value
self nmdc:AttributeValue
native wss_test:AttributeValue
undefined 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/sierra-moxon/wss-test
mappings:
- bertron:AttributeValue
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/sierra-moxon/wss-test
mappings:
- bertron:AttributeValue
abstract: true
attributes:
  attribute:
    name: attribute
    description: The attribute being represented.
    from_schema: https://w3id.org/sierra-moxon/wss-test
    mappings:
    - bertron:attribute
    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/sierra-moxon/wss-test
    mappings:
    - nmdc:raw_value
    - bertron:raw_value
    rank: 1000
    alias: raw_value
    owner: AttributeValue
    domain_of:
    - AttributeValue
    range: string
class_uri: nmdc:AttributeValue