Edges

In the PET schema, edges are the relationships or connections between two or more nodes. These can represent associations such as cause/effect, classification, experience, or sensory correlation.

Unlike traditional edges which are simply directional links (from → to), PET edges may reference an Understanding Node that explains the reason or source behind the connection.

Structure

An edge may include:

Example

from: Dog  
to: Animal  
type: is-a  
understanding_id: U102  
weight: 0.98  
existence: true

Notes