Skip to content

Commit e4fa021

Browse files
committed
Fix: root index.html (the actual main page) updated to v3.6
The root / is served by docs/public/index.html (not welcome.html). This file still had all v3.5-alpha6 references. Updated: - SEO/meta/JSON-LD ontology links to v3.6 - Nav: Spec->Docs, Browse->/browse/index.html, Ontology->v3.6 - CTA: Read the Spec -> Read the Docs - ai:protocol meta tag fixed (was v3.6-alpha6 artifact)
1 parent 99c3cdc commit e4fa021

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/public/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"codeRepository": "https://github.com/ConceptKernel/conceptkernel.github.io",
5656
"programmingLanguage": "OWL/Turtle",
5757
"runtimePlatform": "Apache Jena, SPARQL",
58-
"url": "https://conceptkernel.org/ontology/v3.5-alpha6/"
58+
"url": "https://conceptkernel.org/ontology/v3.6/"
5959
},
6060
{
6161
"@context": "https://schema.org",
6262
"@type": "TechArticle",
6363
"name": "Three Loops as Description Logic Boxes",
6464
"headline": "CK Loop → TBox, TOOL Loop → RBox, DATA Loop → ABox",
6565
"description": "The three CKP loops map directly to OWL 2 Description Logic boxes. Each is physically realized as an independently-versioned volume.",
66-
"url": "https://conceptkernel.org/v3.5-alpha6/three-loops",
66+
"url": "https://conceptkernel.org/v3.6/three-loops",
6767
"about": {
6868
"@type": "Thing",
6969
"name": "Description Logic",
@@ -76,15 +76,15 @@
7676
"name": "Ontology Layering Strategy",
7777
"headline": "BFO 2020 → IAO + CCO + PROV-O + ValueFlows → CKP → Per-kernel",
7878
"description": "Four-layer import chain grounding every CKP concept in established ontologies.",
79-
"url": "https://conceptkernel.org/v3.5-alpha6/ontology-layering"
79+
"url": "https://conceptkernel.org/v3.6/ontology-layering"
8080
},
8181
{
8282
"@context": "https://schema.org",
8383
"@type": "TechArticle",
8484
"name": "Implementation Patterns",
8585
"headline": "Eight proven patterns from production CKP deployments",
8686
"description": "Dual-store, classification, quality assessment, composition, economic events, pipeline stages, provenance mandate, kernel type matrix.",
87-
"url": "https://conceptkernel.org/v3.5-alpha6/patterns"
87+
"url": "https://conceptkernel.org/v3.6/patterns"
8888
},
8989
{
9090
"@context": "https://schema.org",
@@ -99,14 +99,14 @@
9999
</script>
100100

101101
<!-- LLM/Agent discovery hints -->
102-
<meta name="ai:ontology" content="https://conceptkernel.org/ontology/v3.5-alpha6/core.ttl">
103-
<meta name="ai:sparql" content="https://conceptkernel.org/ontology/v3.5-alpha6/">
104-
<meta name="ai:protocol" content="CKP v3.6-alpha6">
102+
<meta name="ai:ontology" content="https://conceptkernel.org/ontology/v3.6/core.ttl">
103+
<meta name="ai:sparql" content="https://conceptkernel.org/ontology/v3.6/">
104+
<meta name="ai:protocol" content="CKP v3.6">
105105
<meta name="ai:browse" content="https://conceptkernel.org/browse/?class={class_name}">
106106

107107
<!-- Linked Data discovery -->
108-
<link rel="alternate" type="text/turtle" href="https://conceptkernel.org/ontology/v3.5-alpha6/core.ttl" title="CKP Core Ontology (Turtle)">
109-
<link rel="alternate" type="application/ld+json" href="https://conceptkernel.org/ontology/v3.5-alpha6/index.json" title="CKP Ontology Index (JSON-LD)">
108+
<link rel="alternate" type="text/turtle" href="https://conceptkernel.org/ontology/v3.6/core.ttl" title="CKP Core Ontology (Turtle)">
109+
<link rel="alternate" type="application/ld+json" href="https://conceptkernel.org/ontology/v3.6/index.json" title="CKP Ontology Index (JSON-LD)">
110110

111111
<link rel="preconnect" href="https://fonts.googleapis.com">
112112
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -385,9 +385,9 @@
385385
<nav id="site-nav">
386386
<a href="/" class="nav-brand">CONCEPT KERNEL</a>
387387
<div class="nav-links">
388-
<a href="/v3.6/introduction" class="nav-link">Spec</a>
389-
<a href="/browse/" class="nav-link">Browse</a>
390-
<a href="/ontology/v3.5-alpha6/" class="nav-link">Ontology</a>
388+
<a href="/v3.6/introduction" class="nav-link">Docs</a>
389+
<a href="/browse/index.html" class="nav-link">Browser</a>
390+
<a href="/ontology/v3.6/" class="nav-link">Ontology</a>
391391
<a href="https://github.com/ConceptKernel" class="nav-icon" title="GitHub" target="_blank" rel="noopener">
392392
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
393393
</a>
@@ -711,8 +711,8 @@ <h2>The art of creation<br>just got a <em>new meaning</em></h2>
711711
<div class="cta-block">
712712
<span class="cta-quote">"<strong>Internal structure is standardized.</strong> External relationships are typed. What you produce is yours forever."</span>
713713
<div class="cta-row">
714-
<a href="https://conceptkernel.org/v3.6/introduction" class="btn-p">Read the Spec</a>
715-
<a href="https://conceptkernel.org/browse/" class="btn-s">Browse the Ontology</a>
714+
<a href="https://conceptkernel.org/v3.6/introduction" class="btn-p">Read the Docs</a>
715+
<a href="https://conceptkernel.org/browse/index.html" class="btn-s">Browse the Ontology</a>
716716
<a href="https://discord.gg/sTbfxV9xyU" class="btn-s">Join the Consensus</a>
717717
</div>
718718
</div>

0 commit comments

Comments
 (0)