Template:Essentia/doc
No documentation provided
Purpose
The Template:Essentia structures entries in the Essentia: namespace of OODA.wiki, part of the AetherOS architecture. It defines terms as semantic objects aligned with Philosophical Realism, modeling universal essences (e.g., matter, life, truth) rather than Nominalist signals (e.g., job titles, data clusters). The template sets SMW properties for queryability, supports tooltips via Semantic Glossary, and renders a dynamic relationship graph.
Usage
Use via Form:Essentia or pywikibot. Create entries at ooda.wiki/wiki/Essentia:<Term>
(e.g., Essentia:Materia). Parameters map to SMW properties:
- term: Sets Property:Essentia Term (Page; defaults to page name).
- primary_essentia: Sets Property:Is about essence (Page; one of 12 Essentia).
- definition: Sets Property:Has definition (Text).
- essence_connection: Sets Property:Has essence connection (Text; links term to essence).
- associations: Sets Property:Is associated with (Page; comma-separated Essentia: pages).
- data_chunks: Sets Property:Links to data chunk (Text; data source references).
- saga_tunings: Sets Property:Has SAGA tuning (Text; JSON-like SAGA parameters).
- confidence: Sets Property:Has confidence score (Number; 0.0–1.0).
- source: Sets Property:Has source (Text; citation).
Example
{{Essentia |term=Materia |primary_essentia=Physica |definition=Fundamental substance of physical reality, encompassing mass and its properties. |essence_connection=Materia embodies Physica’s essence by representing the universal reality of matter, governed by physical laws. |associations=Energia,Spatium,Causalitas |data_chunks=physics_laws:123,material_db:456 |saga_tunings={"causal_modeling": {"weight": 0.8, "goal": "predict interactions"}, "material_optimization": {"weight": 0.7, "goal": "enhance efficiency"}} |confidence=0.95 |source=arXiv:1234.5678 }}
SMW Integration
The template sets semantic properties for each parameter, enabling queries, tooltips (via Extension:Semantic Glossary), and graphs. A dynamic graph is rendered in the essentia-graph
div using an SMW #ask
query, with support for D3.js customization via the GlossaryGraph gadget. Properties must be defined:
- Property:Essentia Term (Page)
- Property:Is about essence (Page)
- Property:Has definition (Text)
- Property:Has essence connection (Text)
- Property:Is associated with (Page)
- Property:Links to data chunk (Text)
- Property:Has SAGA tuning (Text)
- Property:Has confidence score (Number)
- Property:Has source (Text)
Rendering
The template uses an Infobox for structured display, with sections for Overview, Essence Connection, and Semantic Relationship Graph. The graph visualizes bidirectional associations (Is associated with
) with a green CRT aesthetic.
AI Compatibility
Salii AI models can create/edit entries via pywikibot, submitting structured data to populate SMW properties. The saga_tunings
field supports JSON-like input for AetherOS integration.