Documentation - v1.0.0
    Preparing search index...

    Type Alias EdgeId

    EdgeId: `edge_${string}`

    Represents a unique edge identifier in the ontology system.

    Edge IDs follow a specific naming convention with the prefix "edge_" followed by a unique string identifier. Each edge connecting nodes must have a unique ID.

    const edgeId: EdgeId = "edge_works_for";