Regen Network

Regen Network Data Standards

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

Class: OffchainCreditsInfo

URI: rfs:OffchainCreditsInfo

erDiagram
OffchainCreditsInfo {

}
QuantityValue {
    float numericValue  
    string unit  
}

OffchainCreditsInfo ||--|o QuantityValue : "creditsRegistered"
OffchainCreditsInfo ||--|o QuantityValue : "creditsAvailable"
OffchainCreditsInfo ||--|o QuantityValue : "creditsRetired"

Slots

NameCardinality and RangeDescriptionInheritance
creditsRegistered0..1
QuantityValue
The number of credits registereddirect
creditsAvailable0..1
QuantityValue
The number of credits availabledirect
creditsRetired0..1
QuantityValue
The number of credits retireddirect

Usages

used byused intypeused
ProjectoffchainCreditsInforangeOffchainCreditsInfo

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:OffchainCreditsInfo
nativerfs:OffchainCreditsInfo

LinkML Source

Direct

```yaml name: OffchainCreditsInfo from_schema: https://framework.regen.network/schema/ attributes: creditsRegistered: name: creditsRegistered description: The number of credits registered from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OffchainCreditsInfo range: QuantityValue creditsAvailable: name: creditsAvailable description: The number of credits available from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OffchainCreditsInfo range: QuantityValue creditsRetired: name: creditsRetired description: The number of credits retired from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OffchainCreditsInfo range: QuantityValue class_uri: rfs:OffchainCreditsInfo
</details>

### Induced

<details>
```yaml
name: OffchainCreditsInfo
from_schema: https://framework.regen.network/schema/
attributes:
  creditsRegistered:
    name: creditsRegistered
    description: The number of credits registered
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditsRegistered
    owner: OffchainCreditsInfo
    domain_of:
    - OffchainCreditsInfo
    range: QuantityValue
  creditsAvailable:
    name: creditsAvailable
    description: The number of credits available
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditsAvailable
    owner: OffchainCreditsInfo
    domain_of:
    - OffchainCreditsInfo
    range: QuantityValue
  creditsRetired:
    name: creditsRetired
    description: The number of credits retired
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditsRetired
    owner: OffchainCreditsInfo
    domain_of:
    - OffchainCreditsInfo
    range: QuantityValue
class_uri: rfs:OffchainCreditsInfo