Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: BT01CreditClassInfo

URI: rfs:BT01CreditClassInfo

erDiagram
BT01CreditClassInfo {
    stringList creditGenerationMethod  
    stringList ecosystemType  
    stringList eligibleActivities  
    string geographicApplicability  
    string name  
    string description  
    string url  
    string creditingTerm  
    string permanencePeriod  
}
ProjectBenefit {
    string name  
    string id  
}
SDG {
    string id  
    string name  
    string description  
}
PrimaryImpact {
    string name  
    string id  
}
Methodology {
    string name  
    string url  
    string identifier  
    string version  
}
Registry {
    string name  
    string url  
}

BT01CreditClassInfo ||--|o Registry : "sourceRegistry"
BT01CreditClassInfo ||--}o Methodology : "approvedMethodology"
BT01CreditClassInfo ||--|o PrimaryImpact : "primaryImpact"
BT01CreditClassInfo ||--}o ProjectBenefit : "coBenefits"
ProjectBenefit ||--}o SDG : "sdg"
PrimaryImpact ||--}o SDG : "sdg"

Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
creditGenerationMethod*
String
Method for generating biodiversity creditsdirect
ecosystemType*
String
Type of ecosystem the project focuses ondirect
eligibleActivities*
String
Eligible activities for registered projectsdirect
geographicApplicability0..1
String
Geographic applicability of the credit classdirect
name1
String
Name of the projectCreditClassInfo
description1
String
Optional description of the projectCreditClassInfo
url0..1
String
CreditClassInfo
sourceRegistry0..1
Registry
The registry where the credits are issued and trackedCreditClassInfo
approvedMethodology*
Methodology
Approved methodology for credit generation, can be multiple per credit classCreditClassInfo
creditingTerm0..1
String
The total duration of the crediting term for the projectCreditClassInfo
permanencePeriod0..1
String
Permanence period of the creditsCreditClassInfo
primaryImpact0..1
PrimaryImpact
Primary impact of the projectCreditClassInfo
coBenefits*
ProjectBenefit
List of associated co-benefitsCreditClassInfo

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:BT01CreditClassInfo
nativerfs:BT01CreditClassInfo

LinkML Source

Direct

```yaml name: BT01CreditClassInfo from_schema: https://framework.regen.network/schema/ is_a: CreditClassInfo slots: - creditGenerationMethod - ecosystemType - eligibleActivities - geographicApplicability
</details>

### Induced

<details>
```yaml
name: BT01CreditClassInfo
from_schema: https://framework.regen.network/schema/
is_a: CreditClassInfo
attributes:
  creditGenerationMethod:
    name: creditGenerationMethod
    description: Method for generating biodiversity credits.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditGenerationMethod
    owner: BT01CreditClassInfo
    domain_of:
    - BT01CreditClassInfo
    range: string
    multivalued: true
  ecosystemType:
    name: ecosystemType
    description: Type of ecosystem the project focuses on.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: ecosystemType
    owner: BT01CreditClassInfo
    domain_of:
    - BT01CreditClassInfo
    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: BT01CreditClassInfo
    domain_of:
    - BT01CreditClassInfo
    range: string
    multivalued: true
  geographicApplicability:
    name: geographicApplicability
    description: Geographic applicability of the credit class.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: geographicApplicability
    owner: BT01CreditClassInfo
    domain_of:
    - BT01CreditClassInfo
    range: string
  name:
    name: name
    description: Name of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: BT01CreditClassInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - Registry
    - Methodology
    range: string
    required: true
  description:
    name: description
    description: Optional description of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: BT01CreditClassInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - CreditClassInfo
    range: string
    required: true
  url:
    name: url
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:URL
    alias: url
    owner: BT01CreditClassInfo
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - Methodology
    range: string
  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: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Registry
  approvedMethodology:
    name: approvedMethodology
    description: Approved methodology for credit generation, can be multiple per credit
      class.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: approvedMethodology
    owner: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: Methodology
    multivalued: true
  creditingTerm:
    name: creditingTerm
    description: The total duration of the crediting term for the project. An ISO
      8601 duration.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: creditingTerm
    owner: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: string
  permanencePeriod:
    name: permanencePeriod
    description: Permanence period of the credits.
    title: Permanence Period
    comments:
    - This should be an ISO 8601 duration.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: permanencePeriod
    owner: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: string
  primaryImpact:
    name: primaryImpact
    description: Primary impact of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: primaryImpact
    owner: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: PrimaryImpact
  coBenefits:
    name: coBenefits
    description: List of associated co-benefits.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: coBenefits
    owner: BT01CreditClassInfo
    domain_of:
    - CreditClassInfo
    range: ProjectBenefit
    multivalued: true