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 <|-- QuantitySI click QuantitySI href "../QuantitySI" QuantityValue : unit QuantityValue : value

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
Grant budget range QuantityValue

Identifier and Mapping Information

Schema Source

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

Mappings

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