WARNING: This site is a work in progress.
Class: CreditingProgram
Details of the program that oversees the crediting protocol associated with this credit class.
URI: rfs:CreditingProgram
erDiagram
CreditingProgram {
string name
string url
string version
string identifier
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the entity / resource | direct |
url | 0..1 String | Link to a valid URL where more information can be found about the entity / re… | direct |
version | 0..1 String | Version number of the resource / entity | direct |
identifier | 0..1 String | Unique identifier for the resource / entity | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | managedUnderProgram | range | CreditingProgram |
CarbonCreditClassInfo | managedUnderProgram | range | CreditingProgram |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:CreditingProgram |
native | rfs:CreditingProgram |
LinkML Source
Direct
```yaml
name: CreditingProgram
description: Details of the program that oversees the crediting protocol associated
with this credit class.
from_schema: https://framework.regen.network/schema/
slots:
- name
- url
- version
- identifier
slot_usage:
name:
name: name
required: true
</details>
### Induced
<details>
```yaml
name: CreditingProgram
description: Details of the program that oversees the crediting protocol associated
with this credit class.
from_schema: https://framework.regen.network/schema/
slot_usage:
name:
name: name
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: CreditingProgram
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: CreditingProgram
domain_of:
- ProjectRole
- Organization
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- CreditClassInfo
- AdministrativeArea
range: string
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: CreditingProgram
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: CreditingProgram
domain_of:
- CreditingProgram
- CreditProtocol
- Methodology
range: string