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 identifier
string version
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the project | direct |
url | 0..1 String | direct | |
identifier | 0..1 String | Unique identifier for the methodology | direct |
version | 0..1 String | Version number of the methodology | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | approvedMethodology | range | Methodology |
BT01CreditClassInfo | approvedMethodology | range | Methodology |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Methodology |
native | rfs:Methodology |
LinkML Source
Direct
```yaml
name: Methodology
description: Details about a specific methodology.
from_schema: https://framework.regen.network/schema/
slots:
- name
- url
attributes:
identifier:
name: identifier
description: Unique identifier for the methodology.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Methodology
version:
name: version
description: Version number of the methodology.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- 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
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
name:
name: name
description: Name of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: schema:name
alias: name
owner: Methodology
domain_of:
- ProjectInfo
- ProjectRole
- Organization
- File
- SDG
- ProjectBenefit
- PrimaryImpact
- CreditClassInfo
- Registry
- Methodology
range: string
required: true
url:
name: url
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: schema:URL
alias: url
owner: Methodology
domain_of:
- ProjectRole
- Organization
- CreditClassInfo
- Registry
- Methodology
range: string