Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: GovernanceDecision

A record of a governance decision made by an agent or human, including the decision rationale, confidence scoring, and links to related work orders and governance processes.

__

URI: rfs:GovernanceDecision

erDiagram
GovernanceDecision {
    string name  
    string description  
    string identifier  
    DecisionType decisionType  
    GovernanceLayer governanceLayer  
    string decidedBy  
    string subjectType  
    string subjectId  
    WorkOrderOutcome decision  
    float confidence  
    string rationale  
    uriList evidence  
    boolean humanOverride  
    string relatedWorkOrder  
    datetime createdAt  
}
GovernanceProcess {
    string name  
    string description  
    string identifier  
    GovernanceCategory category  
}
GovernanceStage {
    string stageName  
    integer stageOrder  
    GovernanceLayer automationLevel  
    duration duration  
    stringList requiredInputs  
}

GovernanceDecision ||--|o GovernanceProcess : "process"
GovernanceProcess ||--}o GovernanceStage : "stages"

Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
description0..1
String
Description of the entity / resourcedirect
identifier1
String
Unique identifier for the resource / entitydirect
decisionType1
DecisionType
The type of governance action takendirect
governanceLayer1
GovernanceLayer
The governance layer at which this decision was madedirect
decidedBy0..1
String
Identifier of the agent or human who made the decisiondirect
subjectType1
String
Type of the artifact this decision applies to (edirect
subjectId1
String
Identifier of the artifact this decision applies to (edirect
decision1
WorkOrderOutcome
The outcome of the decisiondirect
confidence1
Float
Confidence score for the decision (0direct
rationale1
String
Explanation of the reasoning behind the decisiondirect
evidence*
Uri
URIs pointing to evidence supporting the decisiondirect
humanOverride0..1
Boolean
Whether a human overrode an agent’s recommendationdirect
relatedWorkOrder0..1
String
Identifier of the work order that led to or was created by this decisiondirect
process0..1
GovernanceProcess
The governance process under which this decision was madedirect
createdAt0..1
Datetime
Timestamp when the decision was recordeddirect

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:GovernanceDecision
nativerfs:GovernanceDecision

LinkML Source

Direct

```yaml name: GovernanceDecision description: 'A record of a governance decision made by an agent or human, including the decision rationale, confidence scoring, and links to related work orders and governance processes.

’ from_schema: https://framework.regen.network/schema/ slots:

  • name
  • description
  • identifier slot_usage: identifier: name: identifier required: true attributes: decisionType: name: decisionType description: The type of governance action taken. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:
    • GovernanceDecision range: DecisionType required: true governanceLayer: name: governanceLayer description: The governance layer at which this decision was made. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrder

    • GovernanceDecision

    • VoiceCouncilSession range: GovernanceLayer required: true decidedBy: name: decidedBy description: Identifier of the agent or human who made the decision. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision range: string subjectType: name: subjectType description: ‘Type of the artifact this decision applies to (e.g., WorkOrder, CreditClass, GovernanceProposal).

      ’ from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision

    • CoherenceCheck required: true subjectId: name: subjectId description: ‘Identifier of the artifact this decision applies to (e.g., WO-001, C01, PROP-42).

      ’ from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision

    • CoherenceCheck required: true decision: name: decision description: ‘The outcome of the decision. Reuses WorkOrderOutcome since decisions and work orders share the same outcome vocabulary.

      ’ from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision range: WorkOrderOutcome required: true confidence: name: confidence description: Confidence score for the decision (0.0 to 1.0). from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrderResult

    • GovernanceDecision range: float required: true minimum_value: 0 maximum_value: 1 rationale: name: rationale description: Explanation of the reasoning behind the decision. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrderResult

    • GovernanceDecision required: true evidence: name: evidence description: URIs pointing to evidence supporting the decision. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrderResult

    • GovernanceDecision

    • OPALDimension range: uri multivalued: true humanOverride: name: humanOverride description: Whether a human overrode an agent’s recommendation. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrderResult

    • GovernanceDecision range: boolean relatedWorkOrder: name: relatedWorkOrder description: Identifier of the work order that led to or was created by this decision. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision range: string process: name: process description: The governance process under which this decision was made. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • GovernanceDecision range: GovernanceProcess inlined: true createdAt: name: createdAt description: Timestamp when the decision was recorded. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrder

    • GovernanceDecision

    • VoiceCouncilSession

    • CoherenceCheck range: datetime

</details>

### Induced

<details>
```yaml
name: GovernanceDecision
description: 'A record of a governance decision made by an agent or human, including
  the decision rationale, confidence scoring, and links to related work orders and
  governance processes.

  '
from_schema: https://framework.regen.network/schema/
slot_usage:
  identifier:
    name: identifier
    required: true
attributes:
  decisionType:
    name: decisionType
    description: The type of governance action taken.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: decisionType
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    range: DecisionType
    required: true
  governanceLayer:
    name: governanceLayer
    description: The governance layer at which this decision was made.
    from_schema: https://framework.regen.network/schema/
    alias: governanceLayer
    owner: GovernanceDecision
    domain_of:
    - WorkOrder
    - GovernanceDecision
    - VoiceCouncilSession
    range: GovernanceLayer
    required: true
  decidedBy:
    name: decidedBy
    description: Identifier of the agent or human who made the decision.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: decidedBy
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    range: string
  subjectType:
    name: subjectType
    description: 'Type of the artifact this decision applies to (e.g., WorkOrder,
      CreditClass, GovernanceProposal).

      '
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: subjectType
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    - CoherenceCheck
    range: string
    required: true
  subjectId:
    name: subjectId
    description: 'Identifier of the artifact this decision applies to (e.g., WO-001,
      C01, PROP-42).

      '
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: subjectId
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    - CoherenceCheck
    range: string
    required: true
  decision:
    name: decision
    description: 'The outcome of the decision. Reuses WorkOrderOutcome since decisions
      and work orders share the same outcome vocabulary.

      '
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: decision
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    range: WorkOrderOutcome
    required: true
  confidence:
    name: confidence
    description: Confidence score for the decision (0.0 to 1.0).
    from_schema: https://framework.regen.network/schema/
    alias: confidence
    owner: GovernanceDecision
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: float
    required: true
    minimum_value: 0
    maximum_value: 1
  rationale:
    name: rationale
    description: Explanation of the reasoning behind the decision.
    from_schema: https://framework.regen.network/schema/
    alias: rationale
    owner: GovernanceDecision
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: string
    required: true
  evidence:
    name: evidence
    description: URIs pointing to evidence supporting the decision.
    from_schema: https://framework.regen.network/schema/
    alias: evidence
    owner: GovernanceDecision
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    - OPALDimension
    range: uri
    multivalued: true
  humanOverride:
    name: humanOverride
    description: Whether a human overrode an agent's recommendation.
    from_schema: https://framework.regen.network/schema/
    alias: humanOverride
    owner: GovernanceDecision
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: boolean
  relatedWorkOrder:
    name: relatedWorkOrder
    description: Identifier of the work order that led to or was created by this decision.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: relatedWorkOrder
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    range: string
  process:
    name: process
    description: The governance process under which this decision was made.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: process
    owner: GovernanceDecision
    domain_of:
    - GovernanceDecision
    range: GovernanceProcess
    inlined: true
  createdAt:
    name: createdAt
    description: Timestamp when the decision was recorded.
    from_schema: https://framework.regen.network/schema/
    alias: createdAt
    owner: GovernanceDecision
    domain_of:
    - WorkOrder
    - GovernanceDecision
    - VoiceCouncilSession
    - CoherenceCheck
    range: datetime
  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: GovernanceDecision
    domain_of:
    - Link
    - ProjectInfo
    - Feature
    - File
    - Impact
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - BufferPoolAccount
    - CreditClassInfo
    - Entity
    - WorkOrder
    - GovernanceDecision
    - GovernanceProcess
    - VoiceCouncilSession
    - CoherenceCheck
    range: string
  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: GovernanceDecision
    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: GovernanceDecision
    domain_of:
    - ReferenceId
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Agent
    - WorkOrder
    - GovernanceDecision
    - GovernanceProcess
    - VoiceCouncilSession
    - CoherenceCheck
    range: string
    required: true