|
25 | 25 | <meta name="twitter:description" content="Three loops. Three Description Logic boxes. One Material Entity. An open protocol for autonomous concept governance."> |
26 | 26 | <meta name="twitter:image" content="https://conceptkernel.org/logo.svg"> |
27 | 27 |
|
28 | | -<!-- JSON-LD Structured Data --> |
| 28 | +<!-- JSON-LD: WebSite + SiteNavigationElement for Google sitelinks --> |
29 | 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" |
| 30 | +[ |
| 31 | + { |
| 32 | + "@context": "https://schema.org", |
| 33 | + "@type": "WebSite", |
| 34 | + "name": "Concept Kernel Protocol", |
| 35 | + "alternateName": "CKP", |
| 36 | + "url": "https://conceptkernel.org", |
| 37 | + "description": "An open protocol for autonomous concept governance through boundary isolation and ontological enforcement. Three loops as Description Logic boxes. Every entity typed against BFO 2020.", |
| 38 | + "publisher": { |
| 39 | + "@type": "Organization", |
| 40 | + "name": "ConceptKernel", |
| 41 | + "url": "https://github.com/ConceptKernel", |
| 42 | + "logo": "https://conceptkernel.org/logo.svg" |
| 43 | + }, |
| 44 | + "potentialAction": { |
| 45 | + "@type": "SearchAction", |
| 46 | + "target": "https://conceptkernel.org/browse/?class={search_term}", |
| 47 | + "query-input": "required name=search_term" |
| 48 | + } |
| 49 | + }, |
| 50 | + { |
| 51 | + "@context": "https://schema.org", |
| 52 | + "@type": "SoftwareSourceCode", |
| 53 | + "name": "Concept Kernel Protocol Ontology", |
| 54 | + "description": "BFO 2020 aligned ontology for autonomous concept governance. 14 Turtle files defining kernels, edges, instances, actions, proofs, and governance.", |
| 55 | + "codeRepository": "https://github.com/ConceptKernel/conceptkernel.github.io", |
| 56 | + "programmingLanguage": "OWL/Turtle", |
| 57 | + "runtimePlatform": "Apache Jena, SPARQL", |
| 58 | + "url": "https://conceptkernel.org/ontology/v3.5-alpha6/" |
| 59 | + }, |
| 60 | + { |
| 61 | + "@context": "https://schema.org", |
| 62 | + "@type": "TechArticle", |
| 63 | + "name": "Three Loops as Description Logic Boxes", |
| 64 | + "headline": "CK Loop → TBox, TOOL Loop → RBox, DATA Loop → ABox", |
| 65 | + "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", |
| 67 | + "about": { |
| 68 | + "@type": "Thing", |
| 69 | + "name": "Description Logic", |
| 70 | + "sameAs": "https://en.wikipedia.org/wiki/Description_logic" |
| 71 | + } |
| 72 | + }, |
| 73 | + { |
| 74 | + "@context": "https://schema.org", |
| 75 | + "@type": "TechArticle", |
| 76 | + "name": "Ontology Layering Strategy", |
| 77 | + "headline": "BFO 2020 → IAO + CCO + PROV-O + ValueFlows → CKP → Per-kernel", |
| 78 | + "description": "Four-layer import chain grounding every CKP concept in established ontologies.", |
| 79 | + "url": "https://conceptkernel.org/v3.5-alpha6/ontology-layering" |
| 80 | + }, |
| 81 | + { |
| 82 | + "@context": "https://schema.org", |
| 83 | + "@type": "TechArticle", |
| 84 | + "name": "Implementation Patterns", |
| 85 | + "headline": "Eight proven patterns from production CKP deployments", |
| 86 | + "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" |
| 88 | + }, |
| 89 | + { |
| 90 | + "@context": "https://schema.org", |
| 91 | + "@type": "WebApplication", |
| 92 | + "name": "CKP Ontology Browser", |
| 93 | + "description": "Interactive browser for CKP ontology classes, properties, and relationships. Parses Turtle files with N3.js. Supports URN resolution.", |
| 94 | + "url": "https://conceptkernel.org/browse/", |
| 95 | + "applicationCategory": "DeveloperApplication", |
| 96 | + "operatingSystem": "Web" |
40 | 97 | } |
41 | | -} |
| 98 | +] |
42 | 99 | </script> |
43 | 100 |
|
| 101 | +<!-- 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.5-alpha6"> |
| 105 | +<meta name="ai:browse" content="https://conceptkernel.org/browse/?class={class_name}"> |
| 106 | + |
| 107 | +<!-- 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)"> |
| 110 | + |
44 | 111 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
45 | 112 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
46 | 113 | <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