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 id  
    string name  
}
SDG {
    string id  
    string name  
    string description  
}

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

Slots

NameCardinality and RangeDescriptionInheritance
sdg*
SDG
List of relevant Sustainable Development Goalsdirect
id1
String
direct
name0..1
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 attributes: id: name: id from_schema: https://framework.regen.network/schema/ identifier: true domain_of: - Location - SDG - ProjectBenefit - PrimaryImpact required: true name: name: name from_schema: https://framework.regen.network/schema/ slot_uri: schema:name domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - ProjectBenefit - PrimaryImpact - CreditClassInfo - SourceRegistry - Methodology - AdministrativeArea class_uri: rfs:PrimaryImpact
</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
  name:
    name: name
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:name
    alias: name
    owner: PrimaryImpact
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
  sdg:
    name: sdg
    description: List of relevant Sustainable Development Goals.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:sdg
    alias: sdg
    owner: PrimaryImpact
    domain_of:
    - ProjectBenefit
    - PrimaryImpact
    range: SDG
    multivalued: true
class_uri: rfs:PrimaryImpact