Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: GovernanceStage

A single stage within a governance process.

URI: rfs:GovernanceStage

erDiagram
GovernanceStage {
    string stageName  
    integer stageOrder  
    GovernanceLayer automationLevel  
    duration duration  
    stringList requiredInputs  
}



Slots

NameCardinality and RangeDescriptionInheritance
stageName1
String
Name of this stagedirect
stageOrder1
Integer
Position of this stage in the process sequence (1-indexed)direct
automationLevel0..1
GovernanceLayer
The governance layer determining automation level for this stagedirect
duration0..1
duration
Expected duration for this stage (ISO 8601 duration)direct
requiredInputs*
String
Inputs required before this stage can begindirect

Usages

used byused intypeused
GovernanceProcessstagesrangeGovernanceStage

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:GovernanceStage
nativerfs:GovernanceStage

LinkML Source

Direct

```yaml name: GovernanceStage description: A single stage within a governance process. from_schema: https://framework.regen.network/schema/ attributes: stageName: name: stageName description: Name of this stage. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceStage required: true stageOrder: name: stageOrder description: Position of this stage in the process sequence (1-indexed). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceStage - SessionStage range: integer required: true automationLevel: name: automationLevel description: The governance layer determining automation level for this stage. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceStage range: GovernanceLayer duration: name: duration description: Expected duration for this stage (ISO 8601 duration). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceStage range: duration requiredInputs: name: requiredInputs description: Inputs required before this stage can begin. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceStage multivalued: true
</details>

### Induced

<details>
```yaml
name: GovernanceStage
description: A single stage within a governance process.
from_schema: https://framework.regen.network/schema/
attributes:
  stageName:
    name: stageName
    description: Name of this stage.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: stageName
    owner: GovernanceStage
    domain_of:
    - GovernanceStage
    range: string
    required: true
  stageOrder:
    name: stageOrder
    description: Position of this stage in the process sequence (1-indexed).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: stageOrder
    owner: GovernanceStage
    domain_of:
    - GovernanceStage
    - SessionStage
    range: integer
    required: true
  automationLevel:
    name: automationLevel
    description: The governance layer determining automation level for this stage.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: automationLevel
    owner: GovernanceStage
    domain_of:
    - GovernanceStage
    range: GovernanceLayer
  duration:
    name: duration
    description: Expected duration for this stage (ISO 8601 duration).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: duration
    owner: GovernanceStage
    domain_of:
    - GovernanceStage
    range: duration
  requiredInputs:
    name: requiredInputs
    description: Inputs required before this stage can begin.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: requiredInputs
    owner: GovernanceStage
    domain_of:
    - GovernanceStage
    range: string
    multivalued: true