Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Primary Impact (PrimaryImpact)

Primary impact of the biodiversity project.

URI: rfs:PrimaryImpact

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

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

Slots

NameCardinality and RangeDescriptionInheritance
sdg*
SDG
List of relevant Sustainable Development Goalsdirect
name1
String
Name of the projectdirect
id1
String
direct

Usages

used byused intypeused
CreditClassInfoprimaryImpactrangePrimaryImpact
BT01CreditClassInfoprimaryImpactrangePrimaryImpact

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:PrimaryImpact
nativerfs:PrimaryImpact

LinkML Source

Direct

```yaml name: PrimaryImpact description: Primary impact of the biodiversity project. title: Primary Impact from_schema: https://framework.regen.network/schema/ slots: - sdg - name attributes: id: name: id from_schema: https://framework.regen.network/schema/ identifier: true domain_of: - Location - SDG - ProjectBenefit - PrimaryImpact required: true
</details>

### Induced

<details>
```yaml
name: PrimaryImpact
description: Primary impact of the biodiversity project.
title: Primary Impact
from_schema: https://framework.regen.network/schema/
attributes:
  id:
    name: id
    from_schema: https://framework.regen.network/schema/
    identifier: true
    alias: id
    owner: PrimaryImpact
    domain_of:
    - Location
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    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: PrimaryImpact
    domain_of:
    - ProjectBenefit
    - PrimaryImpact
    range: SDG
    multivalued: true
  name:
    name: name
    description: Name of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: PrimaryImpact
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - Registry
    - Methodology
    range: string
    required: true