Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Impact

Represents an ecological, social, or broader impact or benefit usually in the context of a project’s activities. Impacts can be measurable or qualitative.

URI: rfs:Impact

erDiagram
Impact {
    string name  
    ImpactType hasImpactType  
    SDGList supportsSDG  
}



Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name is optional and will be inferred from the ImpactType if not provideddirect
hasImpactType1
ImpactType
Type of impact, such as ecological, social, or economicdirect
supportsSDG*
SDG
List of relevant Sustainable Development Goals that this impact supportsdirect

Usages

used byused intypeused
ProjectInfohasPrimaryImpactrangeImpact
ProjectInfohasCoBenefitsrangeImpact
CreditProjectInfohasPrimaryImpactrangeImpact
CreditProjectInfohasCoBenefitsrangeImpact
CreditClassInfohasPrimaryImpactrangeImpact
CreditClassInfohasCoBenefitsrangeImpact
CarbonCreditClassInfohasPrimaryImpactrangeImpact
CarbonCreditClassInfohasCoBenefitsrangeImpact
BT01ProjectInfohasPrimaryImpactrangeImpact
BT01ProjectInfohasCoBenefitsrangeImpact
C01ProjectInfohasPrimaryImpactrangeImpact
C01ProjectInfohasCoBenefitsrangeImpact
C02ProjectInfohasPrimaryImpactrangeImpact
C02ProjectInfohasCoBenefitsrangeImpact

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Impact
nativerfs:Impact

LinkML Source

Direct

```yaml name: Impact description: Represents an ecological, social, or broader impact or benefit usually in the context of a project's activities. Impacts can be measurable or qualitative. from_schema: https://framework.regen.network/schema/ slots: - name slot_usage: name: name: name description: Name is optional and will be inferred from the ImpactType if not provided. attributes: hasImpactType: name: hasImpactType description: Type of impact, such as ecological, social, or economic. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Impact range: ImpactType required: true supportsSDG: name: supportsSDG description: List of relevant Sustainable Development Goals that this impact supports. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Impact range: SDG multivalued: true
</details>

### Induced

<details>
```yaml
name: Impact
description: Represents an ecological, social, or broader impact or benefit usually
  in the context of a project's activities. Impacts can be measurable or qualitative.
from_schema: https://framework.regen.network/schema/
slot_usage:
  name:
    name: name
    description: Name is optional and will be inferred from the ImpactType if not
      provided.
attributes:
  hasImpactType:
    name: hasImpactType
    description: Type of impact, such as ecological, social, or economic.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: hasImpactType
    owner: Impact
    domain_of:
    - Impact
    range: ImpactType
    required: true
  supportsSDG:
    name: supportsSDG
    description: List of relevant Sustainable Development Goals that this impact supports.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: supportsSDG
    owner: Impact
    domain_of:
    - Impact
    range: SDG
    multivalued: true
  name:
    name: name
    description: Name is optional and will be inferred from the ImpactType if not
      provided.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:name
    alias: name
    owner: Impact
    domain_of:
    - Link
    - ProjectInfo
    - Feature
    - File
    - Impact
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - BufferPoolAccount
    - CreditClassInfo
    - Entity
    range: string