Template:Essentia: Difference between revisions

From OODA WIKI
Jump to navigation Jump to search
AdminIsidore (talk | contribs)
Created page with "<noinclude>{{documentation}}</noinclude><includeonly>{{Infobox | title = Essentia Entry: [[Essentia Term::{{{term|{{PAGENAMEBASE}}}}}]] | above_style = background-color: #f2f2f2; font-size: 1.2em; | header1 = Core Information | label1 = Primary Essentia | data1 = [[Property:Is about essence::}}}|{{{primary_essentia|Uncategorized}}}]] [[Category:Essentia - {{{primary_essentia|Uncategorized}}}]] | label2 = Definition | data2 = ..."
 
AdminIsidore (talk | contribs)
No edit summary
Line 10: Line 10:
| data3 = [[Property:Has essence connection::{{{essence_connection|No connection description provided.}}}]]
| data3 = [[Property:Has essence connection::{{{essence_connection|No connection description provided.}}}]]
| header4 = Associations
| header4 = Associations
| data4 = {{#if: {{{associations|}}} | {{#arraymap:{{{associations|}}}|,|x|[[Property:Is associated with::Essentia:x]]}} | ''No associations listed.''}}
| data4 = {{#if: {{{associations|}}} | {{#arraymap:{{{associations|}}}|,|x|[[Property:Is associated with::Essentia:x]]}} | No associations listed.}}
| header5 = System Data
| header5 = System Data
| label5 = Data Chunks
| label5 = Data Chunks
| data5 = [[Property:Links to data chunk::{{{data_chunks|''N/A''}}}]]
| data5 = [[Property:Links to data chunk::{{{data_chunks|N/A}}}]]
| label6 = SAGA Tunings
| label6 = SAGA Tunings
| data6 = [[Property:Has SAGA tuning::{{{saga_tunings|''N/A''}}}]]
| data6 = [[Property:Has SAGA tuning::{{{saga_tunings|N/A}}}]]
| header6 = AI Metadata
| header6 = AI Metadata
| label7 = Confidence Score
| label7 = Confidence Score
| data7 = [[Property:Has confidence score::{{{confidence|''N/A''}}}]]
| data7 = [[Property:Has confidence score::{{{confidence|N/A}}}]]
| label8 = Source/Citation
| label8 = Source/Citation
| data8 = [[Property:Has source::{{{source|''N/A''}}}]]
| data8 = [[Property:Has source::{{{source|N/A}}}]]
}}
}}
== Overview ==
== Overview ==
The term '''[[Essentia Term::{{{term|{{PAGENAMEBASE}}}}}]]''' embodies the universal essence of [[Is about essence::[[Essentia_(AetherOS)#{{{primary_essentia|}}}|{{{primary_essentia|Uncategorized}}}]]]] within the [[AetherOS]] architecture. It aligns with [[Philosophical Realism]], modeling reality’s intrinsic nature through [[associative memory]] and [[SAGA (Self-Adapting Goal Architecture)|SAGAs]].
The term [[Essentia Term::{{{term|{{PAGENAMEBASE}}}}}]] embodies the universal essence of [[Is about essence::[[Essentia_(AetherOS)#{{{primary_essentia|}}}|{{{primary_essentia|Uncategorized}}}]]]]. It aligns with [[Philosophical Realism]], modeling reality’s intrinsic nature through [[associative memory]] and [[SAGA (Self-Adapting Goal Architecture)|SAGAs]].
== Detailed Essence Connection ==
== Detailed Essence Connection ==
[[Property:Has essence connection::{{{essence_connection|No connection description provided.}}}]]
[[Property:Has essence connection::{{{essence_connection|No connection description provided.}}}]]

Revision as of 00:28, 4 September 2025

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