Skip to content

Class: QuantitySI

unit value extended to have two additional fields si_value and si_unit

URI: https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:QuantitySI

classDiagram class QuantitySI click QuantitySI href "../QuantitySI" QuantityValue <|-- QuantitySI click QuantityValue href "../QuantityValue" QuantitySI : unit QuantitySI : unitSI QuantitySI : value QuantitySI : valueSI

Inheritance

Slots

Name Cardinality and Range Description Inheritance
valueSI 0..1
Float
value of a given field in respect to its SI unit direct
unitSI 0..1
String
the SI unit attached to a si value direct
unit 1
String
the unit of a given value QuantityValue
value 1
Float
the value of a field with a unit QuantityValue

Usages

used by used in type used
Range minimal range QuantitySI
Range maximal range QuantitySI
Series increment range QuantitySI
Series minimal range QuantitySI
Series maximal range QuantitySI
BoundingBox2D x_min range QuantitySI
BoundingBox2D x_max range QuantitySI
BoundingBox2D y_min range QuantitySI
BoundingBox2D y_max range QuantitySI
Acquisition screen_current range QuantitySI
Acquisition dose_per_movie range QuantitySI
Acquisition exposure_time range QuantitySI
Acquisition pixel_size range QuantitySI
EnergyFilter width_energy_filter range QuantitySI
Detector dispersion range QuantitySI
Instrument acceleration_voltage range QuantitySI
Instrument c2_aperture range QuantitySI
Instrument cs range QuantitySI
Instrument beam_convergence range QuantitySI
Freezing humidity_env range QuantitySI
Freezing temperature_env range QuantitySI
Thinning target_thickness range QuantitySI
GrowthCondition temperature_growth range QuantitySI
TiltAngle increment range QuantitySI
TiltAngle minimal range QuantitySI
TiltAngle maximal range QuantitySI
AcquisitionTomo screen_current range QuantitySI
AcquisitionTomo dose_per_movie range QuantitySI
AcquisitionTomo exposure_time range QuantitySI
AcquisitionTomo pixel_size range QuantitySI

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:QuantitySI
native https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:QuantitySI

LinkML Source

Direct

name: QuantitySI
description: unit value extended to have two additional fields si_value and si_unit
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
is_a: QuantityValue
slots:
- valueSI
- unitSI

Induced

name: QuantitySI
description: unit value extended to have two additional fields si_value and si_unit
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
is_a: QuantityValue
attributes:
  valueSI:
    name: valueSI
    description: value of a given field in respect to its SI unit
    from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
    rank: 1000
    alias: valueSI
    owner: QuantitySI
    domain_of:
    - QuantitySI
    range: float
  unitSI:
    name: unitSI
    description: the SI unit attached to a si value
    from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
    rank: 1000
    alias: unitSI
    owner: QuantitySI
    domain_of:
    - QuantitySI
    range: string
  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: QuantitySI
    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: QuantitySI
    domain_of:
    - QuantityValue
    range: float
    required: true