Template:Essentia/doc

From OODA WIKI
Revision as of 00:18, 4 September 2025 by AdminIsidore (talk | contribs) (Created page with "{{Documentation}} == 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation
       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:

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.

See Also