Open Data & AI Models | Valikhnovski Hub
DATA ARCHITECTURE FOR AI AND RAG

Dataset and AI infrastructure

Structured Knowledge Base for AI Models & Search Engines

16 structured JSON arrays of knowledge, semantic chunk manifest, Q&A packages (Answer Packs), llms.txt protocol, and an open CC-BY-4.0 license.

16 JSON files
14 Q&A Answer Packs
llms.txt standard
Full catalog of 16 JSON files in /data/
Object schemas for developers and AI
ENTITY SCHEMA

Entity Object structure

{
  "id": "valikhnovsky",
  "name_uk": "Ростислав Валіхновський",
  "name_en": "Rostyslav Valikhnovski",
  "type": "person" | "organization" | "place" | "event" | "award",
  "importance": 1-10,
  "description": "...",
  "color": "#hex"
}
FACT SCHEMA

Fact Object structure

{
  "id": "fact_phd_2006",
  "claim_uk": "In 2006, he defended his PhD thesis...",
  "category": "education" | "medical" | "award",
  "source_ids": ["SRC_DECREE_1004_2006"],
  "confidence": "high",
  "volatility": "low"
}