You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdfs:comment "The base shape for all CKP instances. An immutable information entity produced by a kernel action. Every instance directory contains a manifest.json conforming to this shape."@en ;
37
+
rdfs:comment "The base shape for all CKP instances. An immutable data item produced by a kernel action. Every instance directory contains a manifest.json conforming to this shape."@en ;
38
38
dc:description "Stored at storage/instances/i-{identifier}/manifest.json" .
39
39
40
40
### InstanceManifest Properties
@@ -121,7 +121,7 @@ ckp:ck_ref a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:comment "An append-only log entry recording a state transition or action event. Stored in storage/ledger/ as JSONL files, one entry per line."@en ;
127
127
dc:description "Stored at storage/ledger/actions-{date}.jsonl" .
rdfs:comment "A persistent computational entity that maintains identity across time. Kernels are the fundamental atomic units of computation in ConceptKernel architecture. Grounded in cco:Agent — a kernel acts autonomously."@en ;
48
+
rdfs:comment "A persistent computational entity that maintains identity across time. Kernels are the fundamental atomic units of computation in ConceptKernel architecture. Dual-grounded: bfo:MaterialEntity (physical persistence) + cco:Agent (autonomous action)."@en ;
rdfs:comment "Disposition defining what inputs a kernel can accept. Grounded in iao:0000017 (DirectiveInformationEntity) — a contract directs how to interact."@en ;
122
+
rdfs:comment "A directive information entity defining what inputs a kernel can accept. A contract directs how to interact — it specifies the expected input format and acceptable edge sources."@en ;
117
123
dc:description "Defined in ontology.yaml: spec.queue_contract" .
118
124
119
125
ckp:StorageContract a owl:Class ;
@@ -148,19 +154,18 @@ ckp:hasNotificationContract a owl:ObjectProperty ;
rdfs:comment "An abstract information-bearing entity that can be concretized in multiple bearers. Base class for Instance, Edge, and other information artifacts."@en .
159
+
rdfs:comment "An abstract information-bearing entity that can be concretized in multiple bearers. Base class for Instance, Edge, and other information artifacts. Formally grounded in iao:InformationContentEntity."@en .
rdfs:comment "An abstract relationship between two kernels - the ONLY mechanism for inter-Kernel communication. Edges are information entities that depend on the kernels they connect. Grounded in cco:Artifact — an edge is a constructed artifact connecting kernels."@en ;
168
+
rdfs:comment "An abstract relationship between two kernels — the ONLY mechanism for inter-Kernel communication. Edges are constructed artifacts that define the connectivity graph. Formally grounded in cco:Artifact."@en ;
rdfs:comment "A persistent information entity - the result of a Process. Instances are immutable artifacts stored in {kernel}/storage/instances/i-{identifier}/. Grounded in iao:0000027 (DataItem) — an instance is a truthful data item about something."@en ;
269
+
rdfs:comment "A persistent information entity — the result of a Process. Instances are immutable artifacts stored in {kernel}/storage/instances/i-{identifier}/. Formally grounded in iao:DataItem — an instance is a truthful data item about something."@en ;
rdfs:comment "An executable operation exposed by a kernel. Actions are processes that transform inputs into instances. Defined in conceptkernel.yaml under spec.actions. Grounded in iao:0000104 (PlanSpecification) — an action is a plan specification that gets realized as a process."@en .
316
+
rdfs:comment "An executable operation exposed by a kernel. Actions are plan specifications defined in conceptkernel.yaml under spec.actions. When executed, they are realized as ckpp:InvocationProcess instances. Formally grounded in iao:PlanSpecification."@en .
314
317
315
318
ckp:hasAction a owl:ObjectProperty ;
316
319
rdfs:domain ckp:Kernel ;
@@ -364,14 +367,13 @@ ckp:hasGovernanceMode a owl:ObjectProperty , owl:FunctionalProperty ;
364
367
rdfs:comment "The governance disposition of this kernel"@en .
rdfs:comment "Ontology defines the essential nature of a Kernel (its qualities and dispositions). Stored as ontology.yaml in each kernel directory. Grounded in iao:0000310 (Document) — an ontology is a document, not a quality of the kernel."@en ;
376
+
rdfs:comment "Ontology defines the essential nature of a Kernel (its qualities and dispositions). Stored as ontology.yaml in each kernel directory. Formally grounded in iao:Document — an ontology is a document, not a quality of the kernel."@en ;
375
377
dc:description "Format: YAML conforming to apiVersion: conceptkernel/v1, kind: Ontology" ;
rdfs:comment ".ckproject declaration, organizes kernels into a coherent unit. A project is the top-level container that groups related kernels, edges, and workflows. Grounded in cco:Organization — a project organizes kernels into a coherent unit."@en ;
401
+
rdfs:comment ".ckproject declaration, organizes kernels into a coherent unit. A project is the top-level container that groups related kernels, edges, and workflows. Formally grounded in cco:Organization."@en ;
401
402
dc:description "Alpha-6 addition. Declared via .ckproject file at project root." ;
rdfs:comment "A verification record documenting that a sealed instance has been checked for integrity, schema compliance, provenance, and structure. Stored at storage/proof/{instance_id}/proof.json."@en ;
38
38
dc:description "Generated by TechGames.ComplianceCheck or equivalent verification kernel" .
@@ -104,7 +104,7 @@ ckp:svid a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:comment "An individual verification check within a proof record. Each check validates a specific aspect of the instance (schema, SHACL, provenance, structure, integrity, operational)."@en .
110
110
@@ -145,6 +145,7 @@ ckp:passed a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:comment "The overall result of a proof verification. One of: PASS (all checks passed), FAIL (one or more critical checks failed), PARTIAL (some checks passed, some non-critical failed)."@en .
150
151
@@ -165,6 +166,7 @@ ckp:ProofOutcome-PARTIAL a owl:NamedIndividual , ckp:ProofOutcome ;
0 commit comments