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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
identifier | 0..1 String | Unique identifier for the methodology | direct |
name | 0..1 String | Name of the methodology | direct |
url | 0..1 String | URL to the methodology document | direct |
version | 0..1 String | Version number of the methodology | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | approvedMethodologies | range | Methodology |
BT01CreditClassInfo | approvedMethodologies | 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/
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