Skip to content

Class: NamedQuantityValue

A quantity value where the attribute is already specified.

URI: bertron:NamedQuantityValue

classDiagram class NamedQuantityValue click NamedQuantityValue href "../NamedQuantityValue/" NamedQuantityValue : maximum_numeric_value NamedQuantityValue : minimum_numeric_value NamedQuantityValue : numeric_value NamedQuantityValue : raw_value NamedQuantityValue : unit

Slots

Name Cardinality and Range Description Inheritance
maximum_numeric_value 0..1
Float
The maximum value part, expressed as number, of the quantity value when the value covers a range. direct
minimum_numeric_value 0..1
Float
The minimum value part, expressed as number, of the quantity value when the value covers a range. direct
numeric_value 0..1
Float
Links a quantity value to a number direct
unit 0..1
unit
Links a QuantityValue to a unit. Units should be taken from the UCUM unit collection or the Unit Ontology. 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

Usages

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self bertron:NamedQuantityValue
native bertron:NamedQuantityValue

LinkML Source

Direct

name: NamedQuantityValue
description: A quantity value where the attribute is already specified.
from_schema: https://w3id.org/ber-data/bertron-schema
slots:
- maximum_numeric_value
- minimum_numeric_value
- numeric_value
- unit
- raw_value

Induced

name: NamedQuantityValue
description: A quantity value where the attribute is already specified.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  maximum_numeric_value:
    name: 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:maximum_numeric_value
    rank: 1000
    is_a: numeric_value
    alias: maximum_numeric_value
    owner: NamedQuantityValue
    domain_of:
    - QuantityValue
    - NamedQuantityValue
    range: float
  minimum_numeric_value:
    name: 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:minimum_numeric_value
    rank: 1000
    is_a: numeric_value
    alias: minimum_numeric_value
    owner: NamedQuantityValue
    domain_of:
    - QuantityValue
    - NamedQuantityValue
    range: float
  numeric_value:
    name: numeric_value
    description: Links a quantity value to a number
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - nmdc:numeric_value
    - qud:quantityValue
    - schema:value
    rank: 1000
    alias: numeric_value
    owner: NamedQuantityValue
    domain_of:
    - QuantityValue
    - NamedQuantityValue
    range: float
  unit:
    name: unit
    description: Links a QuantityValue to a unit. Units should be taken from the UCUM
      unit collection or the Unit Ontology.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - scale
    mappings:
    - nmdc:unit
    - qud:unit
    - schema:unitCode
    rank: 1000
    alias: unit
    owner: NamedQuantityValue
    domain_of:
    - QuantityValue
    - NamedQuantityValue
    range: unit
  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: NamedQuantityValue
    domain_of:
    - AttributeValue
    - NamedQuantityValue
    range: string