Skip to content

Class: QuantityValue

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

URI: qudt:quantityValue

Inheritance

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 any_of[range] QuantityValue
Range maximal any_of[range] QuantityValue
Series increment any_of[range] QuantityValue
Series minimal any_of[range] QuantityValue
Series maximal any_of[range] QuantityValue
BoundingBox2D x_min any_of[range] QuantityValue
BoundingBox2D x_max any_of[range] QuantityValue
BoundingBox2D y_min any_of[range] QuantityValue
BoundingBox2D y_max any_of[range] QuantityValue
Acquisition dose_per_movie any_of[range] QuantityValue
Acquisition exposure_time any_of[range] QuantityValue
Acquisition pixel_size any_of[range] QuantityValue
EnergyFilter width_energy_filter any_of[range] QuantityValue
Instrument acceleration_voltage any_of[range] QuantityValue
Instrument c2_aperture any_of[range] QuantityValue
Instrument cs any_of[range] QuantityValue
Grant budget range QuantityValue
OverallMolecule molecular_weight any_of[range] QuantityValue
Specimen concentration any_of[range] QuantityValue
Specimen humidity any_of[range] QuantityValue
Specimen temperature any_of[range] QuantityValue
Grid pretreatment_time any_of[range] QuantityValue
Grid pretreatment_pressure any_of[range] QuantityValue
Movies dose_per_image range QuantityValue
Movies initial_dose range QuantityValue
Defocus output_min_defocus range QuantityValue
Defocus output_max_defocus range QuantityValue
Defocus output_avg_defocus range QuantityValue
Resolution output_min_resolution range QuantityValue
Resolution output_max_resolution range QuantityValue
Resolution output_avg_resolution range QuantityValue
Classes2D resolution_classes_2D range QuantityValue
Classes3D resolution_classes_3D range QuantityValue
Volumes vol_resolution range QuantityValue

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self qudt:quantityValue
native https://w3id.org/osc-em/oscem-schemas-spa/: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-spa
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-spa
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-spa
    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-spa
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: float
    required: true
class_uri: qudt:quantityValue