Skip to content

SKC Architecture

SKC separates source representation, canonical semantic state, compressed semantic core and reconstructed state.

Source
Parse / Normalize
Semantic Graph
Canonicalization
Canonical Semantic State
Core Extraction
Semantic Core
Reconstruction
Reconstructed Graph
Validation

The original knowledge representation.

This may contain redundancy, ordering differences or representation details that are not semantically material.

Knowledge is expressed through explicit semantic objects and relations.

The graph separates semantic structure from incidental source formatting.

Canonicalization creates a stable representation for equivalent semantic states under a defined contract.

The semantic core contains the reduced representation from which the target semantic state should remain reconstructable.

The semantic core is expanded into a reconstructed state.

Validation compares the reconstructed state with the original canonical state.

The target is not:

smallest possible output

The target is:

smallest useful semantic representation that still satisfies the defined reconstruction and equivalence requirements.

Continue with Canonical State →.