🧩 Node Types in PET

In Pattern Existence Theory, all information is structured as nodes connected by meaningful edges. This page outlines the different node types used in the PET schema.


🔹 Object Nodes

Example:

A child learns that "Dogs are dangerous" because their father said so.

- `id`: U123
- `source`: Father
- `time`: 2023-04-01
- `from`: Dog
- `to`: Danger
- `result`: warning
- `details`: "Father told me dogs bit him as a child"
Dog → Animal
Dog → Pet
Dog → Dangerous

🔹 Pattern Nodes

Example:

Pattern #AB12 → Dog
Pattern #98F1 → Fire Alarm

🔹 Source Nodes

Example:

Father, Book_Encyclopedia, Sensor_Eye1

🔹 Time Nodes

Example:

Time_2023-10-01T08:43

🔹 Emotion Nodes (Optional)

Example:

Dog → Fear (after bite)
Dog → Joy (after play)

🧠 Exist and Non-Exist Nodes


🔄 Summary Table

Node Type Purpose Example
Object Node Stable identity or category Dog, Person, Fire
Pattern Node Raw, unlabeled input Pattern_#AF32
Source Node Origin of information Father, Book, Sensor_Mic1
Time Node When something occurred Time_2025-07-04T18:01
Emotion Node Optional emotional associations Joy, Fear
Exist/NonExist Result interpretation (as a node) Exist, NonExist

← Back to Schema Overview