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 : unit
QuantityValue : value
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
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