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
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dimension | 1 OPALDimensionType | Which OPAL dimension this score represents | direct |
| score | 1 Float | Score for this dimension (0 | direct |
| explanation | 1 String | Human-readable explanation of the score | direct |
| evidence | * Uri | URIs pointing to evidence supporting the score | direct |
| belowThreshold | 0..1 Boolean | Whether this dimension score is below the configured threshold | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CoherenceCheck | dimensions | range | OPALDimension |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:OPALDimension |
| native | rfs:OPALDimension |
LinkML Source
Direct
’ 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