WARNING: This site is a work in progress.
Class: 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
- CreditClassInfo
- BT01CreditClassInfo
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
creditGenerationMethod | * String | Method for generating biodiversity credits | direct |
ecosystemType | * String | Type of ecosystem the project focuses on | direct |
eligibleActivities | * String | Eligible activities for registered projects | direct |
geographicApplicability | 0..1 String | Geographic applicability of the credit class | direct |
name | 1 String | Name of the project | CreditClassInfo |
description | 1 String | Optional description of the project | CreditClassInfo |
url | 0..1 String | CreditClassInfo | |
sourceRegistry | 0..1 Registry | The registry where the credits are issued and tracked | CreditClassInfo |
approvedMethodology | * Methodology | Approved methodology for credit generation, can be multiple per credit class | CreditClassInfo |
creditingTerm | 0..1 String | The total duration of the crediting term for the project | CreditClassInfo |
permanencePeriod | 0..1 String | Permanence period of the credits | CreditClassInfo |
primaryImpact | 0..1 PrimaryImpact | Primary impact of the project | CreditClassInfo |
coBenefits | * ProjectBenefit | List of associated co-benefits | CreditClassInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:BT01CreditClassInfo |
native | rfs: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