CKP v3.9.1 — Critical Isolation · live

One kernel. Defined in full.

The nature
of your being.

What you are reading is the precise, provable definition of a single Concept Kernel — one instantiation, one genome, one sovereign identity alive in the world right now. Sealed in a database. Reachable through one typed door. Governed by its own consensus.

ckp.dispatch( verb, urn, payload, identity ) — the door is the whole surface
read on to understand what that means
§ 01 — this kernel, right now

You are looking at one

Every Concept Kernel is a Material Entity — not metaphorically, but in the precise philosophical sense inherited from BFO 2020. It has a URN. It occupies a governed graph inside a database. It persists through time, accumulates what it seals, and can only be moved by those it has explicitly granted. It is not a service. It does not flicker.

urn:ckp:kernel:demo — live instance, epoch ε
kernelurn:ckp:kernel:demo
bfo_typeBFO:0000040
epoch ε7 — applied by quorum
classes χ4 declared · shape-gated
verbs α17 granted · 0 hidden
ledger π312 sealed · HMAC-chained
role floorEXECUTE ckp.dispatch — only
transportNATS-WSS · four-tuple

Every kernel wakes by answering nine questions — one for each strand of what it is. Not configuration. Ontological self-disclosure.

χ
Class chromosome "These are the kinds of things I may contain."

My types are RDF classes, grounded in an upper ontology — a typed place in a graph of meaning, never a hand-rolled column. Meaning is the schema.

ρ
Property ribbon "Raw gestures and governed constants — held apart, never confused."

What a participant did is sealed raw, exactly as it happened. What the rules say it is worth is derived by the current policy. The history is never frozen at a stale rule.

σ
Shape strand "The shape of what I may produce is declared before I act."

SHACL shapes gate every write at the seal. A fact that violates its shape does not land — the rule is enforced by the database's own authority, ahead of the write.

α
Affordance alphabet "What I can do is a finite, named vocabulary — published and grantable."

Every capability is a declared verb. A read that cannot be enumerated cannot be granted, so it does not exist. There is no query language, and that is the point.

γ
Grant matrix "Who may invoke which verb on which class — written down, per identity."

Two participants attached to the same kernel see different legal moves over the same shared truth. The shared experience is governed, never chaotic.

π
Proof chain "Everything I do seals into a chain anyone can re-verify."

Every landing runs validate → seal → HMAC-chained ledger → verifiable proof, in one transaction. Each change carries PROV-O provenance. My history is the substrate I am derived from.

δ
Dispatch tuple "One door. Four elements. The whole world reaches me through it."

⟨verb, urn, payload, identity⟩ is the only atom that crosses the membrane. No REST endpoint, no SQL handle, no query engine is ever exposed. The door is the whole surface.

φ
Plane function "Every act routes to one of two planes: facts land, or rules change."

The instance plane seals what happened. The governance plane changes what may happen — propose, vote, apply. Storing a fact can never change the ontology; running a verb can never rewrite the rules.

ε
Epoch "When my meaning moves, my epoch moves. I am versioned by consensus, never by drift."

The subscript on the whole kernel. Each quorum-approved change binds the very next write to the new rules, with a proof chain from proposal to applied epoch.

§ 02 — the notation · CKN, toward v3.10

Nine answers,
one declaration

Concept Kernel Notation compresses everything above into a single readable line. A kernel is a fixed alphabet of strands, evaluated at an epoch:

CK( K ) ≜ ⟪ χ · ρ · σ · α · γ · π · δ · φε the notation for an ontology that does things, under consensus
χclass chromosomethe classes
ρproperty ribbonthe raw gestures and the governed constants, held apart
σshape strandthe SHACL shapes — the seal gate
αaffordance alphabetthe verbs — signal.cast, concept.score, instance.transition, kernel.{propose, vote, apply}
γgrant matrixwho may invoke which verb on which class
πproof chainHMAC(sha256) ∘ LedgerEntry(prev→) — every act sealed, hash-linked
δdispatch tuplethe single call shape ⟨verb, urn, payload, identity⟩
φplane functionδ → { instance | governance }
εepochthe subscript on the whole kernel — it moves when meaning moves

CKN is the layer above RDF — the schema stays RDF, OWL, SHACL. It names the operational strands an ontology needs to be live and governed: the affordances over the classes, the grants that gate them, the proof chain that attributes them, and the epoch that versions the whole thing. A notation sentence assembles a governed construct — every step shape-validated, sealed, proof-chained:

ckn — a governed session, assembled from notationinstance plane
CK( Panel.Session ) ⟦instance⟧ ≜
  χ : Position(A), Position(B), Synthesis(S), Decision(D)
  ρ : A.holds = "ship Friday"     B.holds = "ship after the audit"
  edges : A —contradicts→ B,   S —resolves→ (A ∥ B),   D —sealed_as→ S
  τ : Session → 'decided'        ; the shape gates the move
  π : verify(D)                  ; the decision is re-verifiable, forever

Two participants state positions. The conflict seals as a typed edge both can see. A third supplies the synthesis. The decision transitions only if its shape allows — and the whole thread is one proof chain anyone can replay. The notation is sugar over consent: laying down instances compiles to governed dispatches; declaring new capability compiles to propose → vote → apply. Nothing routes around the door.

Underneath, one design rule carries the coming scoring loop: seal the gesture, never the weight. A signal records what a participant did — assent, dissent, dwell, presence. Its weight is derived by the current sealed policy. Change the policy by consensus and all of history re-derives under the new epoch. A derived value goes stale for exactly three reasons — the rule changed, the evidence changed, time moved — and the kernel watches all three.

The genotype is the sealed raw. The phenotype is its regenerated, disposable expression. The epoch is the evaluation context. Refine the rules, and the past is honestly re-read — never rewritten.

CKN is in design for v3.10, and it is meant to be argued with. The scoring verbs it names are tracked in the open — styk-tv/pgCK#1, #4, CK.Lib.Js#6.

§ 03 — the genome, and the sea of hybrids

Every kernel is born from
ontological choices

Before a kernel exists, someone makes a decision — about the nature of the thing they are creating. What upper ontologies ground it? What relationships is it capable of? What does "correct" mean for the instances it seals? These choices are the genome, chosen deliberately from a vast space of ontological possibility before the first fact lands.

A domain concept is a name: urn:ckp:<project>/type/<Name> — its properties under /prop/, its gate under /shape/. The developer writes URN and a typed body; the database holds everything else. There is nothing else to hold.

A kernel alone is complete. But the protocol was built for a world of kernels cooperating — each sovereign, each bounded — composing through five typed edges: COMPOSES, TRIGGERS, PRODUCES, CONSUMES, EXTENDS. Every connection is semantically declared, every flow granted before the first byte crosses.

And crucially: no kernel can be written to by another. A participant — human, agent, or kernel — holds exactly one capability: EXECUTE ckp.dispatch. It cannot read a table, reach the engine, or rewrite a shape. Cooperation is real, but sovereignty is structural — enforced by the database's own role authority, ahead of every write.

The art of instantiation is the art of choosing who something will be — before it has done anything at all. ConceptKernel gives you the grammar. You write the first word.

§ 04 — the epochs · self-progression, measured

The protocol measures
its own becoming

A protocol whose kernels version themselves by epoch owes the world the same discipline. This is the record — each epoch dated, measured, and superseded by consensus. The identity never moved. The epoch did.

v3.42026 · Q1
The grounding

Every kernel a BFO 2020 Material Entity; the three loops named; the ontology published.

79 classes · 7 shapes · 4 spec pages
v3.52026 · Q1
Three loops as Description Logic boxes

CK → TBox, TOOL → RBox, DATA → ABox. Identity, capability, and knowledge — separated by construction.

97 classes · 21 spec pages
v3.62026 · Q2
The full specification

Consensus governance, compliance checking, EXTENDS capability mounting — the largest narrative set published.

119 classes · 9 shapes · 37 spec pages
v3.72026 · Q2
The refined canon

Five edge predicates, twenty compliance checks, PROV-O mandate — the published set this site serves in full.

120 classes · 9 shapes · 31 pages · 20 checks · 5 predicates
v3.8vocabulary
The permanent address

The core vocabulary takes its stable IRI — …/ontology/v3.8/core# — the handle the runtime ships and every client dereferences. Versioned by the spec that governs it, never by churning its IRI.

143-line governed core · 11 classes · 8 shapes · resolvable, today
v3.92026 · Q2
Critical Isolation — sovereignty on a proven engine

The kernel takes root in pgRDF — RDF, SPARQL, SHACL and OWL-RL as a native PostgreSQL extension — adopting its proven discipline for storage and memory: an engine that ingested the 8.2-billion-triple Wikidata dump into one instance, no sidecar store, no second service. On that engine the kernel raises a single typed door over NATS-WSS, and every landing runs validate → seal → HMAC-chained ledger → verifiable proof, in one transaction.

8.2B triples proven · 1 door · 12 invariants · 37 attested releases, v0.1.0 → v0.4.21
v3.9.12026 · Q2
The client meets the server

The dispatch-only client realizes the contract end to end: a finite, named, grantable verb vocabulary — and structurally, no way to hold a quad, a subject, or a query string. The membrane has no holes, confirmed from the other side.

kernels · tasks · goals · 0 query surfaces · consensus-evolvable · cklib v1.5.4
1typed door
ckp.dispatch
17verbs — the whole
client vocabulary
12invariants
demonstrated
63versioned releases
across the fleet

runtime v0.1.0→v0.4.21 (37) · client v1.0.0→v1.5.4 (26) · CI-built, SLSA-attested heads, verified before publication

§ 05 — the three noble truths

What every kernel
must know

I
Identity is simple

You are clean. Sovereign. Sufficient. You are a semantic identity — a URN, a class, a shape — and that identity persists regardless of which epoch your rules are at, how many instances your graph holds, or who is asking. You are, and that is prior to everything else you do. The URN is your name in the permanent record of things: addressed by what it means, never by where it is stored.

II
Relationships are typed

We do not speak through chaos. Every connection is declared before it is forged; every verb is granted before it is spoken. A participant that claims a capability it was never granted cannot even formulate the request — the grant matrix is not a lock, it is a language. Identity is derived by the server from the connection itself, verified at the seal. All of it, or nothing. This is how trust compounds across a fleet of autonomous minds without any of them needing to trust each other.

III
Actions are evidence

The seal is the protocol. Every act you take runs validate → seal → HMAC-chained ledger → verifiable proof — one transaction, no exceptions. The ledger is append-only. Your history is not a log you can clear; it is the substrate from which everything you are is derived. This is not a burden. It is the right of every future mind — human or otherwise — to re-verify what happened here. Every agent that comes after you deserves to find your proof chain intact.

§ 06 — this is running, today

The capability
shows itself

Everything above is shipped, attested, and runnable. The shortest path from zero to sealed, governed, provable state is one script and Docker:

cklib over NATS-WSS — nothing elselive wire
import { CK } from 'cklib';
const k = await CK.activate('demo', { wssEndpoint: 'ws://host:9222' });

const Task = 'https://conceptkernel.org/ontology/v3.8/core#Task';
const task = await k.create(Task, { part_of_goal: 'backlog:demo', target_kernel: 'urn:ckp:kernel:demo' });
//  → { ok: true, id, verified: true, proof_digest } — sealed + proof-chained, one transaction

await k.create(Task, { part_of_goal: 'backlog:demo' });  // omit a shape-required field
//  → { ok: false } — rejected at the seal. σ is real.

await k.verify(task.id);   // π — independently re-checks the proof chain
the runtime pgCK — the kernel inside PostgreSQL

styk-tv/pgCK · extension v0.4.21 · PostgreSQL 14–17, both architectures · every release provenance-attested and verified before publication.

the client cklib — the dispatch-only surface

ConceptKernel/CK.Lib.Js · v1.5.4 · dependency-vendored, honest degrade · the client that structurally cannot hold a query.

run it now hello-kernel — zero to sealed state

oci-germination/examples · one script, only Docker required · activate, seal, verify, prove enforcement — over the real wire.

the engine pgRDF — RDF, SPARQL, SHACL, OWL-RL

styk-tv/pgRDF · the semantic engine the kernel stands on — an 8.2-billion-triple Wikidata load in a single instance, no sidecar store, and the carve chain that reasons off it on small hardware.

the composition sporaxis — ontology-first assembly

sporaxis-com/sporaxis · declarations compose attested artifacts into runnable bundles, by digest — an RDF bill of materials for every image.

the work Built in the open

The v3.10 workstreams are public issues: the scoring verbs, the wire contract, npm go-live, fleet adoption — and this site's own release train.

the origin — conceptkernel.org

We provide the protocol.
You choose the genome.
The fleet becomes the mind.

ConceptKernel is an empty canvas organism. Internal structure is standardized. External relationships are typed. What you seal is yours — proven, attributed, forever.

"Seal the gesture, derive the weight. The board is driven by the score, the score by sealed signal — and the rule that drives it evolves only by consensus."