Core Concepts & Terminology
Foundational principles, architectural patterns, and standardized vocabulary that power the Aevum Encyclopedia ecosystem.
Introduction
Aevum Encyclopedia operates on a distinct epistemological and technical architecture. Unlike traditional wikis or static databases, our platform treats knowledge as a dynamic, interconnected, and temporally-aware system. This document outlines the core conceptual pillars and standardized terminology used across the platform, API, and contributor guidelines.
Core Concepts
These five pillars define how knowledge is structured, verified, and delivered across Aevum.
Semantic Knowledge Graphs
Entries are not isolated pages but nodes in a directed, weighted graph. Relationships are typed (e.g., influenced_by, contradicts, part_of) and machine-readable for advanced traversal.
Dynamic Verification Protocol
A multi-tier pipeline combining LLM-assisted cross-referencing, primary source matching, and domain-expert review. Each claim carries a verifiable trust score.
Temporal Contextualization
Knowledge is versioned not just by edit history, but by historical validity. Articles render differently based on the selected chrono-layer (e.g., 19th century vs. present day).
Cross-Disciplinary Synthesis
AI-driven mapping identifies conceptual bridges between fields, generating synthesis vectors that reveal non-obvious connections across biology, philosophy, engineering, and more.
Open Epistemic Framework
Full transparency in sourcing, methodology, and revision rationale. Every entry includes a public epistemic trail showing how conclusions were reached and verified.
Terminology Glossary
Standardized vocabulary used across the platform, API, and editorial workflows.
AEN-XXXX-YYYY.α (AI-drafted), β (peer-reviewed), γ (expert-verified), Ω (canonized).Implementation Notes
When integrating with the Aevum API or contributing to the platform, adhere to the following conventions:
- All node references must use standardized
AENidentifiers to ensure graph integrity. - Chrono-layers are accessed via the
temporal_contextquery parameter (e.g.,?chrono_layer=1920-1950). - Synthesis vectors are auto-generated but require manual approval before appearing in public Cognitive Maps.
- Epistemic traces are immutable by design; corrections must be submitted as new version layers, not edits to existing traces.
/wiki/legacy/) will be sunset in v4.0. Migrate all integrations to the graph-based endpoint /api/v3/nodes/ before Q3 2025.
Aevum CLI to validate terminology, check relationship edges, and simulate chrono-layer rendering before publishing drafts.