Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Project Benefit (ProjectBenefit)

Benefits delivered by the biodiversity project.

URI: rfs:ProjectBenefit

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

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

Slots

NameCardinality and RangeDescriptionInheritance
sdg*
SDG
List of relevant Sustainable Development Goalsdirect
id1
String
Unique identifier for the project benefitdirect
name1
String
Name of the project benefitdirect

Usages

used byused intypeused
CreditClassInfocoBenefitsrangeProjectBenefit
BT01CreditClassInfocoBenefitsrangeProjectBenefit

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectBenefit
nativerfs:ProjectBenefit

LinkML Source

Direct

```yaml name: ProjectBenefit description: Benefits delivered by the biodiversity project. title: Project Benefit from_schema: https://framework.regen.network/schema/ slots: - sdg attributes: id: name: id description: Unique identifier for the project benefit. from_schema: https://framework.regen.network/schema/ identifier: true domain_of: - Location - SDG - ProjectBenefit - PrimaryImpact required: true name: name: name description: Name of the project benefit. from_schema: https://framework.regen.network/schema/ slot_uri: schema:name domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - ProjectBenefit - PrimaryImpact - CreditClassInfo - SourceRegistry - Methodology - AdministrativeArea required: true class_uri: rfs:ProjectBenefit
</details>

### Induced

<details>
```yaml
name: ProjectBenefit
description: Benefits delivered by the biodiversity project.
title: Project Benefit
from_schema: https://framework.regen.network/schema/
attributes:
  id:
    name: id
    description: Unique identifier for the project benefit.
    from_schema: https://framework.regen.network/schema/
    identifier: true
    alias: id
    owner: ProjectBenefit
    domain_of:
    - Location
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    range: string
    required: true
  name:
    name: name
    description: Name of the project benefit.
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:name
    alias: name
    owner: ProjectBenefit
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  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: ProjectBenefit
    domain_of:
    - ProjectBenefit
    - PrimaryImpact
    range: SDG
    multivalued: true
class_uri: rfs:ProjectBenefit