Template:Essentia

From OODA WIKI
Revision as of 00:28, 4 September 2025 by AdminIsidore (talk | contribs)
Jump to navigation Jump to search
Documentation
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 Semantic MediaWiki (SMW) properties for queryability, supports tooltips via Extension:Semantic Glossary, and renders a dynamic relationship graph.

Usage

Use via Form:Essentia or pywikibot to create/edit entries at ooda.wiki/wiki/Essentia:<Term> (e.g., Essentia:Materia). Parameters map to SMW properties:

Example

To create an entry for "Materia": - Page: Essentia:Materia - Input (via Form:Essentia or pywikibot):

 - 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 SMW properties for queryability, tooltips, and graphs: - Properties (create on wiki):

 - 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)

- A dynamic graph in the essentia-graph div uses an SMW #ask query to visualize bidirectional associations (Is associated with), with support for D3.js via the GlossaryGraph gadget. - Tooltips are enabled via Semantic Glossary for terms and definitions.

Rendering

The template renders: - An Infobox with structured data (Primary Essentia, Definition, etc.). - Sections for Overview, Essence Connection, and Semantic Relationship Graph. - Categories: and [[Category:Essentia - <Primary Essentia>]].

AI Compatibility

Salii AI models can use pywikibot to create/edit entries, submitting structured data to populate SMW properties. The saga_tunings field supports JSON-like input for AetherOS integration.

Notes

- To avoid template loops, this documentation does not transclude Template:Essentia. - Ensure SMW properties are defined before use. - The essentia-graph div requires a GlossaryGraph gadget for D3.js enhancements.

See Also