Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: CarbonCreditClassInfo

Off-chain metadata representation for credit classes where the credit type is Carbon (C)

URI: rfs:CarbonCreditClassInfo

erDiagram
CarbonCreditClassInfo {
    duration permanencePeriod  
    string name  
    string description  
    string url  
    duration creditingTerm  
    stringList eligibleEcosystemTypes  
    stringList eligibleActivities  
}
Methodology {
    string name  
    string url  
    string version  
    string identifier  
}
CreditProtocol {
    string name  
    string url  
    string version  
    string identifier  
}
CreditingProgram {
    string name  
    string url  
}
Registry {
    string name  
    string url  
}
Impact {
    string name  
    string id  
    SDGList hasSDG  
}

CarbonCreditClassInfo ||--|| Impact : "hasPrimaryImpact"
CarbonCreditClassInfo ||--}o Impact : "hasCoBenefits"
CarbonCreditClassInfo ||--|o Registry : "sourceRegistry"
CarbonCreditClassInfo ||--|o CreditingProgram : "program"
CarbonCreditClassInfo ||--|o CreditProtocol : "creditProtocol"
CarbonCreditClassInfo ||--}o Methodology : "approvedMethodologies"

Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
permanencePeriod0..1
Duration
Permanence period of the creditsdirect
name1
String
Name of the entity / resourceCreditClassInfo
description0..1
String
Description of the entity / resourceCreditClassInfo
url0..1
String
Link to a valid URL where more information can be found about the entity / re…CreditClassInfo
hasPrimaryImpact1
Impact
The primary impact expected from adhering to the protocol and/or management p…CreditClassInfo
hasCoBenefits*
Impact
Co-benefits are any secondary impacts that may result from adhering to the pr…CreditClassInfo
sourceRegistry0..1
Registry
The registry where the credits are issued and trackedCreditClassInfo
program0..1
CreditingProgram
The program that the credit class is associated withCreditClassInfo
creditProtocol0..1
CreditProtocol
The root document of the credit protocol that defines the requirements and pr…CreditClassInfo
approvedMethodologies*
Methodology
If one or more standalone methodologies for quantifying GHG or other benefits…CreditClassInfo
creditingTerm0..1
Duration
The total duration of the crediting term for the projectCreditClassInfo
eligibleEcosystemTypes*
String
Types of ecosystems that a project in this credit class may focuses onCreditClassInfo
eligibleActivities*
String
Eligible activities for registered projectsCreditClassInfo

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:CarbonCreditClassInfo
nativerfs:CarbonCreditClassInfo

LinkML Source

Direct

```yaml name: CarbonCreditClassInfo description: Off-chain metadata representation for credit classes where the credit type is Carbon (C) from_schema: https://framework.regen.network/schema/ is_a: CreditClassInfo attributes: permanencePeriod: name: permanencePeriod description: Permanence period of the credits. title: Permanence Period from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - CarbonCreditClassInfo range: duration
</details>

### Induced

<details>
```yaml
name: CarbonCreditClassInfo
description: Off-chain metadata representation for credit classes where the credit
  type is Carbon (C)
from_schema: https://framework.regen.network/schema/
is_a: CreditClassInfo
attributes:
  permanencePeriod:
    name: permanencePeriod
    description: Permanence period of the credits.
    title: Permanence Period
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: permanencePeriod
    owner: CarbonCreditClassInfo
    domain_of:
    - CarbonCreditClassInfo
    range: duration
  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: CarbonCreditClassInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  description:
    name: description
    description: Description of the entity / resource.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:description
    alias: description
    owner: CarbonCreditClassInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - CreditClassInfo
    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: CarbonCreditClassInfo
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
  hasPrimaryImpact:
    name: hasPrimaryImpact
    description: The primary impact expected from adhering to the protocol and/or
      management practices associated with the credit class. Generally speaking the
      quantifiable components of this impact are associated with the credit type that
      the credit class exists under (e.g. Carbon, Biodiversity, etc).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: hasPrimaryImpact
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Impact
    required: true
  hasCoBenefits:
    name: hasCoBenefits
    description: Co-benefits are any secondary impacts that may result from adhering
      to the protocol and/or management practices associated with the credit class.
      They can be qualitative or quantitative.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: hasCoBenefits
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Impact
    multivalued: true
  sourceRegistry:
    name: sourceRegistry
    description: The registry where the credits are issued and tracked.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: sourceRegistry
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Registry
  program:
    name: program
    description: The program that the credit class is associated with.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: program
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: CreditingProgram
  creditProtocol:
    name: creditProtocol
    description: The root document of the credit protocol that defines the requirements
      and process to register and issue credits under a credit protocol. It could
      be registered under a program or independent. It could include methods to measure
      and monitor, or reference other methodology documents.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditProtocol
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: CreditProtocol
  approvedMethodologies:
    name: approvedMethodologies
    description: If one or more standalone methodologies for quantifying GHG or other
      benefits are approved for use, supplemental to any explicit methodlogies defined
      within the main creditProtocol document, they can be listed here.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: approvedMethodologies
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Methodology
    multivalued: true
  creditingTerm:
    name: creditingTerm
    description: The total duration of the crediting term for the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditingTerm
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: duration
  eligibleEcosystemTypes:
    name: eligibleEcosystemTypes
    description: Types of ecosystems that a project in this credit class may focuses
      on.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: eligibleEcosystemTypes
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: string
    multivalued: true
  eligibleActivities:
    name: eligibleActivities
    description: Eligible activities for registered projects.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: eligibleActivities
    owner: CarbonCreditClassInfo
    domain_of:
    - CreditClassInfo
    range: string
    multivalued: true