Regen Network

Regen Network Data Standards

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

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
OffchainCreditsInfocreditsRegisteredrangeQuantityValue
OffchainCreditsInfocreditsAvailablerangeQuantityValue
OffchainCreditsInfocreditsRetiredrangeQuantityValue
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/ 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