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 name  
    string url  
    string version  
    string identifier  
}



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the entity / resourcedirect
url1
String
Link to a valid URL where more information can be found about the entity / re…direct
version0..1
String
Version number of the resource / entitydirect
identifier0..1
String
Unique identifier for the resource / entitydirect

Usages

used byused intypeused
CreditClassInfohasApprovedMethodologiesrangeMethodology
CarbonCreditClassInfohasApprovedMethodologiesrangeMethodology

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/ slots: - name - url - version - identifier slot_usage: name: name: name required: true url: name: url required: true
</details>

### Induced

<details>
```yaml
name: Methodology
description: Details about a specific methodology.
from_schema: https://framework.regen.network/schema/
slot_usage:
  name:
    name: name
    required: true
  url:
    name: url
    required: true
attributes:
  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: Methodology
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - CreditClassInfo
    - AdministrativeArea
    range: string
    required: true
  url:
    name: url
    description: Link to a valid URL where more information can be found about the
      entity / resource.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:url
    alias: url
    owner: Methodology
    domain_of:
    - ProjectRole
    - Organization
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - CreditClassInfo
    - AdministrativeArea
    range: string
    required: true
  version:
    name: version
    description: Version number of the resource / entity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:version
    alias: version
    owner: Methodology
    domain_of:
    - CreditingProgram
    - CreditProtocol
    - Methodology
    range: string
  identifier:
    name: identifier
    description: Unique identifier for the resource / entity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:identifier
    alias: identifier
    owner: Methodology
    domain_of:
    - CreditingProgram
    - CreditProtocol
    - Methodology
    range: string