WARNING: This site is a work in progress.
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
used by | used in | type | used |
---|---|---|---|
ProjectInfo | projectSize | range | QuantityValue |
TerrasosProjectInfo | projectSize | range | QuantityValue |
ManagementArea | extent | range | QuantityValue |
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/
rank: 1000
slot_uri: qudt:numericValue
domain_of:
- QuantityValue
range: float
unit:
name: unit
description: The unit of measurement for the quantity.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:unit
domain_of:
- 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/
rank: 1000
slot_uri: qudt:numericValue
alias: numericValue
owner: QuantityValue
domain_of:
- QuantityValue
range: float
unit:
name: unit
description: The unit of measurement for the quantity.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:unit
alias: unit
owner: QuantityValue
domain_of:
- QuantityValue
range: string
class_uri: qudt:QuantityValue