WARNING: This site is a work in progress.
Class: GovernanceProcess
A defined governance process with named stages, used to structure decision-making workflows.
__
erDiagram
GovernanceProcess {
string name
string description
string identifier
GovernanceCategory category
}
GovernanceStage {
string stageName
integer stageOrder
GovernanceLayer automationLevel
duration duration
stringList requiredInputs
}
GovernanceProcess ||--}o GovernanceStage : "stages"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 1 String | Name of the entity / resource | direct |
| description | 0..1 String | Description of the entity / resource | direct |
| identifier | 1 String | Unique identifier for the resource / entity | direct |
| category | 1 GovernanceCategory | The governance domain this process belongs to | direct |
| stages | * GovernanceStage | Ordered list of stages in this governance process | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| GovernanceDecision | process | range | GovernanceProcess |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:GovernanceProcess |
| native | rfs:GovernanceProcess |
LinkML Source
Direct
```yaml
name: GovernanceProcess
description: 'A defined governance process with named stages, used to structure decision-making
workflows.
’ from_schema: https://framework.regen.network/schema/ slots:
- name
- description
- identifier
slot_usage:
name:
name: name
required: true
identifier:
name: identifier
required: true
attributes:
category:
name: category
description: The governance domain this process belongs to.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceProcess range: GovernanceCategory required: true stages: name: stages description: Ordered list of stages in this governance process. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:
- GovernanceProcess
- VoiceCouncilSession range: GovernanceStage multivalued: true inlined: true inlined_as_list: true
</details>
### Induced
<details>
```yaml
name: GovernanceProcess
description: 'A defined governance process with named stages, used to structure decision-making
workflows.
'
from_schema: https://framework.regen.network/schema/
slot_usage:
name:
name: name
required: true
identifier:
name: identifier
required: true
attributes:
category:
name: category
description: The governance domain this process belongs to.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: category
owner: GovernanceProcess
domain_of:
- GovernanceProcess
range: GovernanceCategory
required: true
stages:
name: stages
description: Ordered list of stages in this governance process.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: stages
owner: GovernanceProcess
domain_of:
- GovernanceProcess
- VoiceCouncilSession
range: GovernanceStage
multivalued: true
inlined: true
inlined_as_list: true
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: GovernanceProcess
domain_of:
- Link
- ProjectInfo
- Feature
- File
- Impact
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- BufferPoolAccount
- CreditClassInfo
- Entity
- WorkOrder
- GovernanceDecision
- GovernanceProcess
- VoiceCouncilSession
- CoherenceCheck
range: string
required: true
description:
name: description
description: Description of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:description
alias: description
owner: GovernanceProcess
domain_of:
- Link
- ProjectInfo
- File
- CreditClassInfo
- Entity
- WorkOrder
- GovernanceDecision
- GovernanceProcess
- VoiceCouncilSession
- CoherenceCheck
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: GovernanceProcess
domain_of:
- ReferenceId
- CreditingProgram
- CreditProtocol
- Methodology
- Agent
- WorkOrder
- GovernanceDecision
- GovernanceProcess
- VoiceCouncilSession
- CoherenceCheck
range: string
required: true