Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: CoherenceCheck

An OPAL coherence check performed on a governance artifact (work order or decision). Evaluates alignment across five dimensions: Ontology, Philosophy, Architecture, Language, and Action.

__

URI: rfs:CoherenceCheck

erDiagram
CoherenceCheck {
    string name  
    string description  
    string identifier  
    CoherenceSubjectType subjectType  
    string subjectId  
    string checkedBy  
    float overallScore  
    datetime createdAt  
}
CoherenceThreshold {
    OPALDimensionType dimension  
    float minimumScore  
    boolean escalateBelow  
}
OPALDimension {
    OPALDimensionType dimension  
    float score  
    string explanation  
    uriList evidence  
    boolean belowThreshold  
}

CoherenceCheck ||--}| OPALDimension : "dimensions"
CoherenceCheck ||--}o CoherenceThreshold : "thresholds"

Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
description0..1
String
Description of the entity / resourcedirect
identifier0..1
String
Unique identifier for the resource / entitydirect
subjectType1
CoherenceSubjectType
The type of artifact being checkeddirect
subjectId1
String
Identifier of the artifact being checked (edirect
checkedBy0..1
String
Identifier of the agent or human who performed the coherence checkdirect
overallScore1
Float
Aggregate coherence score across all dimensions (0direct
dimensions1..*
OPALDimension
Scores and explanations for each OPAL dimensiondirect
thresholds*
CoherenceThreshold
Threshold configuration for each dimensiondirect
createdAt0..1
Datetime
Timestamp when the coherence check was performeddirect

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:CoherenceCheck
nativerfs:CoherenceCheck

LinkML Source

Direct

```yaml name: CoherenceCheck description: 'An OPAL coherence check performed on a governance artifact (work order or decision). Evaluates alignment across five dimensions: Ontology, Philosophy, Architecture, Language, and Action.

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

  • name
  • description
  • identifier attributes: subjectType: name: subjectType description: The type of artifact being checked. from_schema: https://framework.regen.network/schema/ domain_of:
    • GovernanceDecision

    • CoherenceCheck range: CoherenceSubjectType required: true subjectId: name: subjectId description: ‘Identifier of the artifact being checked (e.g., WO-001, GD-001). Expected to match the identifier field of the referenced artifact.

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

    • GovernanceDecision

    • CoherenceCheck range: string required: true checkedBy: name: checkedBy description: Identifier of the agent or human who performed the coherence check. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • CoherenceCheck range: string overallScore: name: overallScore description: Aggregate coherence score across all dimensions (0.0 to 1.0). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • CoherenceCheck range: float required: true minimum_value: 0 maximum_value: 1 dimensions: name: dimensions description: Scores and explanations for each OPAL dimension. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • CoherenceCheck range: OPALDimension required: true multivalued: true inlined: true inlined_as_list: true thresholds: name: thresholds description: Threshold configuration for each dimension. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of:

    • CoherenceCheck range: CoherenceThreshold multivalued: true inlined: true inlined_as_list: true createdAt: name: createdAt description: Timestamp when the coherence check was performed. from_schema: https://framework.regen.network/schema/ domain_of:

    • WorkOrder

    • GovernanceDecision

    • VoiceCouncilSession

    • CoherenceCheck range: datetime

</details>

### Induced

<details>
```yaml
name: CoherenceCheck
description: 'An OPAL coherence check performed on a governance artifact (work order
  or decision). Evaluates alignment across five dimensions: Ontology, Philosophy,
  Architecture, Language, and Action.

  '
from_schema: https://framework.regen.network/schema/
attributes:
  subjectType:
    name: subjectType
    description: The type of artifact being checked.
    from_schema: https://framework.regen.network/schema/
    alias: subjectType
    owner: CoherenceCheck
    domain_of:
    - GovernanceDecision
    - CoherenceCheck
    range: CoherenceSubjectType
    required: true
  subjectId:
    name: subjectId
    description: 'Identifier of the artifact being checked (e.g., WO-001, GD-001).
      Expected to match the identifier field of the referenced artifact.

      '
    from_schema: https://framework.regen.network/schema/
    alias: subjectId
    owner: CoherenceCheck
    domain_of:
    - GovernanceDecision
    - CoherenceCheck
    range: string
    required: true
  checkedBy:
    name: checkedBy
    description: Identifier of the agent or human who performed the coherence check.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: checkedBy
    owner: CoherenceCheck
    domain_of:
    - CoherenceCheck
    range: string
  overallScore:
    name: overallScore
    description: Aggregate coherence score across all dimensions (0.0 to 1.0).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: overallScore
    owner: CoherenceCheck
    domain_of:
    - CoherenceCheck
    range: float
    required: true
    minimum_value: 0
    maximum_value: 1
  dimensions:
    name: dimensions
    description: Scores and explanations for each OPAL dimension.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: dimensions
    owner: CoherenceCheck
    domain_of:
    - CoherenceCheck
    range: OPALDimension
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  thresholds:
    name: thresholds
    description: Threshold configuration for each dimension.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: thresholds
    owner: CoherenceCheck
    domain_of:
    - CoherenceCheck
    range: CoherenceThreshold
    multivalued: true
    inlined: true
    inlined_as_list: true
  createdAt:
    name: createdAt
    description: Timestamp when the coherence check was performed.
    from_schema: https://framework.regen.network/schema/
    alias: createdAt
    owner: CoherenceCheck
    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: CoherenceCheck
    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: CoherenceCheck
    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: CoherenceCheck
    domain_of:
    - ReferenceId
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Agent
    - WorkOrder
    - GovernanceDecision
    - GovernanceProcess
    - VoiceCouncilSession
    - CoherenceCheck
    range: string