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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
sdg | * SDG | List of relevant Sustainable Development Goals | direct |
name | 1 String | Name of the project | direct |
id | 1 String | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | primaryImpact | range | PrimaryImpact |
BT01CreditClassInfo | primaryImpact | range | PrimaryImpact |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:PrimaryImpact |
native | rfs: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