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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 String | Unique identifier for the SDG | direct |
name | 1 String | Name of the SDG | direct |
description | 0..1 recommended String | Detailed description of the SDG | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ProjectBenefit | sdg | range | SDG |
PrimaryImpact | sdg | range | SDG |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:SDG |
native | rfs: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
- SourceRegistry
- Methodology
- AdministrativeArea
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
class_uri: rfs:SDG
</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
- SourceRegistry
- Methodology
- AdministrativeArea
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
class_uri: rfs:SDG