Class: QuantitySI
unit value extended to have two additional fields si_value and si_unit
URI: https://w3id.org/osc-em/oscem-schemas-spa/:QuantitySI
erDiagram
QuantitySI {
    float valueSI  
    string unitSI  
    string unit  
    float value  
}
Inheritance
- QuantityValue- QuantitySI
 
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
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-spa
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-spa/:QuantitySI | 
| native | https://w3id.org/osc-em/oscem-schemas-spa/: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-spa
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-spa
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-spa
    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-spa
    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-spa
    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-spa
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: value
    owner: QuantitySI
    domain_of:
    - QuantityValue
    range: float
    required: true