Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: CoherenceThreshold

Threshold configuration for a single OPAL dimension, defining the minimum acceptable score and escalation behavior.

__

URI: rfs:CoherenceThreshold

erDiagram
CoherenceThreshold {
    OPALDimensionType dimension  
    float minimumScore  
    boolean escalateBelow  
}



Slots

NameCardinality and RangeDescriptionInheritance
dimension1
OPALDimensionType
Which OPAL dimension this threshold applies todirect
minimumScore1
Float
Minimum acceptable score for this dimensiondirect
escalateBelow0..1
Boolean
Whether to escalate to a higher governance layer if below thresholddirect

Usages

used byused intypeused
CoherenceCheckthresholdsrangeCoherenceThreshold

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:CoherenceThreshold
nativerfs:CoherenceThreshold

LinkML Source

Direct

```yaml name: CoherenceThreshold description: 'Threshold configuration for a single OPAL dimension, defining the minimum acceptable score and escalation behavior.

’ from_schema: https://framework.regen.network/schema/ attributes: dimension: name: dimension description: Which OPAL dimension this threshold applies to. from_schema: https://framework.regen.network/schema/ domain_of: - OPALDimension - CoherenceThreshold range: OPALDimensionType required: true minimumScore: name: minimumScore description: Minimum acceptable score for this dimension. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - CoherenceThreshold range: float required: true minimum_value: 0 maximum_value: 1 escalateBelow: name: escalateBelow description: Whether to escalate to a higher governance layer if below threshold. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - CoherenceThreshold range: boolean

</details>

### Induced

<details>
```yaml
name: CoherenceThreshold
description: 'Threshold configuration for a single OPAL dimension, defining the minimum
  acceptable score and escalation behavior.

  '
from_schema: https://framework.regen.network/schema/
attributes:
  dimension:
    name: dimension
    description: Which OPAL dimension this threshold applies to.
    from_schema: https://framework.regen.network/schema/
    alias: dimension
    owner: CoherenceThreshold
    domain_of:
    - OPALDimension
    - CoherenceThreshold
    range: OPALDimensionType
    required: true
  minimumScore:
    name: minimumScore
    description: Minimum acceptable score for this dimension.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: minimumScore
    owner: CoherenceThreshold
    domain_of:
    - CoherenceThreshold
    range: float
    required: true
    minimum_value: 0
    maximum_value: 1
  escalateBelow:
    name: escalateBelow
    description: Whether to escalate to a higher governance layer if below threshold.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: escalateBelow
    owner: CoherenceThreshold
    domain_of:
    - CoherenceThreshold
    range: boolean