SuccessCOACHING · Emma Enablement · KGAF™

Tool 7: Graph Validation Scorecard

Knowledge Graph Architecture Framework · Phase 7 - Validation
KGAF™ v1.0
Tool 7 of 7  ·  Phase 7 - Validation
Purpose: Validate the graph across five quality dimensions before production use. Production readiness requires: Structural Integrity = Pass AND Semantic Consistency = Pass. Any Fail on either blocks production deployment.
Production readiness threshold: Structural Integrity = Pass AND Semantic Consistency = Pass. All other dimensions at Pass or Partial with documented remediation. A graph with Fail on any dimension is not approved for agent reasoning or practitioner navigation.
Validation Header
Dimension 1: Structural Integrity Does the graph conform to the schema specification?
CheckStatusFindings / Exceptions
All required attributes are populated on all nodes
All edge type constraints are satisfied (source/target types correct)
No cardinality violations exist
No prerequisite_of or prerequisite_for cycles exist
No orphan nodes exist (all nodes have at least 1 edge where required)
All deprecated nodes carry deprecated:true, deprecated_date, and deprecation_note
Dimension 2: Semantic Consistency Does the graph accurately represent the domain?
CheckStatusFindings
Skill node definitions match CAF™ Behavioral Indicator Matrix / SuccessCOACHING Skill Graph
Bloom's level assignments on LearningObjective nodes match LJDS™ Alignment Check
prerequisite_of edges match the SuccessCOACHING Skill Graph prerequisite definitions
ProficiencyLevel node order matches CAF™ progression model
Dimension 3: Query Fidelity Can the graph answer all queries in the Tool 4 catalog?
Query Use CaseReturns Result?Result Correct?Notes
Dimension 4: Coverage Completeness Does the graph contain all entities it should contain?
Coverage MetricTargetCurrentGapStatus
CAF™ skills represented as Skill nodes
Competency domains represented
CCSM courses represented as Course nodes
PSIP Priority 1 support resources represented
prerequisite_of edges from SuccessCOACHING Skill Graph
Dimension 5: Governance Compliance Does the graph meet governance requirements for production use?
CheckStatusNotes
All entity types have named stewards
All nodes carry source attribution (source attribute populated)
Review trigger documentation is in place and owned
Graph version is tagged and change log is current
Production Readiness Decision