Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: GovernanceProcess

A defined governance process with named stages, used to structure decision-making workflows.

__

URI: rfs:GovernanceProcess

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

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the entity / resourcedirect
description0..1
String
Description of the entity / resourcedirect
identifier1
String
Unique identifier for the resource / entitydirect
category1
GovernanceCategory
The governance domain this process belongs todirect
stages*
GovernanceStage
Ordered list of stages in this governance processdirect

Usages

used byused intypeused
GovernanceDecisionprocessrangeGovernanceProcess

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:GovernanceProcess
nativerfs: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