WARNING: This site is a work in progress.
Class: Impact
Represents an ecological, social, or broader impact or benefit usually in the context of a project’s activities. Impacts can be measurable or qualitative.
URI: rfs:Impact
erDiagram
Impact {
string name
string id
SDGList hasSDG
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String | Name of the entity / resource | direct |
id | 1 String | direct | |
hasSDG | * SDG | List of relevant Sustainable Development Goals | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | hasPrimaryImpact | range | Impact |
CreditClassInfo | hasCoBenefits | range | Impact |
CarbonCreditClassInfo | hasPrimaryImpact | range | Impact |
CarbonCreditClassInfo | hasCoBenefits | range | Impact |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Impact |
native | rfs:Impact |
LinkML Source
Direct
```yaml
name: Impact
description: Represents an ecological, social, or broader impact or benefit usually
in the context of a project's activities. Impacts can be measurable or qualitative.
from_schema: https://framework.regen.network/schema/
slots:
- name
attributes:
id:
name: id
from_schema: https://framework.regen.network/schema/
identifier: true
domain_of:
- Location
- Impact
required: true
hasSDG:
name: hasSDG
description: List of relevant Sustainable Development Goals.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Impact
range: SDG
multivalued: true
</details>
### Induced
<details>
```yaml
name: Impact
description: Represents an ecological, social, or broader impact or benefit usually
in the context of a project's activities. Impacts can be measurable or qualitative.
from_schema: https://framework.regen.network/schema/
attributes:
id:
name: id
from_schema: https://framework.regen.network/schema/
identifier: true
alias: id
owner: Impact
domain_of:
- Location
- Impact
range: string
required: true
hasSDG:
name: hasSDG
description: List of relevant Sustainable Development Goals.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasSDG
owner: Impact
domain_of:
- Impact
range: SDG
multivalued: true
name:
name: name
description: Name of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:name
alias: name
owner: Impact
domain_of:
- ProjectInfo
- ProjectRole
- Organization
- File
- Impact
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- CreditClassInfo
- AdministrativeArea
range: string