Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: OPALDimension

A single dimension score within an OPAL coherence check. Each dimension evaluates a specific aspect of alignment.

__

URI: rfs:OPALDimension

erDiagram
OPALDimension {
    OPALDimensionType dimension  
    float score  
    string explanation  
    uriList evidence  
    boolean belowThreshold  
}



Slots

NameCardinality and RangeDescriptionInheritance
dimension1
OPALDimensionType
Which OPAL dimension this score representsdirect
score1
Float
Score for this dimension (0direct
explanation1
String
Human-readable explanation of the scoredirect
evidence*
Uri
URIs pointing to evidence supporting the scoredirect
belowThreshold0..1
Boolean
Whether this dimension score is below the configured thresholddirect

Usages

used byused intypeused
CoherenceCheckdimensionsrangeOPALDimension

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:OPALDimension
nativerfs:OPALDimension

LinkML Source

Direct

```yaml name: OPALDimension description: 'A single dimension score within an OPAL coherence check. Each dimension evaluates a specific aspect of alignment.

’ from_schema: https://framework.regen.network/schema/ attributes: dimension: name: dimension description: Which OPAL dimension this score represents. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OPALDimension - CoherenceThreshold range: OPALDimensionType required: true score: name: score description: Score for this dimension (0.0 to 1.0). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OPALDimension range: float required: true minimum_value: 0 maximum_value: 1 explanation: name: explanation description: Human-readable explanation of the score. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OPALDimension required: true evidence: name: evidence description: URIs pointing to evidence supporting the score. from_schema: https://framework.regen.network/schema/ domain_of: - WorkOrderResult - GovernanceDecision - OPALDimension range: uri multivalued: true belowThreshold: name: belowThreshold description: Whether this dimension score is below the configured threshold. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - OPALDimension range: boolean

</details>

### Induced

<details>
```yaml
name: OPALDimension
description: 'A single dimension score within an OPAL coherence check. Each dimension
  evaluates a specific aspect of alignment.

  '
from_schema: https://framework.regen.network/schema/
attributes:
  dimension:
    name: dimension
    description: Which OPAL dimension this score represents.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: dimension
    owner: OPALDimension
    domain_of:
    - OPALDimension
    - CoherenceThreshold
    range: OPALDimensionType
    required: true
  score:
    name: score
    description: Score for this dimension (0.0 to 1.0).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: score
    owner: OPALDimension
    domain_of:
    - OPALDimension
    range: float
    required: true
    minimum_value: 0
    maximum_value: 1
  explanation:
    name: explanation
    description: Human-readable explanation of the score.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: explanation
    owner: OPALDimension
    domain_of:
    - OPALDimension
    range: string
    required: true
  evidence:
    name: evidence
    description: URIs pointing to evidence supporting the score.
    from_schema: https://framework.regen.network/schema/
    alias: evidence
    owner: OPALDimension
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    - OPALDimension
    range: uri
    multivalued: true
  belowThreshold:
    name: belowThreshold
    description: Whether this dimension score is below the configured threshold.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: belowThreshold
    owner: OPALDimension
    domain_of:
    - OPALDimension
    range: boolean