mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-30 04:40:16 +00:00
61 lines
2.8 KiB
HTML
61 lines
2.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>SemantiCore - Transform Unstructured Data into Semantic Knowledge</title>
|
|
<meta name="description" content="Open-source toolkit that transforms raw, unstructured data into semantic knowledge representations including ontologies, knowledge graphs, and context-aware embeddings." />
|
|
<meta name="author" content="SemantiCore Contributors" />
|
|
<meta name="keywords" content="semantic processing, knowledge graphs, AI, NLP, machine learning, data extraction, ontology, RDF, vector embeddings" />
|
|
|
|
<meta property="og:title" content="SemantiCore - Transform Unstructured Data into Semantic Knowledge" />
|
|
<meta property="og:description" content="Open-source toolkit for semantic extraction, schema generation, and knowledge representation. Built for AI agents, RAG systems, and intelligent applications." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
|
<meta property="og:url" content="https://semanticore.dev" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@semanticore" />
|
|
<meta name="twitter:title" content="SemantiCore - Transform Unstructured Data into Semantic Knowledge" />
|
|
<meta name="twitter:description" content="Open-source toolkit for semantic extraction, schema generation, and knowledge representation." />
|
|
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/brain-icon.svg" />
|
|
<link rel="alternate icon" href="/favicon.ico" />
|
|
|
|
<!-- Preconnect to external domains -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<!-- JSON-LD structured data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "SemantiCore",
|
|
"description": "Open-source toolkit that transforms raw, unstructured data into semantic knowledge representations",
|
|
"applicationCategory": "DeveloperApplication",
|
|
"operatingSystem": "Cross-platform",
|
|
"programmingLanguage": "Python",
|
|
"license": "https://opensource.org/licenses/MIT",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "SemantiCore Contributors"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|