Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Sustainable Development Goal (SDG)

Represents a Sustainable Development Goal (SDG).

URI: rfs:SDG

erDiagram
SDG {
    string id  
    string name  
    string description  
}



Slots

NameCardinality and RangeDescriptionInheritance
id1
String
Unique identifier for the SDGdirect
name1
String
Name of the SDGdirect
description0..1 recommended
String
Detailed description of the SDGdirect

Usages

used byused intypeused
ProjectBenefitsdgrangeSDG
PrimaryImpactsdgrangeSDG

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:SDG
nativerfs:SDG

LinkML Source

Direct

```yaml name: SDG description: Represents a Sustainable Development Goal (SDG). title: Sustainable Development Goal from_schema: https://framework.regen.network/schema/ attributes: id: name: id description: Unique identifier for the SDG. from_schema: https://framework.regen.network/schema/ identifier: true domain_of: - Location - SDG - ProjectBenefit - PrimaryImpact required: true name: name: name description: Name of the SDG. from_schema: https://framework.regen.network/schema/ slot_uri: schema:name domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - ProjectBenefit - PrimaryImpact - CreditClassInfo - Registry - Methodology required: true description: name: description description: Detailed description of the SDG. from_schema: https://framework.regen.network/schema/ slot_uri: schema:description domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - CreditClassInfo recommended: true
</details>

### Induced

<details>
```yaml
name: SDG
description: Represents a Sustainable Development Goal (SDG).
title: Sustainable Development Goal
from_schema: https://framework.regen.network/schema/
attributes:
  id:
    name: id
    description: Unique identifier for the SDG.
    from_schema: https://framework.regen.network/schema/
    identifier: true
    alias: id
    owner: SDG
    domain_of:
    - Location
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    range: string
    required: true
  name:
    name: name
    description: Name of the SDG.
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:name
    alias: name
    owner: SDG
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - Registry
    - Methodology
    range: string
    required: true
  description:
    name: description
    description: Detailed description of the SDG.
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:description
    alias: description
    owner: SDG
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - CreditClassInfo
    range: string
    recommended: true