Skip to content

Commit 896d988

Browse files
committed
Fix: rename /ontology/v3.5/ → /ontology/v3.5-alpha3/, purge all v3.5 references
There is no v3.5 release. Only v3.4 (stable) and two alphas (alpha-3, alpha-6). - Renamed folder: public/ontology/v3.5 → public/ontology/v3.5-alpha3 - Fixed all links in: config.mts, v3.4 pages, v3.5-alpha3 pages, ontology index files - Removed v3.5 and v3.4 standalone nav links (version switcher handles navigation) - Zero remaining references to /ontology/v3.5/ or /v3.5/ in source
1 parent c91660e commit 896d988

24 files changed

Lines changed: 190 additions & 348 deletions

docs/.vitepress/components/OntologyGraph.vue

Lines changed: 140 additions & 296 deletions
Large diffs are not rendered by default.

docs/.vitepress/config.mts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ export default withMermaid(defineConfig({
2121
siteTitle: 'Concept Kernel',
2222

2323
nav: [
24-
{ text: 'v3.5', link: '/v3.5-alpha6/' },
25-
{ text: 'v3.4', link: '/v3.4/introduction' },
2624
{
2725
text: 'Ontology',
2826
items: [
2927
{ text: 'Browse Ontology', link: '/browse/' },
3028
{ text: 'v3.5-alpha6 (TTL)', link: '/ontology/v3.5-alpha6/' },
31-
{ text: 'v3.5 alpha-3 (TTL)', link: '/ontology/v3.5-alpha6/' },
32-
{ text: 'v3.4 stable (TTL)', link: '/ontology/v3.4/' },
29+
{ text: 'v3.5-alpha3 (TTL)', link: '/ontology/v3.5-alpha3/' },
30+
{ text: 'v3.4 (TTL)', link: '/ontology/v3.4/' },
3331
]
3432
},
3533
{

docs/public/ontology/v3.4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<body>
3434
<div class="header">
3535
<span class="title"><a href="https://conceptkernel.org">Concept Kernel Protocol</a></span>
36-
<span><a href="https://conceptkernel.org/ontology/v3.5/">v3.5 (alpha)</a></span>
36+
<span><a href="https://conceptkernel.org/ontology/v3.5-alpha3/">v3.5 (alpha)</a></span>
3737
</div>
3838
<div class="container">
3939

@@ -43,7 +43,7 @@ <h1>CKP Ontology v3.4 <span class="status">Stable</span></h1>
4343
<dt>This version</dt>
4444
<dd><a href="https://conceptkernel.org/ontology/v3.4/">https://conceptkernel.org/ontology/v3.4/</a></dd>
4545
<dt>Latest version</dt>
46-
<dd><a href="https://conceptkernel.org/ontology/v3.5/">https://conceptkernel.org/ontology/v3.5/</a> (alpha-3)</dd>
46+
<dd><a href="https://conceptkernel.org/ontology/v3.5-alpha3/">https://conceptkernel.org/ontology/v3.5-alpha3/</a> (alpha-3)</dd>
4747
<dt>Namespace URI</dt>
4848
<dd><code>https://conceptkernel.org/ontology/v3.4/</code></dd>
4949
<dt>Editors</dt>
File renamed without changes.

docs/public/ontology/v3.5/index.html renamed to docs/public/ontology/v3.5-alpha3/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ <h1>CKP Ontology v3.5 <span class="status status-alpha">Alpha-4</span></h1>
4343

4444
<dl class="meta">
4545
<dt>This version</dt>
46-
<dd><a href="https://conceptkernel.org/ontology/v3.5/">https://conceptkernel.org/ontology/v3.5/</a></dd>
46+
<dd><a href="https://conceptkernel.org/ontology/v3.5-alpha3/">https://conceptkernel.org/ontology/v3.5-alpha3/</a></dd>
4747
<dt>Previous version</dt>
4848
<dd><a href="https://conceptkernel.org/ontology/v3.4/">https://conceptkernel.org/ontology/v3.4/</a> (stable)</dd>
4949
<dt>Namespace URI</dt>
50-
<dd><code>https://conceptkernel.org/ontology/v3.5/</code></dd>
50+
<dd><code>https://conceptkernel.org/ontology/v3.5-alpha3/</code></dd>
5151
<dt>Status</dt>
5252
<dd>Alpha-4 — extends v3.4 with base instance shapes, materialised proof, governance vocabulary, PROV-O provenance</dd>
5353
<dt>Editors</dt>
@@ -56,7 +56,7 @@ <h1>CKP Ontology v3.5 <span class="status status-alpha">Alpha-4</span></h1>
5656
<dd><a href="https://github.com/ConceptKernel/conceptkernel.github.io">GitHub</a></dd>
5757
</dl>
5858

59-
<div class="prefix-box">@prefix ckp: &lt;https://conceptkernel.org/ontology/v3.5/&gt; .</div>
59+
<div class="prefix-box">@prefix ckp: &lt;https://conceptkernel.org/ontology/v3.5-alpha3/&gt; .</div>
6060

6161
<h2>Abstract</h2>
6262
<p class="abstract">v3.5 extends the CKP ontology with base instance shapes inherited by all kernels, a materialised proof model with SHA-256 hash verification, PROV-O aligned provenance properties, and the kernel-as-datatype rule — every kernel's <code>ontology.yaml</code> is its type definition, and every instance is a typed individual. The ontology governs the tool, not the reverse.</p>
@@ -86,7 +86,7 @@ <h2>v3.5 Additions</h2>
8686
<tr><td>Action Class</td><td>core.ttl</td><td><code>ckp:Action</code> (BFO Process) — every kernel exposes typed actions with access levels.</td></tr>
8787
<tr><td>Edge Predicates</td><td>core.ttl</td><td>EXTENDS, COMPOSES, TRIGGERS — governance-loop relationship types for edges.</td></tr>
8888
<tr><td>PROV-O Integration</td><td>base-instances.ttl</td><td>PROV-O aligned provenance: <code>wasGeneratedBy</code>, <code>wasAttributedTo</code>, <code>generatedAtTime</code>.</td></tr>
89-
<tr><td>Namespace Convergence</td><td>all</td><td>Three legacy namespaces unified to <code>https://conceptkernel.org/ontology/v3.5/</code></td></tr>
89+
<tr><td>Namespace Convergence</td><td>all</td><td>Three legacy namespaces unified to <code>https://conceptkernel.org/ontology/v3.5-alpha3/</code></td></tr>
9090
</table>
9191

9292
<h2>Supporting Files</h2>
@@ -100,11 +100,11 @@ <h2>Supporting Files</h2>
100100
<h2>Namespaces</h2>
101101
<table>
102102
<tr><th>Prefix</th><th>URI</th></tr>
103-
<tr><td><code>ckp:</code></td><td><code>https://conceptkernel.org/ontology/v3.5/</code></td></tr>
104-
<tr><td><code>ckpp:</code></td><td><code>https://conceptkernel.org/ontology/v3.5/process/</code></td></tr>
105-
<tr><td><code>ckpr:</code></td><td><code>https://conceptkernel.org/ontology/v3.5/relation/</code></td></tr>
106-
<tr><td><code>ckpw:</code></td><td><code>https://conceptkernel.org/ontology/v3.5/workflow/</code></td></tr>
107-
<tr><td><code>ckpi:</code></td><td><code>https://conceptkernel.org/ontology/v3.5/improvement/</code></td></tr>
103+
<tr><td><code>ckp:</code></td><td><code>https://conceptkernel.org/ontology/v3.5-alpha3/</code></td></tr>
104+
<tr><td><code>ckpp:</code></td><td><code>https://conceptkernel.org/ontology/v3.5-alpha3/process/</code></td></tr>
105+
<tr><td><code>ckpr:</code></td><td><code>https://conceptkernel.org/ontology/v3.5-alpha3/relation/</code></td></tr>
106+
<tr><td><code>ckpw:</code></td><td><code>https://conceptkernel.org/ontology/v3.5-alpha3/workflow/</code></td></tr>
107+
<tr><td><code>ckpi:</code></td><td><code>https://conceptkernel.org/ontology/v3.5-alpha3/improvement/</code></td></tr>
108108
</table>
109109

110110
<h2>PROV-O Integration</h2>

docs/public/ontology/v3.5/index.json renamed to docs/public/ontology/v3.5-alpha3/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"draft": "ALPHA",
66
"date": "2026-03-25",
77
"description": "Formal ontology mapping ConceptKernel architecture to Basic Formal Ontology (BFO)",
8-
"baseUri": "https://conceptkernel.org/ontology/v3.5/",
8+
"baseUri": "https://conceptkernel.org/ontology/v3.5-alpha3/",
99
"bfoVersion": "2020",
1010
"bfoUri": "http://purl.obolibrary.org/obo/bfo.owl"
1111
},
@@ -319,7 +319,7 @@
319319
"v3.5": {
320320
"date": "2026-03-25",
321321
"changes": [
322-
"Unified all namespaces under https://conceptkernel.org/ontology/v3.5/ (was mixed http/https unversioned)",
322+
"Unified all namespaces under https://conceptkernel.org/ontology/v3.5-alpha3/ (was mixed http/https unversioned)",
323323
"NEW: base-instances.ttl — InstanceManifest, SealedInstance, LedgerEntry (SPEC.CKP.v3.5.alpha-3 Section 4.1)",
324324
"NEW: proof.ttl — ProofRecord, ProofCheck, ProofOutcome, CheckType for verifiable instance integrity",
325325
"Updated schema.yaml with LinkML classes for InstanceManifest, SealedInstance, LedgerEntry, ProofRecord, ProofCheck",

docs/public/ontology/v3.5/kernel-entity-template.ttl renamed to docs/public/ontology/v3.5-alpha3/kernel-entity-template.ttl

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)