Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
id1
String
direct
hasSDG*
SDG
List of relevant Sustainable Development Goalsdirect

Usages

used byused intypeused
CreditClassInfohasPrimaryImpactrangeImpact
CreditClassInfohasCoBenefitsrangeImpact
CarbonCreditClassInfohasPrimaryImpactrangeImpact
CarbonCreditClassInfohasCoBenefitsrangeImpact

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Impact
nativerfs: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