Skip to content

obsidian-pkm-vault/Structura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

"Structura"

A structured, minimal, and extensible foundational ontology designed for clear human navigation and AI-assisted exploration.

This project aims to organize knowledge through explicit ontological domains, hierarchical relations, and cross-linked concepts using plain Markdown files.

It is not an encyclopedia.

It is a structural framework for describing what exists, how it exists, and how entities relate to each other.


Purpose

"Structura" provides:

  • A domain-based classification of entities
  • Explicit hypernym / hyponym relationships
  • Clear separation of physical, mental, social, and formal domains
  • Cross-domain linking for multidimensional entities
  • Markdown-native structure for transparency and portability
  • AI-readable structure without requiring proprietary formats

The goal is clarity, not completeness.


Design Principles

  1. Minimal top-level domains (under 10)
  2. Clear ontological separation between types of existence
  3. Hierarchical structure with graph-based linking
  4. Explicit metadata for every concept
  5. No metaphysical assumptions without labeling
  6. Extensible and modular architecture

Core Ontological Domains

1. Physical Entities

Entities that occupy space-time and have measurable properties.

Includes:

  • Matter
  • Objects
  • Physical Processes
  • Energy Forms

Path:

/ontology/physical/

2. Biological Entities

Living systems and biological structures.

Includes:

  • Cells
  • Organisms
  • Species
  • Ecosystems
  • Biological Processes

Path:

/ontology/biological/

3. Mental Entities

Entities that exist within cognitive systems.

Includes:

  • Concepts
  • Emotions
  • Beliefs
  • Intentions
  • Imaginary Constructs

Path:

/ontology/mental/

4. Social Entities

Entities that exist through collective agreement or institutional structure.

Includes:

  • Institutions
  • Roles
  • Norms
  • Economic Systems
  • Cultural Structures

Path:

/ontology/social/

5. Formal Entities

Abstract structures independent of physical instantiation.

Includes:

  • Mathematical Objects
  • Logical Systems
  • Algorithms
  • Formal Languages
  • Symbolic Systems

Path:

/ontology/formal/

6. Informational Entities

Structured information independent of medium.

Includes:

  • Text
  • Code
  • Media
  • Data Structures
  • Signals

Path:

/ontology/informational/

7. Hypothetical / Speculative Entities

Conceptual constructs not empirically verified.

Includes:

  • Theoretical Models
  • Fictional Entities
  • Proposed Scientific Constructs
  • Metaphysical Claims

Path:

/ontology/hypothetical/

Concept Structure Template

Each entity is defined in a single Markdown file.

Example structure:

# Entity Name

Definition:
Concise and domain-neutral definition.

Ontological Domain:
(Physical | Biological | Mental | Social | Formal | Informational | Hypothetical)

Parent:
Immediate hypernym.

Children:
List of direct hyponyms.

Mode of Existence:
Physical / Abstract / Dependent / Collective / Cognitive

Dependencies:
What must exist for this entity to exist.

Related Entities:
Cross-domain links.

Examples:
Concrete examples.

Sources:
Optional references.

Structural Model

This repository combines:

  • Hierarchical classification (folders)
  • Networked relations (internal links)
  • Explicit ontological typing

Folders define primary domain. Links define multidimensional relations.

Reality is not a tree. This structure acknowledges that by combining hierarchy with graph semantics.


What This Is Not

  • Not a dictionary
  • Not a wiki clone
  • Not a belief system
  • Not a complete model of reality

It is a structured experimental ontology.


Future Extensions

  • RDF / JSON-LD export layer
  • Machine-readable metadata layer
  • Automated relation validation
  • Visualization graph layer
  • Cross-language semantic alignment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors