Skip to content

Class: QuantityValue

if a value has a unit, it should be given as a unit value pair.

URI: qudt:quantityValue

classDiagram class QuantityValue click QuantityValue href "../QuantityValue" QuantityValue : unit QuantityValue : value

Slots

Name Cardinality and Range Description Inheritance
unit 1
String
the unit of a given value direct
value 1
Float
the value of a field with a unit direct

Usages

used by used in type used
Range minimal range QuantityValue
Range maximal range QuantityValue
Series increment range QuantityValue
Series minimal range QuantityValue
Series maximal range QuantityValue
BoundingBox2D x_min range QuantityValue
BoundingBox2D x_max range QuantityValue
BoundingBox2D y_min range QuantityValue
BoundingBox2D y_max range QuantityValue
Acquisition dose_per_movie range QuantityValue
Acquisition exposure_time range QuantityValue
Acquisition pixel_size range QuantityValue
Instrument acceleration_voltage range QuantityValue
Instrument c2_aperture range QuantityValue
Instrument cs range QuantityValue
Grant budget range QuantityValue
OverallMolecule molecular_weight range QuantityValue
Specimen concentration range QuantityValue
Specimen humidity range QuantityValue
Specimen temperature range QuantityValue
Grid pretreatment_time range QuantityValue
Grid pretreatment_pressure range QuantityValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas

Mappings

Mapping Type Mapped Value
self qudt:quantityValue
native https://w3id.org/osc-em/oscem-schemas/:QuantityValue

LinkML Source

Direct

name: QuantityValue
description: if a value has a unit, it should be given as a unit value pair.
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- unit
- value
slot_usage:
  unit:
    name: unit
    required: true
  value:
    name: value
    required: true
class_uri: qudt:quantityValue

Induced

name: QuantityValue
description: if a value has a unit, it should be given as a unit value pair.
from_schema: https://w3id.org/osc-em/oscem-schemas
slot_usage:
  unit:
    name: unit
    required: true
  value:
    name: value
    required: true
attributes:
  unit:
    name: unit
    description: the unit of a given value
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    slot_uri: qudt:hasUnit
    alias: unit
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: string
    required: true
  value:
    name: value
    description: the value of a field with a unit
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: float
    required: true
class_uri: qudt:quantityValue