Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Methodology

Details about a specific methodology.

URI: rfs:Methodology

erDiagram
Methodology {
    string identifier  
    string name  
    string url  
    string version  
}



Slots

NameCardinality and RangeDescriptionInheritance
identifier0..1
String
Unique identifier for the methodologydirect
name0..1
String
Name of the methodologydirect
url0..1
String
URL to the methodology documentdirect
version0..1
String
Version number of the methodologydirect

Usages

used byused intypeused
CreditClassInfoapprovedMethodologiesrangeMethodology
BT01CreditClassInfoapprovedMethodologiesrangeMethodology

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Methodology
nativerfs:Methodology

LinkML Source

Direct

```yaml name: Methodology description: Details about a specific methodology. from_schema: https://framework.regen.network/schema/ attributes: identifier: name: identifier description: Unique identifier for the methodology. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Methodology name: name: name description: Name of the methodology. from_schema: https://framework.regen.network/schema/ slot_uri: schema:test domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - ProjectBenefit - PrimaryImpact - CreditClassInfo - SourceRegistry - Methodology - AdministrativeArea url: name: url description: URL to the methodology document. from_schema: https://framework.regen.network/schema/ domain_of: - ProjectRole - Organization - CreditClassInfo - SourceRegistry - Methodology - AdministrativeArea version: name: version description: Version number of the methodology. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Methodology class_uri: rfs:Methodology
</details>

### Induced

<details>
```yaml
name: Methodology
description: Details about a specific methodology.
from_schema: https://framework.regen.network/schema/
attributes:
  identifier:
    name: identifier
    description: Unique identifier for the methodology.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: identifier
    owner: Methodology
    domain_of:
    - Methodology
    range: string
  name:
    name: name
    description: Name of the methodology.
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:test
    alias: name
    owner: Methodology
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
  url:
    name: url
    description: URL to the methodology document.
    from_schema: https://framework.regen.network/schema/
    alias: url
    owner: Methodology
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
  version:
    name: version
    description: Version number of the methodology.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: version
    owner: Methodology
    domain_of:
    - Methodology
    range: string
class_uri: rfs:Methodology