Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: SessionStage

A stage in the voice council session pipeline.

URI: rfs:SessionStage

erDiagram
SessionStage {
    SessionStageType stageType  
    integer stageOrder  
    datetime startedAt  
    datetime completedAt  
    string notes  
}



Slots

NameCardinality and RangeDescriptionInheritance
stageType1
SessionStageType
The type of stage in the PACTO pipelinedirect
stageOrder1
Integer
Position of this stage in the session sequence (1-indexed)direct
startedAt0..1
Datetime
When this stage begandirect
completedAt0..1
Datetime
When this stage concludeddirect
notes0..1
String
Notes or observations from this stagedirect

Usages

used byused intypeused
VoiceCouncilSessionstagesrangeSessionStage

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:SessionStage
nativerfs:SessionStage

LinkML Source

Direct

```yaml name: SessionStage description: A stage in the voice council session pipeline. from_schema: https://framework.regen.network/schema/ attributes: stageType: name: stageType description: The type of stage in the PACTO pipeline. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - SessionStage range: SessionStageType required: true stageOrder: name: stageOrder description: Position of this stage in the session sequence (1-indexed). from_schema: https://framework.regen.network/schema/ domain_of: - GovernanceStage - SessionStage range: integer required: true startedAt: name: startedAt description: When this stage began. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - SessionStage range: datetime completedAt: name: completedAt description: When this stage concluded. from_schema: https://framework.regen.network/schema/ domain_of: - WorkOrder - SessionStage range: datetime notes: name: notes description: Notes or observations from this stage. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - SessionStage
</details>

### Induced

<details>
```yaml
name: SessionStage
description: A stage in the voice council session pipeline.
from_schema: https://framework.regen.network/schema/
attributes:
  stageType:
    name: stageType
    description: The type of stage in the PACTO pipeline.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: stageType
    owner: SessionStage
    domain_of:
    - SessionStage
    range: SessionStageType
    required: true
  stageOrder:
    name: stageOrder
    description: Position of this stage in the session sequence (1-indexed).
    from_schema: https://framework.regen.network/schema/
    alias: stageOrder
    owner: SessionStage
    domain_of:
    - GovernanceStage
    - SessionStage
    range: integer
    required: true
  startedAt:
    name: startedAt
    description: When this stage began.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: startedAt
    owner: SessionStage
    domain_of:
    - SessionStage
    range: datetime
  completedAt:
    name: completedAt
    description: When this stage concluded.
    from_schema: https://framework.regen.network/schema/
    alias: completedAt
    owner: SessionStage
    domain_of:
    - WorkOrder
    - SessionStage
    range: datetime
  notes:
    name: notes
    description: Notes or observations from this stage.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: notes
    owner: SessionStage
    domain_of:
    - SessionStage
    range: string