Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: CreditProtocol

Details of the credit protocol that defines the requirements and process to register and issue credits under a credit protocol. Credit Protocols can be registered under a program or independent. It could include specific methods to measure and monitor, or reference other methodology documents.

URI: rfs:CreditProtocol

erDiagram
CreditProtocol {
    string name  
    string url  
    string version  
    string identifier  
}



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the entity / resourcedirect
url1
String
Link to a valid URL where more information can be found about the entity / re…direct
version0..1
String
Version number of the resource / entitydirect
identifier0..1
String
Unique identifier for the resource / entitydirect

Usages

used byused intypeused
CreditClassInfocreditProtocolrangeCreditProtocol
BiodiversityCreditClassInfocreditProtocolrangeCreditProtocol
CarbonCreditClassInfocreditProtocolrangeCreditProtocol

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:CreditProtocol
nativerfs:CreditProtocol

LinkML Source

Direct

```yaml name: CreditProtocol description: Details of the credit protocol that defines the requirements and process to register and issue credits under a credit protocol. Credit Protocols can be registered under a program or independent. It could include specific methods to measure and monitor, or reference other methodology documents. from_schema: https://framework.regen.network/schema/ slots: - name - url - version - identifier slot_usage: name: name: name required: true url: name: url required: true
</details>

### Induced

<details>
```yaml
name: CreditProtocol
description: Details of the credit protocol that defines the requirements and process
  to register and issue credits under a credit protocol. Credit Protocols can be registered
  under a program or independent. It could include specific methods to measure and
  monitor, or reference other methodology documents.
from_schema: https://framework.regen.network/schema/
slot_usage:
  name:
    name: name
    required: true
  url:
    name: url
    required: true
attributes:
  name:
    name: name
    description: Name of the entity / resource.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:name
    alias: name
    owner: CreditProtocol
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  url:
    name: url
    description: Link to a valid URL where more information can be found about the
      entity / resource.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:url
    alias: url
    owner: CreditProtocol
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  version:
    name: version
    description: Version number of the resource / entity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:version
    alias: version
    owner: CreditProtocol
    domain_of:
    - CreditingProgram
    - CreditProtocol
    - Methodology
    range: string
  identifier:
    name: identifier
    description: Unique identifier for the resource / entity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:identifier
    alias: identifier
    owner: CreditProtocol
    domain_of:
    - CreditingProgram
    - CreditProtocol
    - Methodology
    range: string