Concept Kernel Protocol v3.5-alpha6

CKP Ontology v3.6 v3.6

This version
https://conceptkernel.org/ontology/v3.6/
Previous version
https://conceptkernel.org/ontology/v3.5-alpha6/ (v3.5-alpha6)
Namespace URI
https://conceptkernel.org/ontology/v3.6/
Status
v3.6 -- AgentKernel, five edge predicates, 20 check types, CK.Consensus governance, task execution, dynamic spawning, multi-user sessions, agent teams.
Editors
Peter Styk, ConceptKernel
Source
GitHub
@prefix ckp: <https://conceptkernel.org/ontology/v3.6/> .

Abstract

v3.6 extends the CKP ontology with the agent kernel type (CK.Claude), five formal edge predicates (COMPOSES, TRIGGERS, PRODUCES, EXTENDS, LOOPS_WITH), 20 compliance check types, a four-layer consensus governance engine, task execution via headless Claude Code, dynamic kernel spawning, multi-user NATS sessions, and persona-based LLM capability mounting. All classes maintain BFO 2020 grounding through the four-layer import chain.

Ontology Modules

ModuleFileDescriptionBFO
Corecore.ttlKernel, Edge, Instance, HotKernel, ColdKernel, InlineKernel, StaticKernel, AgentKernel v3.6, PersonaTemplate v3.6, ModelConfiguration v3.6, Project, GovernanceMode, Action, Reconciliation, LOOPS_WITH v3.60000040, 0000031, 0000015, 0000016, 0000019
Base Instancesbase-instances.ttlInstanceManifest, SealedInstance, LedgerEntry, TaskInstance v3.6, ConversationInstance v3.60000031
Proofproof.ttlProofRecord, ProofCheck, CheckType (20 types v3.6), ProofOutcome0000031
Edgesedges.ttl v3.6EdgePredicate class with 5 individuals: COMPOSES, TRIGGERS, PRODUCES, EXTENDS, LOOPS_WITH0000019
Consensusconsensus.ttl v3.6ConsensusProposal, ConsensusVote, ValidationLayer (4 layers), ConsensusDecision (PROV-O)0000019, 0000030
Kernel Metadatakernel-metadata.ttlRuntime, Capability, KernelStatus, StorageMedium, DeploymentMethod, ServingDisposition. hasPersona, defaultModel, modelEffort v3.60000031, 0000019, 0000016
Processesprocesses.ttlInvocation, EdgeCommunication, Consensus, Broadcast, TaskExecution v3.6, Spawning v3.6, Session v3.6, ConsensusEvaluation v3.60000015
Relationsrelations.ttlProperties, chains, SWRL rules. extends_with, loops_with, spawned_by, composes, triggers, produces v3.6
RBACrbac.ttlAgents, roles, permissions, quorum. TeamCoordinator v3.6, GovernanceLevel v3.60000040, 0000023, 0000016
Workflowworkflow.ttlCKDL workflow orchestration0000015
Self-Improvementself-improvement.ttlValidation issues, recommendations, improvement processes0000023, 0000034, 0000015
Shapesshapes.ttlSHACL validation for protocol conformance

v3.6 Additions

AdditionModuleBFO TypeDescription
ckp:AgentKernelcore.ttlsubClassOf KernelLLM-capable kernel with streaming, sessions, personas
ckp:PersonaTemplatecore.ttliao:InformationContentEntityReusable system prompt templates for EXTENDS mounting
ckp:ModelConfigurationcore.ttlbfo:QualityLLM model selection with three-level precedence
ckp:LOOPS_WITHcore.ttlckp:RelationshipTypeBidirectional cooperation edge predicate
edges.ttlNEW MODULEbfo:Quality5 edge predicates with composition semantics
consensus.ttlNEW MODULEprov:ActivityProposals, votes, 4 validation layers, decisions
ckpp:TaskExecutionProcessprocesses.ttlbfo:ProcessHeadless Claude Code task execution
ckpp:SpawningProcessprocesses.ttlbfo:ProcessDynamic kernel creation from discovered concepts
ckpp:SessionProcessprocesses.ttlbfo:ProcessMulti-user NATS collaborative sessions
ckpp:ConsensusEvaluationProcessprocesses.ttlbfo:ProcessFour-layer consensus evaluation
ckp:TaskInstancebase-instances.ttlInstanceManifestConsensus-generated task instance shape
ckp:ConversationInstancebase-instances.ttlInstanceManifestMulti-turn LLM conversation recording
14 new CheckType individualsproof.ttlbfo:QualityTotal 20 check types per SPEC.CKP.v3.6
ckp:TeamCoordinatorrbac.ttlbfo:RoleMulti-kernel Agent Teams coordinator role
ckp:GovernanceLevelrbac.ttlbfo:QualitySTRICT/RELAXED/AUTONOMOUS as formal individuals
6 new relation propertiesrelations.ttlObjectPropertyextends_with, loops_with, spawned_by, composes, triggers, produces
3 new metadata propertieskernel-metadata.ttlObjectProperty/DatatypePropertyhasPersona, defaultModel, modelEffort

Namespaces

PrefixURI
ckp:https://conceptkernel.org/ontology/v3.6/
ckpp:https://conceptkernel.org/ontology/v3.6/process#
ckpr:https://conceptkernel.org/ontology/v3.6/relation#
ckpw:https://conceptkernel.org/ontology/v3.6/workflow#
ckpi:https://conceptkernel.org/ontology/v3.6/improvement#
ckpe:https://conceptkernel.org/ontology/v3.6/edge#
ckpc:https://conceptkernel.org/ontology/v3.6/consensus#

Supporting Files

FileFormatDescription
kernel-entity-template.ttlTurtleTemplate for per-kernel ontology.ttl generation
schema.yamlLinkMLLinkML governance schema. v3.6 adds AgentKernel, PersonaTemplate, TaskInstance, ConversationInstance, edge predicates, 20 check types.
index.jsonJSONMachine-readable metadata with coverage scores

Ontology Layering Strategy

LayerOntologyScope
0BFO 2020 (ISO 21838-2)Upper ontology: entity, continuant, occurrent
0.5IAO + CCO + PROV-O + ValueFlowsMid-level: information, agents, provenance, economics
1CKP (conceptkernel.org/v3.6/)Protocol: kernel, edge, instance, action
2Per-kernel (ontology.yaml)Domain-specific: SpawnInstance, TraceRecord, etc.