|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | -<title>ConceptKernel — One Kernel. Infinite Genomes.</title> |
| 6 | +<title>Concept Kernel Protocol — One Kernel. Infinite Genomes.</title> |
| 7 | +<meta name="description" content="An open protocol for autonomous concept governance. Three loops. Three Description Logic boxes. One Material Entity. Every entity typed against BFO 2020."> |
| 8 | +<meta name="keywords" content="Concept Kernel, CKP, ontology, BFO 2020, protocol, autonomous agents, Description Logic, TBox, RBox, ABox, PROV-O, SPIFFE"> |
| 9 | +<meta name="author" content="ConceptKernel Contributors"> |
| 10 | +<link rel="canonical" href="https://conceptkernel.org/"> |
| 11 | +<link rel="icon" type="image/svg+xml" href="/logo.svg"> |
| 12 | + |
| 13 | +<!-- Open Graph --> |
| 14 | +<meta property="og:type" content="website"> |
| 15 | +<meta property="og:title" content="Concept Kernel Protocol"> |
| 16 | +<meta property="og:description" content="Three loops. Three Description Logic boxes. One Material Entity. An open protocol for autonomous concept governance through boundary isolation and ontological enforcement."> |
| 17 | +<meta property="og:url" content="https://conceptkernel.org/"> |
| 18 | +<meta property="og:site_name" content="ConceptKernel"> |
| 19 | +<meta property="og:image" content="https://conceptkernel.org/logo.svg"> |
| 20 | +<meta property="og:locale" content="en_US"> |
| 21 | + |
| 22 | +<!-- Twitter Card --> |
| 23 | +<meta name="twitter:card" content="summary"> |
| 24 | +<meta name="twitter:title" content="Concept Kernel Protocol"> |
| 25 | +<meta name="twitter:description" content="Three loops. Three Description Logic boxes. One Material Entity. An open protocol for autonomous concept governance."> |
| 26 | +<meta name="twitter:image" content="https://conceptkernel.org/logo.svg"> |
| 27 | + |
| 28 | +<!-- JSON-LD Structured Data --> |
| 29 | +<script type="application/ld+json"> |
| 30 | +{ |
| 31 | + "@context": "https://schema.org", |
| 32 | + "@type": "WebSite", |
| 33 | + "name": "Concept Kernel Protocol", |
| 34 | + "url": "https://conceptkernel.org", |
| 35 | + "description": "An open protocol for autonomous concept governance through boundary isolation and ontological enforcement.", |
| 36 | + "publisher": { |
| 37 | + "@type": "Organization", |
| 38 | + "name": "ConceptKernel", |
| 39 | + "url": "https://github.com/ConceptKernel" |
| 40 | + } |
| 41 | +} |
| 42 | +</script> |
| 43 | + |
7 | 44 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 45 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 46 | <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=JetBrains+Mono:wght@300;400;500&family=Instrument+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap" rel="stylesheet"> |
|
0 commit comments