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
EnergyFilter width_energy_filter range QuantityValue
Instrument acceleration_voltage range QuantityValue
Instrument c2_aperture range QuantityValue
Instrument cs range QuantityValue
Freezing humidity_env range QuantityValue
Freezing temperature_env range QuantityValue
Thinning target_thickness range QuantityValue
GrowthCondition temperature_growth range QuantityValue
TiltAngle increment range QuantityValue
TiltAngle minimal range QuantityValue
TiltAngle maximal range QuantityValue
AcquisitionTomo dose_per_movie range QuantityValue
AcquisitionTomo exposure_time range QuantityValue
AcquisitionTomo pixel_size range QuantityValue
Grant budget range QuantityValue

Identifier and Mapping Information

Schema Source

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

Mappings

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