WARNING: this site is a work in progress. All data is fake!
Class: OffchainCreditsInfo
erDiagram
OffchainCreditsInfo {
}
QuantityValue {
float numericValue
string unit
}
OffchainCreditsInfo ||--|o QuantityValue : "creditsRegistered"
OffchainCreditsInfo ||--|o QuantityValue : "creditsAvailable"
OffchainCreditsInfo ||--|o QuantityValue : "creditsRetired"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
creditsRegistered | 0..1 QuantityValue | The number of credits registered | direct |
creditsAvailable | 0..1 QuantityValue | The number of credits available | direct |
creditsRetired | 0..1 QuantityValue | The number of credits retired | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Project | offchainCreditsInfo | range | OffchainCreditsInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:OffchainCreditsInfo |
native | rfs: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