Regen Network

Regen Network Data Standards

WARNING: this site is a work in progress. All data is fake!

Class: ProjectSize

URI: rfs:ProjectSize

erDiagram
ProjectSize {
    string unit  
    double numericValue  
}



Slots

NameCardinality and RangeDescriptionInheritance
unit1
String
direct
numericValue1
Double
direct

Usages

used byused intypeused
Projectproject_sizerangeProjectSize

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectSize
nativerfs:ProjectSize

LinkML Source

Direct

```yaml name: ProjectSize from_schema: https://framework.regen.network/schema/ attributes: unit: name: unit from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: qudt:unit domain_of: - ProjectSize - QuantityValue required: true numericValue: name: numericValue from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: qudt:numericValue domain_of: - ProjectSize - QuantityValue range: double required: true class_uri: rfs:ProjectSize
</details>

### Induced

<details>
```yaml
name: ProjectSize
from_schema: https://framework.regen.network/schema/
attributes:
  unit:
    name: unit
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: qudt:unit
    alias: unit
    owner: ProjectSize
    domain_of:
    - ProjectSize
    - QuantityValue
    range: string
    required: true
  numericValue:
    name: numericValue
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: qudt:numericValue
    alias: numericValue
    owner: ProjectSize
    domain_of:
    - ProjectSize
    - QuantityValue
    range: double
    required: true
class_uri: rfs:ProjectSize