WARNING: this site is a work in progress. All data is fake!
Class: QuantityValue
A value that represents a quantity, with a numeric value and a unit.
URI: qudt:QuantityValue
erDiagram
QuantityValue {
float numericValue
string unit
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
numericValue | 0..1 Float | The numeric value of the quantity | direct |
unit | 0..1 String | The unit of measurement for the quantity | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | qudt:QuantityValue |
native | rfs:QuantityValue |
LinkML Source
Direct
```yaml
name: QuantityValue
description: A value that represents a quantity, with a numeric value and a unit.
from_schema: https://framework.regen.network/schema/
attributes:
numericValue:
name: numericValue
description: The numeric value of the quantity.
from_schema: https://framework.regen.network/schema/
slot_uri: qudt:numericValue
domain_of:
- ProjectSize
- QuantityValue
range: float
unit:
name: unit
description: The unit of measurement for the quantity.
from_schema: https://framework.regen.network/schema/
slot_uri: qudt:unit
domain_of:
- ProjectSize
- QuantityValue
range: string
class_uri: qudt:QuantityValue
</details>
### Induced
<details>
```yaml
name: QuantityValue
description: A value that represents a quantity, with a numeric value and a unit.
from_schema: https://framework.regen.network/schema/
attributes:
numericValue:
name: numericValue
description: The numeric value of the quantity.
from_schema: https://framework.regen.network/schema/
slot_uri: qudt:numericValue
alias: numericValue
owner: QuantityValue
domain_of:
- ProjectSize
- QuantityValue
range: float
unit:
name: unit
description: The unit of measurement for the quantity.
from_schema: https://framework.regen.network/schema/
slot_uri: qudt:unit
alias: unit
owner: QuantityValue
domain_of:
- ProjectSize
- QuantityValue
range: string
class_uri: qudt:QuantityValue