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