Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
numericValue0..1
Float
The numeric value of the quantitydirect
unit0..1
String
The unit of measurement for the quantitydirect

Usages

used byused intypeused
ProjectInfoprojectSizerangeQuantityValue
TerrasosProjectInfoprojectSizerangeQuantityValue
ManagementAreaextentrangeQuantityValue

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfqudt:QuantityValue
nativerfs: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