Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: ProjectImpact

Represents an ecological, social, or broader impact or benefit of a project’s activities. Impacts can be measurable or qualitative. Primary impacts and other eligible project impacts are defined at the Credit Class level. At the project level, impacts should be a subset of those listed at the Credit Class level.

URI: rfs:ProjectImpact

erDiagram
ProjectImpact {
    string name  
    string id  
}
SDG {
    string id  
    string name  
    string description  
}

ProjectImpact ||--}o SDG : "sdg"

Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
id1
String
direct
sdg*
SDG
List of relevant Sustainable Development Goalsdirect

Usages

used byused intypeused
CreditClassInfoprimaryImpactrangeProjectImpact
CreditClassInfocoBenefitsrangeProjectImpact
BiodiversityCreditClassInfoprimaryImpactrangeProjectImpact
BiodiversityCreditClassInfocoBenefitsrangeProjectImpact
CarbonCreditClassInfoprimaryImpactrangeProjectImpact
CarbonCreditClassInfocoBenefitsrangeProjectImpact

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectImpact
nativerfs:ProjectImpact

LinkML Source

Direct

```yaml name: ProjectImpact description: Represents an ecological, social, or broader impact or benefit of a project's activities. Impacts can be measurable or qualitative. Primary impacts and other eligible project impacts are defined at the Credit Class level. At the project level, impacts should be a subset of those listed at the Credit Class level. from_schema: https://framework.regen.network/schema/ slots: - name attributes: id: name: id from_schema: https://framework.regen.network/schema/ identifier: true domain_of: - Location - ProjectImpact - SDG required: true sdg: name: sdg description: List of relevant Sustainable Development Goals. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - ProjectImpact range: SDG multivalued: true
</details>

### Induced

<details>
```yaml
name: ProjectImpact
description: Represents an ecological, social, or broader impact or benefit of a project's
  activities. Impacts can be measurable or qualitative. Primary impacts and other
  eligible project impacts are defined at the Credit Class level. At the project level,
  impacts should be a subset of those listed at the Credit Class level.
from_schema: https://framework.regen.network/schema/
attributes:
  id:
    name: id
    from_schema: https://framework.regen.network/schema/
    identifier: true
    alias: id
    owner: ProjectImpact
    domain_of:
    - Location
    - ProjectImpact
    - SDG
    range: string
    required: true
  sdg:
    name: sdg
    description: List of relevant Sustainable Development Goals.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: sdg
    owner: ProjectImpact
    domain_of:
    - ProjectImpact
    range: SDG
    multivalued: true
  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: ProjectImpact
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - ProjectImpact
    - SDG
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string