Class: QuantitySI
unit value extended to have two additional fields si_value and si_unit
URI: https://w3id.org/osc-em/oscem-schemas-env-tomo/:QuantitySI
classDiagram
class QuantitySI
click QuantitySI href "../QuantitySI"
QuantityValue <|-- QuantitySI
click QuantityValue href "../QuantityValue"
QuantitySI : unit
QuantitySI : unitSI
QuantitySI : value
QuantitySI : valueSI
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-env-tomo
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/osc-em/oscem-schemas-env-tomo/:QuantitySI |
native | https://w3id.org/osc-em/oscem-schemas-env-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-env-tomo
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-env-tomo
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-env-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-env-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-env-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-env-tomo
rank: 1000
slot_uri: qudt:hasQuantityKind
alias: value
owner: QuantitySI
domain_of:
- QuantityValue
range: float
required: true