Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: CreditingProgram

Details of the program that oversees the crediting protocol associated with this credit class.

URI: rfs:CreditingProgram

erDiagram
CreditingProgram {
    string name  
    string url  
}



Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
url0..1
String
Link to a valid URL where more information can be found about the entity / re…direct

Usages

used byused intypeused
CreditClassInfoprogramrangeCreditingProgram
BiodiversityCreditClassInfoprogramrangeCreditingProgram
CarbonCreditClassInfoprogramrangeCreditingProgram

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:CreditingProgram
nativerfs:CreditingProgram

LinkML Source

Direct

```yaml name: CreditingProgram description: Details of the program that oversees the crediting protocol associated with this credit class. from_schema: https://framework.regen.network/schema/ slots: - name - url
</details>

### Induced

<details>
```yaml
name: CreditingProgram
description: Details of the program that oversees the crediting protocol associated
  with this credit class.
from_schema: https://framework.regen.network/schema/
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: CreditingProgram
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - ProjectImpact
    - SDG
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
  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: CreditingProgram
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string