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-subtomo/: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 any_of[range] QuantitySI
Range maximal any_of[range] QuantitySI
Series increment any_of[range] QuantitySI
Series minimal any_of[range] QuantitySI
Series maximal any_of[range] QuantitySI
BoundingBox2D x_min any_of[range] QuantitySI
BoundingBox2D x_max any_of[range] QuantitySI
BoundingBox2D y_min any_of[range] QuantitySI
BoundingBox2D y_max any_of[range] QuantitySI
Acquisition dose_per_movie any_of[range] QuantitySI
Acquisition exposure_time any_of[range] QuantitySI
Acquisition pixel_size any_of[range] QuantitySI
EnergyFilter width_energy_filter any_of[range] QuantitySI
Instrument acceleration_voltage any_of[range] QuantitySI
Instrument c2_aperture any_of[range] QuantitySI
Instrument cs any_of[range] QuantitySI
OverallMolecule molecular_weight any_of[range] QuantitySI
Specimen concentration any_of[range] QuantitySI
Specimen humidity any_of[range] QuantitySI
Specimen temperature any_of[range] QuantitySI
Grid pretreatment_time any_of[range] QuantitySI
Grid pretreatment_pressure any_of[range] QuantitySI
TiltAngle increment any_of[range] QuantitySI
TiltAngle minimal any_of[range] QuantitySI
TiltAngle maximal any_of[range] QuantitySI
AcquisitionTomo dose_per_movie any_of[range] QuantitySI
AcquisitionTomo exposure_time any_of[range] QuantitySI
AcquisitionTomo pixel_size any_of[range] QuantitySI

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas-subtomo/:QuantitySI
native https://w3id.org/osc-em/oscem-schemas-subtomo/: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-subtomo
is_a: QuantityValue
slots:
- valueSI
- unitSI
slot_usage:
  si_value:
    name: si_value
    required: true
  si_unit:
    name: si_unit
    required: true

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-subtomo
is_a: QuantityValue
slot_usage:
  si_value:
    name: si_value
    required: true
  si_unit:
    name: si_unit
    required: true
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-subtomo
    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-subtomo
    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-subtomo
    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-subtomo
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: value
    owner: QuantitySI
    domain_of:
    - QuantityValue
    range: float
    required: true