Class: QuantityValue
if a value has a unit, it should be given as a unit value pair.
URI: qudt:quantityValue
erDiagram
QuantityValue {
    string unit  
    float value  
}
Inheritance
- QuantityValue
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-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