Skip to content

Class: QuantityValue

A simple quantity, e.g. 2cm

URI: nmdc:QuantityValue

classDiagram class QuantityValue click QuantityValue href "../QuantityValue" AttributeValue <|-- QuantityValue click AttributeValue href "../AttributeValue" QuantityValue : has_maximum_numeric_value QuantityValue : has_minimum_numeric_value QuantityValue : has_numeric_value QuantityValue : has_raw_value QuantityValue : has_unit

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_maximum_numeric_value 0..1
Float
The maximum value part, expressed as number, of the quantity value when the value covers a range. direct
has_minimum_numeric_value 0..1
Float
The minimum value part, expressed as number, of the quantity value when the value covers a range. direct
has_numeric_value 0..1
Float
The number part of the quantity direct
has_raw_value 0..1
String
Unnormalized atomic string representation, should in syntax {number} {unit} direct
has_unit 0..1
Unit
The unit of the quantity direct

Usages

used by used in type used
Coordinates altitude range QuantityValue
Coordinates depth range QuantityValue
Coordinates elevation range QuantityValue

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self nmdc:QuantityValue
native bertron:QuantityValue
undefined schema:QuantityValue

LinkML Source

Direct

name: QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://w3id.org/ber-data/bertron-schema
mappings:
- schema:QuantityValue
is_a: AttributeValue
slots:
- has_maximum_numeric_value
- has_minimum_numeric_value
- has_numeric_value
- has_raw_value
- has_unit
slot_usage:
  has_raw_value:
    name: has_raw_value
    description: Unnormalized atomic string representation, should in syntax {number}
      {unit}
  has_unit:
    name: has_unit
    description: The unit of the quantity
  has_numeric_value:
    name: has_numeric_value
    description: The number part of the quantity
class_uri: nmdc:QuantityValue

Induced

name: QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://w3id.org/ber-data/bertron-schema
mappings:
- schema:QuantityValue
is_a: AttributeValue
slot_usage:
  has_raw_value:
    name: has_raw_value
    description: Unnormalized atomic string representation, should in syntax {number}
      {unit}
  has_unit:
    name: has_unit
    description: The unit of the quantity
  has_numeric_value:
    name: has_numeric_value
    description: The number part of the quantity
attributes:
  has_maximum_numeric_value:
    name: has_maximum_numeric_value
    description: The maximum value part, expressed as number, of the quantity value
      when the value covers a range.
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:has_maximum_numeric_value
    rank: 1000
    is_a: has_numeric_value
    alias: has_maximum_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: float
  has_minimum_numeric_value:
    name: has_minimum_numeric_value
    description: The minimum value part, expressed as number, of the quantity value
      when the value covers a range.
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:has_minimum_numeric_value
    rank: 1000
    is_a: has_numeric_value
    alias: has_minimum_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: float
  has_numeric_value:
    name: has_numeric_value
    description: The number part of the quantity
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:has_numeric_value
    - qud:quantityValue
    - schema:value
    rank: 1000
    alias: has_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: float
  has_raw_value:
    name: has_raw_value
    description: Unnormalized atomic string representation, should in syntax {number}
      {unit}
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:has_raw_value
    rank: 1000
    alias: has_raw_value
    owner: QuantityValue
    domain_of:
    - AttributeValue
    - QuantityValue
    range: string
  has_unit:
    name: has_unit
    description: The unit of the quantity
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - scale
    mappings:
    - nmdc:has_unit
    - qud:unit
    - schema:unitCode
    rank: 1000
    alias: has_unit
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: unit
class_uri: nmdc:QuantityValue